summaryrefslogtreecommitdiffstats
path: root/sys/i386/scsi/aic7xxx.c
Commit message (Expand)AuthorAgeFilesLines
* 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-301-425/+677
* 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-101-60/+118
* Fix the abort code in the BUS DEVICE RESET case. Needed to set cmdlen to 0.gibbs1996-04-281-21/+123
* 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-201-385/+724
* Fix support for the aic7850 by looking only at the relavent bits of thegibbs1996-03-311-172/+215
* 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-101-232/+237
* Changes to support Performance enhancements in the sequencer.gibbs1996-01-291-123/+170
* Make PCI interrupt handlers return void like everybody else does.se1996-01-231-16/+8
* Use the new adapter_softc field in the scsi_link structure so thatgibbs1996-01-071-33/+14
* 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-031-686/+426
* Completed function declarations and added prototypes. Sorted prototypes.bde1995-12-151-25/+46
* 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
* 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-051-599/+75
* Fixed the type of ahcintr(). The type of an ISA interrupt handler isbde1995-11-041-3/+16
* 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-261-81/+102
* Clean up a few nits in the aic7xxx driver:gibbs1995-09-051-81/+167
* 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
* Correctly timeout scb instead of active_scb which is carying the bus devicegibbs1995-08-141-2/+2
* Update the SCB controll byte bit definitions to match new SCB_DISCENB bit.gibbs1995-08-051-5/+1
* Long overdue, more complete, reset code. These changes implement agibbs1995-07-311-180/+592
* Specify the controller bus in the scsi_link structure to allow hardwiredgibbs1995-07-171-2/+3
* Correct a typo in a comment.ats1995-07-081-2/+2
* First pass cleanup of this driver. This pass does not include the sequencergibbs1995-07-041-53/+383
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-135/+134
* Remove trailing whitespace.rgrimes1995-05-301-226/+226
* Fixes to the aic7xxx sequencer code and device driver from Justin Gibbs:dg1995-05-171-42/+69
* Fix -Wformat warnings from LINT kernel.rgrimes1995-05-111-4/+5
* Aaron Daily of Adaptec has informed me that some form of paged SCBgibbs1995-05-011-6/+4
* Set the return value (outb'd to the sequencer) for non zero statusgibbs1995-05-011-10/+17
OpenPOWER on IntegriCloud