aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
* ddb: use _FLAGS command macros where appropriateMitchell Horne2022-07-051-1/+1
* aic7xxx: Fix a few common typo in source code commentsGordon Bergling2022-07-031-1/+1
* aic7xxx: Fix a few common typos in source code commentsGordon Bergling2022-07-034-4/+4
* aic7xxx: Fix a few typos in comments and an error messageGordon Bergling2022-06-041-4/+4
* aic79xx: Fix a typo in a source code commentGordon Bergling2022-06-041-1/+1
* ahc/ahd: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-065-10/+3
* Fix "set but not used" in aic7xxx/aic79xx. The variables were deadScott Long2022-02-262-15/+0
* ahc: Mark sysctls with CTLFLAG_MPSAFE.Alexander Motin2021-12-101-2/+2
* Fix a common typo in source code commentsGordon Bergling2021-08-291-1/+1
* Fix a common typo in man pages and src commentsGordon Bergling2021-08-282-2/+2
* Fix some common typos in commentsGordon Bergling2021-08-081-1/+1
* aic7xxx: Fix re-building firmware with -fno-commonJessica Clarke2021-05-282-2/+2
* cam: clear on-stack CCBs in last few driversEdward Tomasz Napierala2021-05-212-0/+2
* aic7xxx: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0121-210/+56
* 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