home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 8 / CDACTUAL8.iso / docs / kernel-2.0 / scsi / readme.aic < prev    next >
Encoding:
Text File  |  1996-07-11  |  3.8 KB  |  116 lines

  1.                 AIC7xxx Driver for Linux
  2.                  April 15, 1996
  3.  
  4. Introduction
  5. ------------------------
  6. The AIC7xxx SCSI driver adds support for Adaptec (http://www.adaptec.com)
  7. SCSI controllers and chipsets. Major portions of the driver and driver
  8. development are shared between both Linux and FreeBSD. Support for the
  9. AIC-7xxx chipsets have been in the default Linux kernel since approximately
  10. linux-1.1.x and fairly stable since linux-1.2.x, and are also in FreeBSD
  11. 2.1.0 or later.
  12.  
  13.   Supported cards/chipsets
  14.   ------------------------
  15.     Adaptec Cards
  16.     -----------------------
  17.     AHA-274x               
  18.     AHA-2842               
  19.     AHA-2940               
  20.     AHA-2940W              
  21.     AHA-2940U              
  22.     AHA-2940UW             
  23.     AHA-2944D              
  24.     AHA-2944WD
  25.     AHA-3940
  26.     AHA-3940W
  27.     AHA-3985
  28.     AHA-3985W
  29.  
  30.     Motherboard Chipsets
  31.     -----------------------
  32.     AIC-777x   
  33.     AIC-785x
  34.     AIC-787x
  35.     AIC-788x
  36.  
  37.     Bus Types
  38.     -----------------------
  39.     W - Wide SCSI, SCSI-3, 16bit bus, 68pin connector, will also support
  40.         SCSI-1/SCSI-2 50pin devices, transfer rates up to 20MB/s.
  41.     U - Ultra SCSI, transfer rates up to 40MB/s.
  42.     D - Differential SCSI.
  43.     T - Twin Channel SCSI. Up to 14 SCSI devices.
  44.  
  45.     AHA-274x - EISA SCSI controller
  46.     AHA-284x - VLB SCSI controller
  47.     AHA-29xx - PCI SCSI controller
  48.     AHA-394x - PCI controllers with two separate SCSI controllers on-board.
  49.     AHA-398x - PCI RAID controllers with three separate SCSI controllers
  50.                on-board.
  51.  
  52.     NOTE: The AHA-2920 is NOT a AIC-7xxx based controller, and is not
  53.           handled by this driver.
  54.  
  55.   People
  56.   ------------------------
  57.     Justin T Gibbs  gibbs@freefall.FreeBSD.org     (BSD Driver Author)
  58.     Dan Eischen     deischen@iworks.InterWorks.org (Linux Driver Co-maintainer)
  59.     Dean Gehnert    deang@teleport.com             (Linux FTP/patch maintainer)
  60.     Jess Johnson    jester@frenzy.com              (AIC7xxx FAQ author)
  61.  
  62.     Special thanks go to John Aycock (aycock@cpsc.ucalgary.ca), the original
  63.     author of the driver. John has since retired from the project. Thanks
  64.     again for all his work!
  65.  
  66.   Mailing list
  67.   ------------------------
  68.     There is a mailing list available for users who want to track development
  69.     and converse with other users and developers. This list is for both
  70.     FreeBSD and Linux support of the AIC7xxx chipsets.
  71.  
  72.     To subscribe to the AIC7xxx mailing list send mail to the list server,
  73.     with "subscribe AIC7xxx" in the body (no Subject: required):
  74.         To: majordomo@FreeBSD.ORG
  75.         ---
  76.         subscribe AIC7xxx
  77.  
  78.     To unsubscribe from the list, send mail to the list server with:
  79.         To: majordomo@FreeBSD.ORG
  80.         ---
  81.         unsubscribe AIC7xxx
  82.  
  83.     Send regular messages and replies to: AIC7xxx@FreeBSD.ORG
  84.     
  85.   Command line options
  86.   ------------------------
  87.     "aic7xxx=no_reset" -  Eliminate the SCSI reset delay during startup.
  88.         Some SCSI devices need some extra time to reset.
  89.  
  90.   /proc support
  91.   ------------------------
  92.     The /proc support for the AIC7xxx can be found in the /proc/scsi/aic7xxx/
  93.     directory. That directory contains a file for each SCSI controller in
  94.     the system. Each file presents the current configuration and transfer
  95.     statistics (enabled with #define in aic7xxx.c) for each controller.
  96.  
  97.     Thanks to Michael Neuffer for for his upper-level SCSI help, and
  98.     Matthew Jacob for statistics support.
  99.  
  100.   FTP sites
  101.   ------------------------
  102.     ftp://ftp.teleport.com/users/deang/Linux/aic7xxx/
  103.       - Main Linux AIC7xxx driver release/pre-release site
  104.       - Experimental/development patches and bootdisks
  105.     ftp://ftp.dialnet.net/pub/linux/aic7xxx/
  106.       - US Linux mirror of Teleport site
  107.     ftp://ekf2.vsb.cz/pub/linux/kernel/aic7xxx/ftp.teleport.com/
  108.       - European Linux mirror of Teleport site
  109.  
  110.  
  111. Dean W. Gehnert
  112. deang@teleport.com
  113.  
  114. $Revision: 3.0 $
  115.  
  116.