/*********************************************************************
*   PROMISE FastTrak Series Linux Driver README	     latest:2002/11/06
*********************************************************************/

How to make Driver module (UP/SMP) of FastTrak , and load it?
1.) Install kernel source code to OS somewhere (for examples "/usr/src/linux")
    and do the following steps to confiugre the kernel source codes correctly 
    as you want before compiling codes.

2.) Goto kernel source code's directory, for examples "/usr/src/linux" and run
    "make menuconfig" to configure kernel source codes.
    Select "Adaptec AIC7xxx Support" as module.
    In especial, "Loadable Module support", "Processor type and features" items
    should be configured same as the kernel on which the drive will running, Or
    the driver can't be loaded in to kernel.

3.) "Save and Exit" configure menu and run "make dep" as shows.

4.) Issue "make modules 2>&1 | tee /tmp/make.out" in kernel source directory 
    "/usr/src/linux". Refer the compiling parameters of "aic7xxx.c" in 
    /tmp/make.out.

5.) Goto directory where our driver codes is located and modify Makefile to 
    support the new kernel.

6.) Choose right parameters in Makefile. Or modify it for suitable your system.

7.) Issue "make" to compile driver, and be sure to load scsi_mod before
    "insmod FastTrak.o".

