aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx/aic7xxx.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-11/+11
* Fix a few more drivers that were explicitly destroying the bus_dmaJohn Baldwin2014-06-111-6/+0
* Remove another unused static const variable num_chip_names, fromDimitry 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/+6
* Fix locking mistakes in the error recovery paths of the AHC and AHD drivers.Scott Long2007-07-311-2/+0
* Up until now, the free SCB pool received only a small initial allocation,Scott Long2007-04-191-5/+7
* Basic MPSAFE locking for the AHC and AHD drivers.Scott Long2007-04-171-34/+4
* remove useless ptr check; cur_column can never be nullSam Leffler2005-03-311-1/+1
* aic79xx.c:Justin T. Gibbs2005-02-161-1/+7
* MF5S: Explicitly initialize timedout_scb lists, use SCB_TAG for all accessJustin T. Gibbs2005-02-161-0/+3
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Add some useful target mode diagnostics for incoming commandsJustin T. Gibbs2004-11-181-7/+11
* Revert to basing all timeout/timer values in ms rather than us. The switchJustin T. Gibbs2004-11-181-3/+3
* aic7xxx.h:Justin T. Gibbs2004-10-191-14/+87
* Add an ISA attachement to the aic7xxx driver to handle 284X controllers.Justin T. Gibbs2004-08-171-2/+10
* Fix an off by one in the critical section clearing code. TheJustin T. Gibbs2004-08-131-2/+0
* o When restarting the sequencer, clear any pendingJustin T. Gibbs2004-05-111-26/+88
* aic7xxx.c:Justin T. Gibbs2004-02-041-4/+2
* We only need to terminate our recovery thread once.Justin T. Gibbs2003-12-191-4/+1
* ahc_eisa.c:Justin T. Gibbs2003-12-171-125/+451
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* 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/+32
* aic7770.c:Justin T. Gibbs2003-06-061-12/+21
* Consistently use #ifdef for testing AHC_TARGET_MODE.Justin T. Gibbs2003-05-261-9/+9
* Correct/Simplify ignore wide residue message handlingJustin T. Gibbs2003-05-261-27/+27
* Fix disabling of PCI parity error interrupts. We need to setJustin T. Gibbs2003-05-261-4/+10
* aic7xxx.c:Justin T. Gibbs2003-05-031-391/+325
* aic7xxx.reg:Justin T. Gibbs2003-01-201-94/+97
* Convert the use of MAXBSIZE in the dma tag to more appropriate values.Scott Long2002-12-311-1/+2
* Bring in many bugfixes and changes obtained from formal testing:Scott Long2002-11-301-101/+317
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-1/+1
* Add a missing pair of curly braces to a conditional debugJustin T. Gibbs2002-09-271-2/+3
* Correct a spelling error.Justin T. Gibbs2002-09-261-2/+2
* Add ahc_print_devinfo() to simplify some diagnostic output.Justin T. Gibbs2002-08-311-77/+289
* Major update to the aic7xxx driver:Justin T. Gibbs2002-04-241-92/+231
* Remove reliance on i++ in multiple arguments to a function. C does notJustin T. Gibbs2001-12-161-16/+3
* Restore initialization of ahc->unpause lost in rev 1.76. ahc->unpauseJustin T. Gibbs2001-08-171-2/+4
* aic7xxx.c:Justin T. Gibbs2001-08-051-1/+19
* Remove a bootverbose diagnostic that makes bootverbose just too verbose.Justin T. Gibbs2001-07-281-3/+0
* ahc_pci.c:Justin T. Gibbs2001-07-181-65/+199
* ahc_eisa.c:Justin T. Gibbs2001-05-151-155/+165
* Change ahc_update_pending_scbs() so that it safe to be calledJustin T. Gibbs2001-04-011-0/+11
* aic7770.c:Justin T. Gibbs2001-03-291-182/+224
* This is an MFC candidate.Justin T. Gibbs2001-03-191-2/+3
* This is an MFC candidate.Justin T. Gibbs2001-03-111-64/+118