summaryrefslogtreecommitdiffstats
path: root/sys/i386/scsi/aic7xxx.h
Commit message (Expand)AuthorAgeFilesLines
* Obsoleted by CAM.gibbs1998-09-151-403/+0
* Remove the bus settle delay after reset code. It could cause an infinitegibbs1997-08-151-6/+1
* Add a spin lock that prevents the sequencer from attempting to add angibbs1997-08-131-1/+6
* Modify my copyright notice to allow the sequencer to be used with GPLedgibbs1997-06-271-4/+11
* Fix numerous problems with the abort/recovery code. Highlights include fixinggibbs1997-02-251-16/+15
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Don't rely on AAP(Auto Access Pause) when queueing SCBs to the card. Thisgibbs1997-02-181-1/+1
* Fix a bug in the reporting of residuals. The code was relying on the SG_COUNTgibbs1997-02-111-0/+1
* White space cleanup and other cosmetic style changes.gibbs1997-02-031-1/+13
* Add 1997 to my copyright.gibbs1997-01-291-2/+13
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Clean up the memory mapped/Programmed I/O stuff so that the driver completelygibbs1996-11-111-23/+61
* Move the include opt_aic7xxx in aic7xxx.h so that all of the driver files getgibbs1996-11-051-1/+2
* Add basic support for the 398X cards as multi-channel SCSI host adapters.gibbs1996-10-281-45/+65
* - KNF cleanup.gibbs1996-10-251-80/+91
* Bring aic7xxx driver bug fixes from 'SCSI' into current.gibbs1996-10-061-17/+20
* Merge in changes for NetBSD/OpenBSD.gibbs1996-05-301-1/+68
* Honor the CHANNEL_B_PRIMARY bit of the BIOSCTRL register and probegibbs1996-05-101-24/+32
* Fix the abort code in the BUS DEVICE RESET case. Needed to set cmdlen to 0.gibbs1996-04-281-10/+14
* Implement SCB paging which allows up to 255 active commands on aic7770gibbs1996-04-201-26/+66
* Moved declaration of bootverbose to a better place. Externs shouldbde1996-04-071-2/+1
* Fix support for the aic7850 by looking only at the relavent bits of thegibbs1996-03-311-29/+4
* bt.c, aic7xxx.c:gibbs1996-03-101-1/+4
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-3/+3
* Changes to support Performance enhancements in the sequencer.gibbs1996-01-291-12/+5
* Make PCI interrupt handlers return void like everybody else does.se1996-01-231-3/+2
* Use the new adapter_softc field in the scsi_link structure so thatgibbs1996-01-071-3/+1
* The long awaited stability patch set for the aic7xxx driver:gibbs1996-01-031-47/+39
* Move aic7xxx register definitions to sys/dev/aic7xxx/aic7xxx_reg.h.gibbs1995-11-051-5/+46
* Fixed the type of ahcintr(). The type of an ISA interrupt handler isbde1995-11-041-2/+2
* Properly deal with the Ultra series of adapters. We should now understandgibbs1995-10-261-4/+6
* Clean up a few nits in the aic7xxx driver:gibbs1995-09-051-8/+24
* Update the SCB controll byte bit definitions to match new SCB_DISCENB bit.gibbs1995-08-051-8/+9
* First pass cleanup of this driver. This pass does not include the sequencergibbs1995-07-041-8/+6
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-9/+13
* Remove trailing whitespace.rgrimes1995-05-301-9/+9
* Fixes to the aic7xxx sequencer code and device driver from Justin Gibbs:dg1995-05-171-7/+7
* Additions to support the WAITING_SCB list that the sequencer maintains.gibbs1995-04-271-5/+7
* Don't arbitrarily set SCSI_NOSLEEP. It is now handled correctly by thegibbs1995-04-231-2/+10
* Major overhaul of the aic7xxx driver:gibbs1995-03-311-3/+6
* Add tagged queueing support. Right now, we only allow two taggedgibbs1995-02-221-15/+10
* Keep track of when we actually are awaiting a reply to an SDTR or WDTRgibbs1995-02-031-1/+3
* Add $Ids. Use DMA for downloading SCBs to the sequencer. Implement SDTR,gibbs1995-01-161-6/+14
* Generic support for the entire aic7x70 line of adaptors. No one elsegibbs1995-01-131-0/+142
OpenPOWER on IntegriCloud