summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
* fix up some code for older systems changed by accident in the last commitjulian2007-10-211-1/+6
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-202-3/+3
* Fix locking mistakes in the error recovery paths of the AHC and AHD drivers.scottl2007-07-312-4/+0
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-172-3/+4
* Up until now, the free SCB pool received only a small initial allocation,scottl2007-04-195-18/+24
* Basic MPSAFE locking for the AHC and AHD drivers.scottl2007-04-1713-336/+72
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-152-3/+4
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-232-2/+2
* Correct typos containing my login name (plus one more in expr.y).ceri2007-02-181-1/+1
* - Change the PCI-X registers constants to be relative to the PCI-X PCIjhb2007-01-192-7/+17
* Fix a group of typos:yar2006-12-293-3/+3
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-024-367/+0
* Coverity: initialize some variables before potential use.mjacob2006-09-051-0/+2
* add a newbus method for obtaining the bus's bus_dma_tag_t... This isjmg2006-09-034-8/+8
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-162-2/+0
* Clean up the way we handle auxiliary commands for a given ddb commandjhb2006-03-071-1/+1
* Fix -Wundef warnings from compiling GENERIC and LINT kernels ofru2005-12-061-1/+1
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andru2005-12-051-1/+1
* Fix -Wundef.ru2005-12-045-13/+13
* Fix mysterious build failures (with parallel make) early inru2005-11-211-1/+1
* Use the AHC_DISABLE_PCI_PERR flag to silence parity error reporting ongibbs2005-09-221-8/+15
* Enhance diagnostic printfs for the chains of free lists used togibbs2005-09-221-1/+3
* Correct bug that caused the completed "recovery" scb to have itsgibbs2005-09-222-2/+4
* Set allow_memio to 1 if fetching the allow_memio hint fails. Thisgibbs2005-09-221-0/+1
* Back out change accidentally committed as Makefile:1.21 -- a localrwatson2005-08-031-1/+0
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-292-4/+0
* remove useless ptr check; cur_column can never be nullsam2005-03-311-1/+1
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-052-2/+2
* aic79xx.c:gibbs2005-02-162-5/+16
* On Rev. B silicon, we disabled the enhanced busfree detection logic togibbs2005-02-161-3/+3
* MF5S: Explicitly initialize timedout_scb lists, use SCB_TAG for all accessgibbs2005-02-163-4/+9
* Make this compile from the last commitscottl2005-01-061-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-0634-34/+34
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
* Add some useful target mode diagnostics for incoming commandsgibbs2004-11-181-7/+11
* Revert to basing all timeout/timer values in ms rather than us. The switchgibbs2004-11-184-16/+26
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* aic7xxx.h:gibbs2004-10-192-14/+91
* Skip probe attempts for ISA PnP devices.gibbs2004-10-151-1/+5
* Correct a typo in a comment: alloated->allocatedgibbs2004-08-301-1/+1
* In the PCI error interrupt handler, specify the width of the PCI configurationgibbs2004-08-221-6/+7
* Set AHD_BUSFREEREV_BUG in the bug field for Rev B chips, not thegibbs2004-08-221-3/+3
* Initialize iobase from the resource allocated by bus_alloc_resource_any()gibbs2004-08-181-2/+2
* Invert the polarity of two tests in the recovery code that could causegibbs2004-08-181-2/+2
* Remove spurious EISA definitions left over from the initial port of thegibbs2004-08-181-13/+0
* Remove ISA attachments dependence on eisaconf.hgibbs2004-08-182-3/+3
* Add ISA attachement files for the aic7xxx driver.gibbs2004-08-171-0/+299
* Add an ISA attachement to the aic7xxx driver to handle 284X controllers.gibbs2004-08-1711-150/+127
* Extend critical section protection around portions of selection processinggibbs2004-08-131-1/+5
OpenPOWER on IntegriCloud