This directory contains the code for the driver of the Quantis random generator
(PCI and PCI express card). Currently the driver can be compiled on the following 
systems: Linux with a 2.6 kernel, Windows and Solaris 5.10 and 5.11.

To compile the driver under an Unix operating system, just type "make". The different
targets of makefile are:
        modules         - build the module."
        install         - copy the module's files in the correct system directories."
        modules_install - same as 'install'."
        uninstall       - remove the module's files from the system directories."
        load            - load the module in the kernel."
        unload          - unload the module in the kernel."
        clean           - remove generated files"

