aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
* aic7xxx: Do not support device IDs 0x8081, 0x8088 and 0x8089 to avoidAchim Leubner2015-06-051-0/+14
* shared_scb_data set, but never used, remove it.Warner Losh2014-08-081-2/+0
* Fix a few more drivers that were explicitly destroying the bus_dmaJohn Baldwin2014-06-112-8/+0
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
* Remove instances of variables that were set, but never used. gcc 4.9Warner Losh2014-03-301-16/+9
* Don't complain about missing prototypes to ease bootstrap issues.Warner Losh2014-02-271-0/+1
* Remove aicasm as a build dependency. It made sense when the ahc and ahdScott Long2014-01-076-0/+13478
* Remove another unused static const variable num_chip_names, fromDimitry Andric2013-12-241-1/+0
* Remove unused static const variable num_chip_names from aic79xx.c.Dimitry Andric2013-12-241-1/+0
* Rework the aicasm build machinery so that it gets built along with toolchainIan Lepore2013-11-041-2/+6
* Partial MFproject/camlock r256671:Alexander Motin2013-10-212-4/+4
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-122-27/+4
* Match function definition to declaration and call-site.Ulrich Spörlein2013-07-251-3/+3
* Fxi a bunch of typos.Eitan Adler2013-05-101-1/+1
* Correct misleading bootverbose output: ahc_isa_probe -> ahc_isa_identifyNeel Natu2013-04-171-1/+1
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-122-116/+29
* remove redundant yyparse declarationsBaptiste Daroussin2012-12-051-1/+0
* Fix a bug in aicasm_gram.y, noted by a newer clang 3.2 snapshot: itDimitry Andric2012-11-141-1/+1
* In sys/dev/aic7xxx/aic79xx_osm.c, function ahd_attach(), initialize theDimitry Andric2012-08-061-0/+1
* 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