aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isci
Commit message (Expand)AuthorAgeFilesLines
* 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
* isci: explicitly enable/disable PCI busmasterJim Harris2015-09-081-0/+2
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Fix tunable and sysctl handling of the fail_on_task_timeout knob.Scott Long2014-12-242-2/+5
* Prevent overflow issues in timeout processingSteven Hartland2014-11-212-6/+8
* In rare cases, a SATA drive can stop responding to commands and trigger aScott Long2014-06-304-3/+40
* 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
* Improve logging around some of the isci(4) reset and recovery paths.Jim Harris2013-10-093-4/+52
* Make isci(4) loadable.Konstantin Belousov2013-10-071-0/+1
* 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
* MFprojects/camlock r248982:Alexander Motin2013-04-143-5/+5