aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
...
* Remove variables which are initialized but never used thereafterEitan Adler2012-08-051-3/+0
* Fix an issue that caused the kernel to panic inside CTL when tryingKenneth D. Merry2012-06-264-18/+16
* Fix build of aicasm when CC=clang. This was due to a side-effect of theDimitry Andric2012-06-041-2/+1
* Make aicasm compile without warnings if -Wpointer-sign is enabled.Dimitry Andric2012-06-041-1/+1
* Follow non-BSD case when GNU/Hurd is detected.Robert Millan2012-03-251-1/+1
* Remove comments about creating DMA tags as children of the DMA tags of theirJuli Mallett2012-03-124-4/+0
* Add "%option noinput" to aicasm_scan.l and aicasm_macro_scan.l, so noDimitry Andric2011-12-162-0/+4
* Improve portability #defines for compiling aicasm on other systems.Ed Maste2011-07-158-31/+5
* Remove support for the Intel C Compiler from the build infrastructure.Dimitry Andric2011-04-191-5/+0
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-1/+1
* Allocate the DMA memory shared between the host and the controller asMarius Strobl2011-03-122-6/+11
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-212-2/+2
* Revert r213765. This is required because our build infrastructure usesRui Paulo2010-10-142-2/+0
* Define YY_NO_INPUT. This makes aicasm buildable by clang with WerrorRui Paulo2010-10-132-0/+2
* For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' inRui Paulo2010-08-171-1/+1
* Correct logic bug in aicasm's undefined register bit access detection code.Justin T. Gibbs2010-07-143-5/+12
* Document the usfs driver and the NO_SYSCTL_DESCR option, and update the comme...Rebecca Cran2010-02-081-0/+4
* Spell "Hz" correctly wherever it is user-visible.Gavin Atkinson2010-01-121-4/+4
* Disable K&R style function definitions for WARNS=6.Ed Schouten2009-12-311-1/+1
* Add missing `void' keywords.Ed Schouten2009-12-304-10/+10
* Add sysctls in ahd(4) in order to keep track of different classes ofAttilio Rao2009-11-135-2/+197
* Add support for Adaptec 39320LPE adapters.Christian Brueffer2009-10-301-0/+7
* Add a missing free() call.Christian Brueffer2009-10-211-0/+2
* Separate the parallel scsi knowledge out of the core of the XPT, andScott Long2009-07-102-5/+8
* Re-enable WARNS=6 after my universe test.Xin LI2009-06-021-0/+1
* Initialize the match structure. This is unnecessary but gcc insists toXin LI2009-06-011-2/+1
* Revert the WARNS change for now, need some time to fix the real problem.Xin LI2009-06-011-1/+0
* Mark as WARNS=6.Xin LI2009-06-011-0/+1
* Code cleanups to make this WARNS=6 clean.Xin LI2009-06-017-45/+56
* remove now-redunant cardbus attachment.Warner Losh2009-03-092-2/+0
* 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