home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / kernel-s / v1.1 / scsi / ncr53c40.000 < prev    next >
Text File  |  1995-10-10  |  2KB  |  56 lines

  1. This is a low-level SCSI driver for cards based on the NCR53c406a chip.
  2. I have tested it only on Acculogic ISApport card but (in theory) it should
  3. work with all cards using the 53c406a.
  4.  
  5. Release 0.9 of the driver now supports scatter-gather and PIO mode,
  6. resulting in big speed increase!  It is not quite optimized for the
  7. CPU usage, however.
  8.  
  9. WARNING!!!
  10. This is an alpha release of the driver, so if you use it, make 
  11. sure you back up your files before compiling and using the driver.
  12.  
  13. INSTALLATION
  14. These patches are for Linux 1.1.50, and may require some manual
  15. editing with other kernel versions.
  16.  
  17. To install the driver, copy the patch to /usr/src (assuming the Linux kernel
  18. source is in /usr/src/linux), gunzip it, and then apply it with:
  19.     patch -p0 < ncr53c406-0.9.patch
  20. Edit linux/drivers/NCR53c406.c.  You have to set the IRQ level, and
  21. DMA channel (if DMA mode is enabled).  Hardware ports should be
  22. found automatically, but the autoprobe can be disabled by defining
  23. PORT_BASE.
  24.  
  25. NOTE: Scatter-gather support is only implemented for PIO mode, so
  26. if you use DMA mode, you must change SG_ALL to SG_NONE in NCR53c406.h.
  27.  
  28. Now reconfigure the kernel (remembering to answer yes to compiling the
  29. NCR53c406 SCSI driver) and then recompile and reinstall the kernel.
  30. You're all set.
  31.  
  32. If you use the driver, please report your successes/failures/problems to
  33. the mailing list (ncr53c406@orac.iinet.com.au) or directly to me
  34. (saumanis@cps.msu.edu).  If my address is unreachable, and
  35. you can't get help from the mailing list, try contacting Patrick
  36. D'Cruze <pdcruze@orac.iinet.com.au>.
  37.  
  38. The mailing list has been established to aid in reporting bugs and to
  39. announce bug fixes and new revisions of the driver.  To subscribe to the
  40. list, send email to:
  41.     majordomo@orac.iinet.com.au
  42. with the words:
  43.     subscribe ncr53c406
  44. in the body of the message.
  45.  
  46. Note: you don't have to be subscribed to the list to send in bug reports.
  47. Just address your bug report to:
  48.     ncr53c406@orac.iinet.com.au
  49.  
  50. This is driver is licensed under the terms and conditions of the Gnu Public
  51. License version 2.
  52.  
  53.  
  54. Normunds Saumanis
  55. saumanis@cps.msu.edu
  56.