aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
* aic7xxx: Fix a couple of typos in device messagesGordon Bergling2025-10-292-5/+5
* style(9): white space after ; and around binary operatorsDavid E. O'Brien2025-10-162-4/+4
* aic7xxx: use rounddown_pow_of_twoDoug Moore2024-06-241-1/+1
* powerof2: replace loops with fls or ilog2Doug Moore2024-06-121-2/+1
* ahc(4): Default to memory mapped IOHP van Braam2024-05-101-6/+6
* aic7xxx: make target mode enable a device hintHP van Braam2024-05-042-2/+36
* aic7xxx: aicasm correct include fileHP van Braam2024-05-041-2/+5
* ahc(4)/ahd(4): target mode: cancel outstanding AIOs and INOTsHP van Braam2024-04-232-4/+22
* ahc(4) clean up old Linux definesHP van Braam2024-04-2315-110/+2
* ahc(4)/ahd(4): fix target mode on ARMKyle Evans2024-04-212-28/+42
* ahc(4): resolve some minor nitsKyle Evans2024-04-212-2/+1
* ahc/ahd: Fix target mode operationAlexander Motin2024-04-102-0/+6
* aic7xxx: Fix two typos in source code commentsGordon Bergling2024-01-222-2/+2
* aic7xxx: Fix a typo in a kernel messageGordon Bergling2024-01-201-1/+1
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1614-20/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1625-50/+0
* aic7xxx: Fix two typos in source code commentsGordon Bergling2023-08-022-2/+2
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* 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