aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
...
* Make ddb command registration dynamic so modules can extendSam Leffler2008-09-151-1/+1
* Only print sense data diagnostics if debugging is enabled with theJustin T. Gibbs2008-02-171-6/+12
* Remove superfluous setting of the transport_version field of ourJustin T. Gibbs2008-02-171-1/+0
* Advertise to CAM the ability of 790X controllers to negotiate informationJustin T. Gibbs2008-02-171-2/+3
* fix up some code for older systems changed by accident in the last commitJulian Elischer2007-10-211-1/+6
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-202-3/+3
* Fix locking mistakes in the error recovery paths of the AHC and AHD drivers.Scott Long2007-07-312-4/+0
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-172-3/+4
* Up until now, the free SCB pool received only a small initial allocation,Scott Long2007-04-195-18/+24
* Basic MPSAFE locking for the AHC and AHD drivers.Scott Long2007-04-1713-336/+72
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-152-3/+4
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-232-2/+2
* Correct typos containing my login name (plus one more in expr.y).Ceri Davies2007-02-181-1/+1
* - Change the PCI-X registers constants to be relative to the PCI-X PCIJohn Baldwin2007-01-192-7/+17
* Fix a group of typos:Yaroslav Tykhiy2006-12-293-3/+3
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-024-367/+0
* Coverity: initialize some variables before potential use.Matt Jacob2006-09-051-0/+2
* add a newbus method for obtaining the bus's bus_dma_tag_t... This isJohn-Mark Gurney2006-09-034-8/+8
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-162-2/+0
* Clean up the way we handle auxiliary commands for a given ddb commandJohn Baldwin2006-03-071-1/+1
* Fix -Wundef warnings from compiling GENERIC and LINT kernels ofRuslan Ermilov2005-12-061-1/+1
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andRuslan Ermilov2005-12-051-1/+1
* Fix -Wundef.Ruslan Ermilov2005-12-045-13/+13
* Fix mysterious build failures (with parallel make) early inRuslan Ermilov2005-11-211-1/+1
* Use the AHC_DISABLE_PCI_PERR flag to silence parity error reporting onJustin T. Gibbs2005-09-221-8/+15
* Enhance diagnostic printfs for the chains of free lists used toJustin T. Gibbs2005-09-221-1/+3
* Correct bug that caused the completed "recovery" scb to have itsJustin T. Gibbs2005-09-222-2/+4
* Set allow_memio to 1 if fetching the allow_memio hint fails. ThisJustin T. Gibbs2005-09-221-0/+1
* Back out change accidentally committed as Makefile:1.21 -- a localRobert Watson2005-08-031-1/+0
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-0/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-292-4/+0
* remove useless ptr check; cur_column can never be nullSam Leffler2005-03-311-1/+1
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-052-2/+2
* aic79xx.c:Justin T. Gibbs2005-02-162-5/+16
* On Rev. B silicon, we disabled the enhanced busfree detection logic toJustin T. Gibbs2005-02-161-3/+3
* MF5S: Explicitly initialize timedout_scb lists, use SCB_TAG for all accessJustin T. Gibbs2005-02-163-4/+9
* Make this compile from the last commitScott Long2005-01-061-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-0634-34/+34
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-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-184-16/+26
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* aic7xxx.h:Justin T. Gibbs2004-10-192-14/+91
* Skip probe attempts for ISA PnP devices.Justin T. Gibbs2004-10-151-1/+5
* Correct a typo in a comment: alloated->allocatedJustin T. Gibbs2004-08-301-1/+1
* In the PCI error interrupt handler, specify the width of the PCI configurationJustin T. Gibbs2004-08-221-6/+7
* Set AHD_BUSFREEREV_BUG in the bug field for Rev B chips, not theJustin T. Gibbs2004-08-221-3/+3
* Initialize iobase from the resource allocated by bus_alloc_resource_any()Justin T. Gibbs2004-08-181-2/+2
* Invert the polarity of two tests in the recovery code that could causeJustin T. Gibbs2004-08-181-2/+2
* Remove spurious EISA definitions left over from the initial port of theJustin T. Gibbs2004-08-181-13/+0