summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx/aic79xx.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r256826:mav2014-01-051-2/+2
* MFC r259827:dim2013-12-281-1/+0
* Fix an issue that caused the kernel to panic inside CTL when tryingken2012-06-261-5/+4
* Allocate the DMA memory shared between the host and the controller asmarius2011-03-121-3/+5
* Add sysctls in ahd(4) in order to keep track of different classes ofattilio2009-11-131-2/+64
* Up until now, the free SCB pool received only a small initial allocation,scottl2007-04-191-10/+13
* Basic MPSAFE locking for the AHC and AHD drivers.scottl2007-04-171-62/+9
* Fix -Wundef.ru2005-12-041-7/+7
* Enhance diagnostic printfs for the chains of free lists used togibbs2005-09-221-1/+3
* aic79xx.c:gibbs2005-02-161-4/+9
* MF5S: Explicitly initialize timedout_scb lists, use SCB_TAG for all accessgibbs2005-02-161-3/+5
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Revert to basing all timeout/timer values in ms rather than us. The switchgibbs2004-11-181-7/+7
* Invert the polarity of two tests in the recovery code that could causegibbs2004-08-181-2/+2
* Add an ISA attachement to the aic7xxx driver to handle 284X controllers.gibbs2004-08-171-11/+7
* Correct a very rare case where command ordering could be compromisedgibbs2004-08-041-76/+193
* aic79xx.c:gibbs2004-05-111-66/+125
* aic79xx.c:gibbs2004-02-041-63/+119
* In ahd_run_qoutfifos, correct a !=/== logic buggibbs2003-12-191-12/+7
* ahc_eisa.c:gibbs2003-12-171-414/+678
* Use __FBSDID().obrien2003-08-241-2/+3
* Fix a race condition in the flushing of commands thatgibbs2003-06-281-49/+379
* aic79xx.h:gibbs2003-06-281-8/+13
* Correct a typo in a comment.gibbs2003-06-281-10/+23
* Add parenthesis so that we get all of the bits allgibbs2003-06-231-2/+2
* When single stepping, only leave ENBUSFREE enabledgibbs2003-06-061-2/+2
* Work around SCSI spec violation by the Quantum Atlas 10K.gibbs2003-06-061-18/+38
* aic7770.c:gibbs2003-06-061-128/+22
* aic79xx.c:scottl2003-05-301-2/+2
* aic79xx.c:gibbs2003-05-261-1/+1
* Correct/Simplify ignore wide residue message handlinggibbs2003-05-261-32/+24
* Change hadling of the Rev. A packetized lun output buggibbs2003-05-261-3/+2
* Fixup spelling of "coalesce" and derivatives.gibbs2003-05-261-36/+36
* Correct spelling errors.gibbs2003-05-041-54/+159
* aic79xx.c:gibbs2003-03-061-11/+18
* aic79xx.c:gibbs2003-02-271-28/+47
* Fix a missed goal.period -> goal.offset change. Ingibbs2003-01-201-2/+2
* aic79xx.c:gibbs2003-01-201-95/+545
* Convert the use of MAXBSIZE in the dma tag to more appropriate values.scottl2002-12-311-1/+2
* Major update to the ahd driver to fix many bugs found in the previousscottl2002-12-011-176/+525
* Use better return types and a couple of casts to eliminate warnings onscottl2002-11-121-7/+7
* Upgrade to version 1.1 of the aic79xx U320 driver.gibbs2002-09-261-88/+150
* Identify the AIC7901A as such instead of an AIC7902.gibbs2002-08-311-477/+775
* Hook up the ahd driver.gibbs2002-06-061-1/+1
* Enter the ahd driver which supports the Adaptec AIC7902 Ultra320, PCI-Xgibbs2002-06-051-0/+8345
OpenPOWER on IntegriCloud