
      Promise FastTrak S150 SX4/SX4000 Partial Source Code

1. FILES
   The partial source code contains 3 source code file -- fasttrak.c, ftlog.c, wrapper.c, 1 object file -- ftlib.o and some header files.
   If you are familiar with linux kernel develop, you also can modify the compile flags in the "Makefile" according to your current kernel configuration. We encourage you do this.

2. QUICK INSTRUCTIONS

  1) to make the driver
	make

  2) to load the driver
	insmod scsi_mod
	insmod FastTrak.o

   You can load the driver automatically when the system boots up by modify the configuration files of the system. For example, append the lines "insmod scsi_mod" and "insmod FastTrak.o" in /etc/rc.local.

3. MAKE DRIVER DISK
   You need build driver disk if you want to install Linux system on FastTrak S150 SX4/SX4000. We recommend you to access the official Linux Distribution web site to get the information on building driver disk since different Distrubution has different format and procedure of driver disk. You can also contact with us,we will provide support on your requirement.

4. NOTE
   We can not guarantee this will work well for all kernel versions.

   Thanks again for selecting Promise products!
