summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
* aic7xxx: minor spelling fixes.pfg2016-05-1014-63/+63
* Fix LDADD/DPADD that should be LIBADD.bdrewery2015-12-041-2/+1
* aic7xxx: Do not support device IDs 0x8081, 0x8088 and 0x8089 to avoidachim2015-06-051-0/+14
* shared_scb_data set, but never used, remove it.imp2014-08-081-2/+0
* Fix a few more drivers that were explicitly destroying the bus_dmajhb2014-06-112-8/+0
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-131-1/+1
* Remove instances of variables that were set, but never used. gcc 4.9imp2014-03-301-16/+9
* Don't complain about missing prototypes to ease bootstrap issues.imp2014-02-271-0/+1
* Remove aicasm as a build dependency. It made sense when the ahc and ahdscottl2014-01-076-0/+13478
* Remove another unused static const variable num_chip_names, fromdim2013-12-241-1/+0
* Remove unused static const variable num_chip_names from aic79xx.c.dim2013-12-241-1/+0
* Rework the aicasm build machinery so that it gets built along with toolchainian2013-11-041-2/+6
* Partial MFproject/camlock r256671:mav2013-10-212-4/+4
* 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
OpenPOWER on IntegriCloud