summaryrefslogtreecommitdiff
path: root/sys/i386/scsi
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.1_cvscvs2svn1997-03-276-6/+6
* This commit was manufactured by cvs2svn to create tagrelease/2.2.1cvs2svn1997-03-271-13/+13
* Sync with current.Justin T. Gibbs1997-03-161-78/+234
* Somehow these file had their Id changed to FreeBSD.Justin T. Gibbs1997-03-014-8/+47
* Sync with current.Justin T. Gibbs1997-02-281-49/+76
* Sync with current.Justin T. Gibbs1997-02-252-192/+369
* Sync with current.Justin T. Gibbs1997-02-191-20/+37
* Kill the initialization of two old scratch ram variables. They were removedJustin T. Gibbs1997-02-181-12/+0
* Sync with current - Disable use of AAP in queueing commands and fix a fewJustin T. Gibbs1997-02-182-20/+20
* Changed timeout for requesting sense from 100ms to 1 second.David Greenman1997-02-141-2/+1
* Sync with current.Justin T. Gibbs1997-02-124-41/+63
* Initialization of a variable got lost in the last commit when I movedJustin T. Gibbs1997-02-031-1/+2
* Sync with -current.Justin T. Gibbs1997-02-031-35/+73
* Sync with current.Justin T. Gibbs1997-02-032-27/+64
* Sync with Justin's latest.Jordan K. Hubbard1997-01-302-245/+629
* Mega-merge from -currentPoul-Henning Kamp1996-11-123-304/+339
* Remove advansys driver from 2.2Poul-Henning Kamp1996-11-092-833/+0
* Merge from -currentPoul-Henning Kamp1996-11-091-33/+18
* Merge list from HEAD as requested by Justin.Jordan K. Hubbard1996-11-092-26/+20
* Add basic support for the 398X cards as multi-channel SCSI host adapters.Justin T. Gibbs1996-10-284-184/+292
* - KNF cleanup.Justin T. Gibbs1996-10-254-1457/+1100
* Advanced Systems Inc. SCSI Controller driver and ISA/VL front end.Justin T. Gibbs1996-10-072-0/+848
* Bring in bug fix from 'SCSI' branch.Justin T. Gibbs1996-10-061-3/+3
* If, during an SDTR negotiation, the target comes back with a responseJustin T. Gibbs1996-10-061-10/+24
* Bring aic7xxx driver bug fixes from 'SCSI' into current.Justin T. Gibbs1996-10-062-892/+969
* Document the Adaptec driver options for tagged command queueing and SCBPaul Traina1996-10-011-1/+2
* oops somehow this dissppeared along the way..Julian Elischer1996-08-191-1/+3
* Fix problem with scb flag handing that crept in with the SCB paging support.Justin T. Gibbs1996-06-231-58/+59
* Detect and report dataphase overruns. Put the adapter into 'Bit Bucket'Justin T. Gibbs1996-06-091-1/+26
* Bring back the loop in RESTART_SEQUENCER. It seems to be necessary forJustin T. Gibbs1996-06-081-9/+12
* Fix a regression. Turn off the selection hardware during a selection timeoutJustin T. Gibbs1996-05-311-12/+9
* Merge in changes for NetBSD/OpenBSD.Justin T. Gibbs1996-05-304-494/+843
* Correct a botched commit from yesturday. It helps to bring over theJustin T. Gibbs1996-05-231-4/+10
* Setup ULTRAEN in SXFRCTL0 to match the syncrate we are using during theJustin T. Gibbs1996-05-221-8/+15
* "board not responding" -> "board is not responding"Dima Ruban1996-05-221-2/+2
* Enable/Disable Ultra mode on a per target basis. This allows the driverJustin T. Gibbs1996-05-211-45/+60
* Honor the CHANNEL_B_PRIMARY bit of the BIOSCTRL register and probeJustin T. Gibbs1996-05-102-84/+150
* Fix the abort code in the BUS DEVICE RESET case. Needed to set cmdlen to 0.Justin T. Gibbs1996-04-282-31/+137
* Fix second instance of the inb type when getting the current sequencer address.Justin T. Gibbs1996-04-231-2/+2
* Fix a typo in the RESTART_SEQUENCER macro that could have causedJustin T. Gibbs1996-04-231-2/+2
* The default number of tags in the SCB paging case was supposed to beJustin T. Gibbs1996-04-221-2/+2
* Implement SCB paging which allows up to 255 active commands on aic7770Justin T. Gibbs1996-04-202-411/+790
* Moved declaration of bootverbose to a better place. Externs shouldBruce Evans1996-04-071-2/+1
* Convert to use stdarg in bt_cmd. Use XS_SELTIMEOUT for selection timeouts.Justin T. Gibbs1996-03-311-29/+37
* Fix support for the aic7850 by looking only at the relavent bits of theJustin T. Gibbs1996-03-312-201/+219
* Remove an unused #define.Poul-Henning Kamp1996-03-231-3/+1
* Disable SCSI parity checking until we figure out why the aic78X0 generatesJustin T. Gibbs1996-03-221-3/+3
* Disable the selection hardware before acknowledging a SELTO interrupt.Justin T. Gibbs1996-03-111-1/+6
* bt.c, aic7xxx.c:Justin T. Gibbs1996-03-103-239/+247
* Return immediately in our interrupt handler if there is nothing to do.Justin T. Gibbs1996-02-181-1/+7