aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx/aic79xx.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix LUN enabling on wildcard target, as done by CTL.Alexander Motin2017-02-261-1/+2
* aic7xxx: minor spelling fixes.Pedro F. Giffuni2016-05-101-10/+10
* Fix a few more drivers that were explicitly destroying the bus_dmaJohn Baldwin2014-06-111-2/+0
* Remove instances of variables that were set, but never used. gcc 4.9Warner Losh2014-03-301-16/+9
* Remove unused static const variable num_chip_names from aic79xx.c.Dimitry Andric2013-12-241-1/+0
* Partial MFproject/camlock r256671:Alexander Motin2013-10-211-2/+2
* Fix an issue that caused the kernel to panic inside CTL when tryingKenneth D. Merry2012-06-261-5/+4
* Allocate the DMA memory shared between the host and the controller asMarius Strobl2011-03-121-3/+5
* Add sysctls in ahd(4) in order to keep track of different classes ofAttilio Rao2009-11-131-2/+64
* Up until now, the free SCB pool received only a small initial allocation,Scott Long2007-04-191-10/+13
* Basic MPSAFE locking for the AHC and AHD drivers.Scott Long2007-04-171-62/+9
* Fix -Wundef.Ruslan Ermilov2005-12-041-7/+7
* Enhance diagnostic printfs for the chains of free lists used toJustin T. Gibbs2005-09-221-1/+3
* aic79xx.c:Justin T. Gibbs2005-02-161-4/+9
* MF5S: Explicitly initialize timedout_scb lists, use SCB_TAG for all accessJustin T. Gibbs2005-02-161-3/+5
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Revert to basing all timeout/timer values in ms rather than us. The switchJustin T. Gibbs2004-11-181-7/+7
* Invert the polarity of two tests in the recovery code that could causeJustin T. Gibbs2004-08-181-2/+2
* Add an ISA attachement to the aic7xxx driver to handle 284X controllers.Justin T. Gibbs2004-08-171-11/+7
* Correct a very rare case where command ordering could be compromisedJustin T. Gibbs2004-08-041-76/+193
* aic79xx.c:Justin T. Gibbs2004-05-111-66/+125
* aic79xx.c:Justin T. Gibbs2004-02-041-63/+119
* In ahd_run_qoutfifos, correct a !=/== logic bugJustin T. Gibbs2003-12-191-12/+7
* ahc_eisa.c:Justin T. Gibbs2003-12-171-414/+678
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* Fix a race condition in the flushing of commands thatJustin T. Gibbs2003-06-281-49/+379
* aic79xx.h:Justin T. Gibbs2003-06-281-8/+13
* Correct a typo in a comment.Justin T. Gibbs2003-06-281-10/+23
* Add parenthesis so that we get all of the bits allJustin T. Gibbs2003-06-231-2/+2
* When single stepping, only leave ENBUSFREE enabledJustin T. Gibbs2003-06-061-2/+2
* Work around SCSI spec violation by the Quantum Atlas 10K.Justin T. Gibbs2003-06-061-18/+38
* aic7770.c:Justin T. Gibbs2003-06-061-128/+22
* aic79xx.c:Scott Long2003-05-301-2/+2
* aic79xx.c:Justin T. Gibbs2003-05-261-1/+1
* Correct/Simplify ignore wide residue message handlingJustin T. Gibbs2003-05-261-32/+24
* Change hadling of the Rev. A packetized lun output bugJustin T. Gibbs2003-05-261-3/+2
* Fixup spelling of "coalesce" and derivatives.Justin T. Gibbs2003-05-261-36/+36
* Correct spelling errors.Justin T. Gibbs2003-05-041-54/+159
* aic79xx.c:Justin T. Gibbs2003-03-061-11/+18
* aic79xx.c:Justin T. Gibbs2003-02-271-28/+47
* Fix a missed goal.period -> goal.offset change. InJustin T. Gibbs2003-01-201-2/+2
* aic79xx.c:Justin T. Gibbs2003-01-201-95/+545
* Convert the use of MAXBSIZE in the dma tag to more appropriate values.Scott Long2002-12-311-1/+2
* Major update to the ahd driver to fix many bugs found in the previousScott Long2002-12-011-176/+525
* Use better return types and a couple of casts to eliminate warnings onScott Long2002-11-121-7/+7
* Upgrade to version 1.1 of the aic79xx U320 driver.Justin T. Gibbs2002-09-261-88/+150
* Identify the AIC7901A as such instead of an AIC7902.Justin T. Gibbs2002-08-311-477/+775
* Hook up the ahd driver.Justin T. Gibbs2002-06-061-1/+1
* Enter the ahd driver which supports the Adaptec AIC7902 Ultra320, PCI-XJustin T. Gibbs2002-06-051-0/+8345