The docs say:
Quote:
How to load a 3rd party driver

* You need the binary driver for 2.6.x kernels (2.6.7 on the bootisk right now, but a lot 2.6-series drivers may load OK. Or not. Try!)
* It's the .ko file you need from the driver set. If there are lot's of files in the driver archive you got, look in the readme's there to find out what's the correct module file to load.
* Put that in the "scsi" directory on the bootfloppy (delete what's there if the disk is full)
* Or add it to the existing drivers on the scsi-floppy.
* Try to load it from the driver select, see bootdisk doc for this.
* A driver will usually list the disks it finds, and also some other information if it loads correctly.
* The load of 3rd party drivers are now forced, (insmod -f), that is there is no (or little) version check by the loader, so if the loader manages to load it in, it will try to run. And probably crash if it has some special requirements that's not present in this version.

The appropriate drivers should be on this page.
_________________________
Bitt Faulk