summaryrefslogtreecommitdiff
path: root/sys/dev/advansys
Commit message (Collapse)AuthorAgeFilesLines
* Remove advansys driver from 2.2Poul-Henning Kamp1996-11-094-2593/+0
| | | | Notes: svn path=/stable/2.2/; revision=19590
* Merge from -currentPoul-Henning Kamp1996-11-091-15/+28
| | | | Notes: svn path=/stable/2.2/; revision=19588
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1996-11-021-236/+0
| | | | Notes: svn path=/stable/2.2/; revision=19327
* Advanced Systems Inc. SCSI Controller driver and ISA/VL front end.Justin T. Gibbs1996-10-075-0/+2816
I have only tested the ABP5140 card and only with a single CDROM drive but it seems to work fine. This driver relies on features found only in the SCSI branch so will not work in -current until those changes are brought in. It also doesn't have any error handling code *yet*. The goal is to use this driver as the development platform for the new generic SCSI layer error recovery/handling code. PCI and EISA front ends will show up as soon as I get my hands on the cards. There are also a few issues in the driver that I need to clear up with AdvanSys before I can suggest sticking one of these cards in your server. 8-) Thanks to AdvanSys for releasing this code under a suitable copyright. Obtained from: Ported from the Linux driver writen by bobf@advansys.com (Bob Frey). Notes: svn path=/cvs2svn/branches/GIBBS/; revision=18781