summaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx
AgeCommit message (Expand)Author
2025-10-29aic7xxx: Fix a couple of typos in device messagesGordon Bergling
2025-10-16style(9): white space after ; and around binary operatorsDavid E. O'Brien
2024-06-24aic7xxx: use rounddown_pow_of_twoDoug Moore
2024-06-12powerof2: replace loops with fls or ilog2Doug Moore
2024-05-09ahc(4): Default to memory mapped IOHP van Braam
2024-05-04aic7xxx: make target mode enable a device hintHP van Braam
2024-05-04aic7xxx: aicasm correct include fileHP van Braam
2024-04-23ahc(4)/ahd(4): target mode: cancel outstanding AIOs and INOTsHP van Braam
2024-04-23ahc(4) clean up old Linux definesHP van Braam
2024-04-20ahc(4)/ahd(4): fix target mode on ARMKyle Evans
2024-04-20ahc(4): resolve some minor nitsKyle Evans
2024-04-10ahc/ahd: Fix target mode operationAlexander Motin
2024-01-22aic7xxx: Fix two typos in source code commentsGordon Bergling
2024-01-20aic7xxx: Fix a typo in a kernel messageGordon Bergling
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-02aic7xxx: Fix two typos in source code commentsGordon Bergling
2023-07-07Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory
2022-07-05ddb: use _FLAGS command macros where appropriateMitchell Horne
2022-07-03aic7xxx: Fix a few common typo in source code commentsGordon Bergling
2022-07-03aic7xxx: Fix a few common typos in source code commentsGordon Bergling
2022-06-04aic7xxx: Fix a few typos in comments and an error messageGordon Bergling
2022-06-04aic79xx: Fix a typo in a source code commentGordon Bergling
2022-05-06ahc/ahd: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-02-26Fix "set but not used" in aic7xxx/aic79xx. The variables were deadScott Long
2021-12-09ahc: Mark sysctls with CTLFLAG_MPSAFE.Alexander Motin
2021-08-29Fix a common typo in source code commentsGordon Bergling
2021-08-28Fix a common typo in man pages and src commentsGordon Bergling
2021-08-08Fix some common typos in commentsGordon Bergling
2021-05-28aic7xxx: Fix re-building firmware with -fno-commonJessica Clarke
2021-05-21cam: clear on-stack CCBs in last few driversEdward Tomasz Napierala
2020-09-01aic7xxx: clean up empty lines in .c and .h filesMateusz Guzik
2020-03-23Remove unneeded dependency on liblBaptiste Daroussin
2020-02-26Remove support for FreeBSD 4-7.Warner Losh
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-01-30aic7xxx(4): Fix unintended sign extension in ahd_inq()Conrad Meyer
2019-12-24Fix trivial whitespace issue that is tripping -Wmisleading-indentationBrandon Bergren
2019-12-10Use callout_func_t instead of the deprecated timeout_t.John Baldwin
2019-01-19[aic7xxx] Use correct product name 29320LPE instead of non-existent 39320LPEOleksandr Tymoshenko
2018-02-23Correct pseudo misspelling in sys/ commentsEd Maste
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-07-10Include opt files in the kernel with "" instead of <>.Warner Losh
2017-02-26Fix LUN enabling on wildcard target, as done by CTL.Alexander Motin
2017-02-16Remove EISA support from ahc driver. The AIC-7770 chip can be on ISA,Warner Losh
2017-01-04Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers
2016-11-08Fix improper use of "its".Bryan Drewery
2016-08-09sys/dev: replace comma with semicolon when pertinent.Pedro F. Giffuni
2016-05-10aic7xxx: minor spelling fixes.Pedro F. Giffuni
2015-12-04Fix LDADD/DPADD that should be LIBADD.Bryan Drewery