aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isci/scil
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
* isci: Fix typo (triple S)Jose Luis Duran2023-12-282-2/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1698-196/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-16142-284/+0
* 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
* iscsi(4): Remove a double word in a source code commentGordon Bergling2022-04-091-1/+1
* 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-292-2/+2
* 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: 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
* 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-27240-0/+480
* scif_sas_controller: Fix inverted logic range checkConrad Meyer2017-03-131-1/+1
* 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-0344-95/+95
* 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
* Fix typo (s/harware/hardware/)Kevin Lo2015-12-251-1/+1
* Fix a case in ndling ATA_PASSTHROUGH commands that have an unaligned buffer.Scott Long2014-06-301-0/+1
* Base the max number of SG elements on MAXPHYS.Jim Harris2014-03-174-19/+14
* isci: Ensure ATA passthrough commands with RETURN_RESPONSE bit setJim Harris2014-03-171-2/+10
* For ATA_PASSTHROUGH commands, pretend isci(4) supports multiword DMAJim Harris2013-06-261-4/+45
* Fxi a bunch of typos.Eitan Adler2013-05-101-2/+2
* - Correct mispellings of word resourceGabor Kovesdan2013-04-173-3/+3
* Fix typo: s/protocl/protocolKevin Lo2012-09-201-1/+1
* s/ is is / is /gEitan Adler2012-09-141-1/+1
* s/teh/the/gEitan Adler2012-09-141-1/+1
* Correct double "the the"Eitan Adler2012-09-1412-16/+16
* isci(4): Fix SCSI/ATA translation for SCSI_WRITE_BUFFER w/ mode==0x7Jim Harris2012-09-142-7/+14
* Do not call sati_check_data_io() for SATI_UNMAP sequences.Jim Harris2012-08-301-4/+0
* Fix/add support for SCSI UNMAP to ATA DSM translation.Jim Harris2012-08-213-11/+6
* Fix off-by-one error in sati_inquiry_block_device_translate_data(). Bug wouldJim Harris2012-05-041-1/+1
* Fix bug where isci(4) would report only 15 bytes of returned data on aJim Harris2012-03-291-0/+4
* Remove explicit CC assignment in isci(4) Makefile to allow for buildingJim Harris2012-02-099-22/+28
* Fix Coverity defects in isci(4) driver.Jim Harris2012-02-076-61/+50