summaryrefslogtreecommitdiffstats
path: root/sys/i386/scsi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the generic "btintr" function's name to "bt_intr" - the same aspeter1995-12-142-7/+7
* Completed function declarations and added prototypes.bde1995-12-131-14/+32
* The core of the Buslogic SCSI driver that is shared for all models ongibbs1995-12-122-0/+1700
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+3
* Replaced #includes of <sys/user.h> by less gross headers, usuallybde1995-12-061-2/+7
* Remove unused var.phk1995-11-201-2/+1
* Staticize various private parts.phk1995-11-141-2/+2
* Fix typo in QUEUE_FULL_SUPPORTED section.gibbs1995-11-071-2/+2
* Properly print out the chip type again. ahc_init really needs a rewrite.gibbs1995-11-071-7/+19
* -Wall fixes.gibbs1995-11-061-8/+8
* Move aic7xxx register definitions to sys/dev/aic7xxx/aic7xxx_reg.h.gibbs1995-11-052-604/+121
* Fixed the type of ahcintr(). The type of an ISA interrupt handler isbde1995-11-042-5/+18
* Cleanup, make things static.phk1995-10-311-51/+52
* Initialize SXFRCTL0 with DFON|SPIOEN|ULTRAEN.gibbs1995-10-291-3/+7
* Fix incorrect bit definitions for SXFRCTL0 (typo). The affected bitsgibbs1995-10-281-4/+4
* Properly deal with the Ultra series of adapters. We should now understandgibbs1995-10-262-85/+108
* Clean up a few nits in the aic7xxx driver:gibbs1995-09-054-95/+199
* Remove hard coded assumption that SCSI busses have 7 targets.gibbs1995-08-231-17/+37
* Properly prototype the ahc_done routine, and pass the right number ofgibbs1995-08-151-3/+3
OpenPOWER on IntegriCloud