aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isci
Commit message (Expand)AuthorAgeFilesLines
* isci: Remove dead codeWarner Losh2025-02-021-7/+0
* isci(4): Fix a typo in a source code commentGordon Bergling2024-12-281-1/+1
* Fix enum warning in isciDimitry Andric2024-07-311-1/+1
* Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb2024-07-261-1/+1
* isci: Fix typo (triple S)Jose Luis Duran2023-12-282-2/+2
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-16109-218/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-16145-290/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* isci(4): Fix common typos in source code commentsGordon Bergling2023-01-112-3/+3
* isci(4): Fix common typos in source code commentsGordon Bergling2022-11-014-6/+6
* isci(4): Fix a typo in a source code commentGordon Bergling2022-11-011-1/+1
* iscsi(4): Remove a double word in a source code commentGordon Bergling2022-09-101-1/+1
* isci(4): Fix a typo in a source code commentGordon Bergling2022-08-071-1/+1
* isci: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* iscsi(4): Remove a double word in a source code commentGordon Bergling2022-04-091-1/+1
* isci: Propagate error from bus_dma_tag_create.John Baldwin2022-04-061-2/+4
* iscsi(4): Fix a typo in a source code commentGordon Bergling2022-04-021-1/+1
* isci(4): Fix a typo in a source code commentGordon Bergling2022-04-021-1/+1
* isci(4): Fix a typo in a source code commentGordon Bergling2022-04-021-1/+1
* isci(4): Fix a typo in a source code commentGordon Bergling2022-03-281-1/+1
* iscsi(4): Fix a typo in a source code commentGordon Bergling2021-11-191-1/+1
* Fix 'take effect' spelling in menus and comments.betterentley2021-11-191-1/+1
* isci(4): Fix a common typo in src commentsGordon Bergling2021-08-293-3/+3
* Fix a common typo in man pages and src commentsGordon Bergling2021-08-282-2/+2
* Fix some common typos in source code commentsGordon Bergling2021-08-142-2/+2
* isci: clear CCBs allocated on the stackEdward Tomasz Napierala2021-05-211-0/+1
* isci: use maxphys rather than 128KB to size s/g listAndrew Gallatin2021-01-071-1/+1
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-1/+1
* Remove support for FreeBSD 8 systems. These workarounds and ways of rescanningWarner Losh2020-03-013-25/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-13/+17
* Enforce a 4GB DMA boundary on isci(4)Warner Losh2019-07-103-4/+8
* isci(4): Use controller->lock for busdma tags.Konstantin Belousov2019-03-123-7/+13
* Correct typo in ATA_WRITE_UNCORRECTABLE_PSEUDOEd Maste2018-02-232-4/+4
* kernel: Fix several typos and minor errorsEitan Adler2017-12-272-2/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-27254-0/+508
* Include opt files in the kernel with "" instead of <>.Warner Losh2017-07-101-1/+1
* scif_sas_controller: Fix inverted logic range checkConrad Meyer2017-03-131-1/+1
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* Pass proper arguments (handles, not directly structure pointers) toAlexander Motin2016-12-281-2/+3
* Fix improper use of "its".Bryan Drewery2016-11-082-2/+2
* isci: fix ATA PASSTHROUGH fixed sense data formatJim Harris2016-07-062-4/+4
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-0347-100/+100
* etc: minor spelling fixes.Pedro F. Giffuni2016-05-022-19/+19
* Storage Controller Interface driver - typo in unimplemented macro inRavi Pokala2016-04-061-1/+1
* Make sure we check for CAM_CDB_POINTER for all drivers. Also, for theWarner Losh2016-03-152-11/+17
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits2016-02-191-2/+2
* Fix typo (s/harware/hardware/)Kevin Lo2015-12-251-1/+1
* isci: check return value of pci_alloc_msix()Jim Harris2015-09-081-2/+2