aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded dependency on liblBaptiste Daroussin2020-03-231-1/+0
* Remove support for FreeBSD 4-7.Warner Losh2020-02-264-84/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-16/+16
* aic7xxx(4): Fix unintended sign extension in ahd_inq()Conrad Meyer2020-01-301-1/+1
* Fix trivial whitespace issue that is tripping -Wmisleading-indentationBrandon Bergren2019-12-241-1/+1
* Use callout_func_t instead of the deprecated timeout_t.John Baldwin2019-12-101-1/+1
* [aic7xxx] Use correct product name 29320LPE instead of non-existent 39320LPEOleksandr Tymoshenko2019-01-191-7/+7
* Correct pseudo misspelling in sys/ commentsEd Maste2018-02-231-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2720-0/+40
* Include opt files in the kernel with "" instead of <>.Warner Losh2017-07-102-2/+2
* Fix LUN enabling on wildcard target, as done by CTL.Alexander Motin2017-02-262-2/+4
* Remove EISA support from ahc driver. The AIC-7770 chip can be on ISA,Warner Losh2017-02-164-186/+8
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-042-6/+6
* Fix improper use of "its".Bryan Drewery2016-11-081-1/+1
* sys/dev: replace comma with semicolon when pertinent.Pedro F. Giffuni2016-08-091-1/+1
* aic7xxx: minor spelling fixes.Pedro F. Giffuni2016-05-1014-63/+63
* Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-041-2/+1
* 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