summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix an off by one in the critical section clearing code. Thegibbs2004-08-131-2/+0
* Correct a very rare case where command ordering could be compromisedgibbs2004-08-047-110/+358
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-152-0/+2
* Remove erroneous semicolons.stefanf2004-07-131-1/+1
* Add missing <sys/module.h> includesphk2004-05-302-0/+2
* aic79xx.c:gibbs2004-05-116-75/+153
* o When restarting the sequencer, clear any pendinggibbs2004-05-111-26/+88
* Add aic_scb_timer_start() which will be used in the aic7xxx driver togibbs2004-05-111-2/+17
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-173-20/+19
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)trhodes2004-03-121-2/+5
* This are the build infrastructure changes to allow to use thetrhodes2004-03-121-1/+8
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
OpenPOWER on IntegriCloud