summaryrefslogtreecommitdiff
path: root/sys/dev/isci
AgeCommit message (Expand)Author
2025-10-31isci(4): Fix two typos in a log messagesGordon Bergling
2025-08-17isci(4): Fix a typo in a source code commentGordon Bergling
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-02-02isci: Remove dead codeWarner Losh
2024-12-28isci(4): Fix a typo in a source code commentGordon Bergling
2024-07-31Fix enum warning in isciDimitry Andric
2024-07-26Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb
2023-12-27isci: Fix typo (triple S)Jose Luis Duran
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-01-11isci(4): Fix common typos in source code commentsGordon Bergling
2022-11-01isci(4): Fix common typos in source code commentsGordon Bergling
2022-11-01isci(4): Fix a typo in a source code commentGordon Bergling
2022-09-10iscsi(4): Remove a double word in a source code commentGordon Bergling
2022-08-07isci(4): Fix a typo in a source code commentGordon Bergling
2022-05-06isci: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-04-09iscsi(4): Remove a double word in a source code commentGordon Bergling
2022-04-06isci: Propagate error from bus_dma_tag_create.John Baldwin
2022-04-02iscsi(4): Fix a typo in a source code commentGordon Bergling
2022-04-02isci(4): Fix a typo in a source code commentGordon Bergling
2022-04-02isci(4): Fix a typo in a source code commentGordon Bergling
2022-03-28isci(4): Fix a typo in a source code commentGordon Bergling
2021-11-19iscsi(4): Fix a typo in a source code commentGordon Bergling
2021-11-18Fix 'take effect' spelling in menus and comments.betterentley
2021-08-29isci(4): Fix a common typo in src commentsGordon Bergling
2021-08-28Fix a common typo in man pages and src commentsGordon Bergling
2021-08-14Fix some common typos in source code commentsGordon Bergling
2021-05-21isci: clear CCBs allocated on the stackEdward Tomasz Napierala
2021-01-07isci: use maxphys rather than 128KB to size s/g listAndrew Gallatin
2020-11-28Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov
2020-03-01Remove support for FreeBSD 8 systems. These workarounds and ways of rescanningWarner Losh
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-07-10Enforce a 4GB DMA boundary on isci(4)Warner Losh
2019-03-12isci(4): Use controller->lock for busdma tags.Konstantin Belousov
2018-02-23Correct typo in ATA_WRITE_UNCORRECTABLE_PSEUDOEd Maste
2017-12-27kernel: Fix several typos and minor errorsEitan Adler
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-03-13scif_sas_controller: Fix inverted logic range checkConrad Meyer
2017-01-04Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers
2016-12-28Pass proper arguments (handles, not directly structure pointers) toAlexander Motin
2016-11-08Fix improper use of "its".Bryan Drewery
2016-07-06isci: fix ATA PASSTHROUGH fixed sense data formatJim Harris
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-05-02etc: minor spelling fixes.Pedro F. Giffuni
2016-04-06Storage Controller Interface driver - typo in unimplemented macro inRavi Pokala
2016-03-15Make sure we check for CAM_CDB_POINTER for all drivers. Also, for theWarner Losh
2016-02-22As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus