summaryrefslogtreecommitdiffstats
path: root/sys/i386/scsi
Commit message (Expand)AuthorAgeFilesLines
* Clear the busfree interrupt when one occurs, after a SELTO, or a bus reset.gibbs1996-12-031-6/+13
* Add code to the SCSIINT handler for unexpected busfrees and handling immediategibbs1996-11-221-52/+130
* Be even more careful in how we manipulate the QOUTQCNT variable. Now wegibbs1996-11-161-20/+93
* Fixed pessimized (short) i/o port type.bde1996-11-111-2/+2
* Clean up the memory mapped/Programmed I/O stuff so that the driver completelygibbs1996-11-112-302/+337
* Bzero the kernel scb array after it is allocated otherwise the control bytegibbs1996-11-071-3/+5
* Update to changes in generic SCSI layer.gibbs1996-11-051-36/+21
* Add missing parenthesis. That's what I get for having e different versionsgibbs1996-11-051-2/+2
* Move the include opt_aic7xxx in aic7xxx.h so that all of the driver files getgibbs1996-11-052-24/+16
* Add basic support for the 398X cards as multi-channel SCSI host adapters.gibbs1996-10-284-184/+292
* - KNF cleanup.gibbs1996-10-254-1457/+1100
* This commit was generated by cvs2svn to compensate for changes in r18781,gibbs1996-10-072-0/+848
|\
| * Advanced Systems Inc. SCSI Controller driver and ISA/VL front end.gibbs1996-10-072-0/+848
* Bring in bug fix from 'SCSI' branch.gibbs1996-10-061-3/+3
* If, during an SDTR negotiation, the target comes back with a responsegibbs1996-10-061-10/+24
* Bring aic7xxx driver bug fixes from 'SCSI' into current.gibbs1996-10-062-892/+969
* Document the Adaptec driver options for tagged command queueing and SCBpst1996-10-011-1/+2
* oops somehow this dissppeared along the way..julian1996-08-191-1/+3
* Fix problem with scb flag handing that crept in with the SCB paging support.gibbs1996-06-231-58/+59
* Detect and report dataphase overruns. Put the adapter into 'Bit Bucket'gibbs1996-06-091-1/+26
* Bring back the loop in RESTART_SEQUENCER. It seems to be necessary forgibbs1996-06-081-9/+12
* Fix a regression. Turn off the selection hardware during a selection timeoutgibbs1996-05-311-12/+9
* Merge in changes for NetBSD/OpenBSD.gibbs1996-05-304-494/+843
* Correct a botched commit from yesturday. It helps to bring over thegibbs1996-05-231-4/+10
* Setup ULTRAEN in SXFRCTL0 to match the syncrate we are using during thegibbs1996-05-221-8/+15
* "board not responding" -> "board is not responding"dima1996-05-221-2/+2
* Enable/Disable Ultra mode on a per target basis. This allows the drivergibbs1996-05-211-45/+60
* Honor the CHANNEL_B_PRIMARY bit of the BIOSCTRL register and probegibbs1996-05-102-84/+150
* Fix the abort code in the BUS DEVICE RESET case. Needed to set cmdlen to 0.gibbs1996-04-282-31/+137
* Fix second instance of the inb type when getting the current sequencer address.gibbs1996-04-231-2/+2
* Fix a typo in the RESTART_SEQUENCER macro that could have causedgibbs1996-04-231-2/+2
* The default number of tags in the SCB paging case was supposed to begibbs1996-04-221-2/+2
* Implement SCB paging which allows up to 255 active commands on aic7770gibbs1996-04-202-411/+790
* Moved declaration of bootverbose to a better place. Externs shouldbde1996-04-071-2/+1
* Convert to use stdarg in bt_cmd. Use XS_SELTIMEOUT for selection timeouts.gibbs1996-03-311-29/+37
* Fix support for the aic7850 by looking only at the relavent bits of thegibbs1996-03-312-201/+219
* Remove an unused #define.phk1996-03-231-3/+1
* Disable SCSI parity checking until we figure out why the aic78X0 generatesgibbs1996-03-221-3/+3
* Disable the selection hardware before acknowledging a SELTO interrupt.gibbs1996-03-111-1/+6
* bt.c, aic7xxx.c:gibbs1996-03-103-239/+247
* Return immediately in our interrupt handler if there is nothing to do.gibbs1996-02-181-1/+7
* Allow I/O port ranges above the standard ISA one so the PCI probe will succeed.gibbs1996-02-161-5/+1
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-302-5/+5
* Changes to support Performance enhancements in the sequencer.gibbs1996-01-292-135/+175
* Correctly initialize the `btprobing' variable. It's always been 0,joerg1996-01-251-2/+2
* Make PCI interrupt handlers return void like everybody else does.se1996-01-232-19/+10
* Use the new adapter_softc field in the scsi_link structure so thatgibbs1996-01-073-42/+21
* The sequencer sets Intstat to REJECT_MSG, not MSG_REJECT.gibbs1996-01-051-2/+2
* The long awaited stability patch set for the aic7xxx driver:gibbs1996-01-032-733/+465
* Completed function declarations and added prototypes. Sorted prototypes.bde1995-12-151-25/+46
OpenPOWER on IntegriCloud