summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
* Remove support for the Intel C Compiler from the build infrastructure.dim2011-04-191-5/+0
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-1/+1
* Allocate the DMA memory shared between the host and the controller asmarius2011-03-122-6/+11
* Fix typos - remove duplicate "the".brucec2011-02-212-2/+2
* Revert r213765. This is required because our build infrastructure usesrpaulo2010-10-142-2/+0
* Define YY_NO_INPUT. This makes aicasm buildable by clang with Werrorrpaulo2010-10-132-0/+2
* For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' inrpaulo2010-08-171-1/+1
* Correct logic bug in aicasm's undefined register bit access detection code.gibbs2010-07-143-5/+12
* Document the usfs driver and the NO_SYSCTL_DESCR option, and update the comme...brucec2010-02-081-0/+4
* Spell "Hz" correctly wherever it is user-visible.gavin2010-01-121-4/+4
* Disable K&R style function definitions for WARNS=6.ed2009-12-311-1/+1
* Add missing `void' keywords.ed2009-12-304-10/+10
* Add sysctls in ahd(4) in order to keep track of different classes ofattilio2009-11-135-2/+197
* Add support for Adaptec 39320LPE adapters.brueffer2009-10-301-0/+7
* Add a missing free() call.brueffer2009-10-211-0/+2
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-102-5/+8
* Re-enable WARNS=6 after my universe test.delphij2009-06-021-0/+1
* Initialize the match structure. This is unnecessary but gcc insists todelphij2009-06-011-2/+1
* Revert the WARNS change for now, need some time to fix the real problem.delphij2009-06-011-1/+0
* Mark as WARNS=6.delphij2009-06-011-0/+1
* Code cleanups to make this WARNS=6 clean.delphij2009-06-017-45/+56
* remove now-redunant cardbus attachment.imp2009-03-092-2/+0
* Make ddb command registration dynamic so modules can extendsam2008-09-151-1/+1
* Only print sense data diagnostics if debugging is enabled with thegibbs2008-02-171-6/+12
* Remove superfluous setting of the transport_version field of ourgibbs2008-02-171-1/+0
* Advertise to CAM the ability of 790X controllers to negotiate informationgibbs2008-02-171-2/+3
* 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
OpenPOWER on IntegriCloud