summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
* MFC r284022: Avoid ID conflictachim2015-06-091-0/+14
* MFC r264400,r265836:ngie2014-12-311-1/+1
* MFC r260401ian2014-08-216-0/+13478
* MFC r257637, r257730, r257734, r257777, r257825, r257838, r257873:ian2014-08-211-2/+6
* MFC r262534, r262548, r262549, r262552, r262568, r262581, r262583, r262584,ian2014-05-161-0/+1
* MFC r256826:mav2014-01-052-4/+4
* MFC r259833:dim2013-12-281-1/+0
* MFC r259827:dim2013-12-281-1/+0
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-122-27/+4
* Match function definition to declaration and call-site.uqs2013-07-251-3/+3
* Fxi a bunch of typos.eadler2013-05-101-1/+1
* Correct misleading bootverbose output: ahc_isa_probe -> ahc_isa_identifyneel2013-04-171-1/+1
* Reform the busdma API so that new types may be added without modifyingkib2013-02-122-116/+29
* remove redundant yyparse declarationsbapt2012-12-051-1/+0
* Fix a bug in aicasm_gram.y, noted by a newer clang 3.2 snapshot: itdim2012-11-141-1/+1
* In sys/dev/aic7xxx/aic79xx_osm.c, function ahd_attach(), initialize thedim2012-08-061-0/+1
* Remove variables which are initialized but never used thereaftereadler2012-08-051-3/+0
* Fix an issue that caused the kernel to panic inside CTL when tryingken2012-06-264-18/+16
* Fix build of aicasm when CC=clang. This was due to a side-effect of thedim2012-06-041-2/+1
* Make aicasm compile without warnings if -Wpointer-sign is enabled.dim2012-06-041-1/+1
* Follow non-BSD case when GNU/Hurd is detected.rmh2012-03-251-1/+1
* Remove comments about creating DMA tags as children of the DMA tags of theirjmallett2012-03-124-4/+0
* Add "%option noinput" to aicasm_scan.l and aicasm_macro_scan.l, so nodim2011-12-162-0/+4
* Improve portability #defines for compiling aicasm on other systems.emaste2011-07-158-31/+5
* 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
OpenPOWER on IntegriCloud