aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isci/isci.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* Remove support for FreeBSD 8 systems. These workarounds and ways of rescanningWarner Losh2020-03-011-2/+0
* Enforce a 4GB DMA boundary on isci(4)Warner Losh2019-07-101-0/+3
* isci(4): Use controller->lock for busdma tags.Konstantin Belousov2019-03-121-1/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* In rare cases, a SATA drive can stop responding to commands and trigger aScott Long2014-06-301-0/+1
* Add support for locate LED.Jim Harris2012-10-101-3/+6
* Create led(4) device nodes mapped to isci(4) SGPIO locate LEDs.Jim Harris2012-09-261-0/+8
* Fix/add support for SCSI UNMAP to ATA DSM translation.Jim Harris2012-08-211-0/+1
* Wait until completion context unwinds before retrying CCBs that have beenJim Harris2012-05-211-0/+32
* Queue CCBs internally instead of using CAM_REQUEUE_REQ status. This fixesJim Harris2012-04-101-0/+1
* Ensure consistent target IDs for direct-attached devices.Jim Harris2012-03-281-4/+4
* Call xpt_bus_register during attach context, then freeze and do not releaseJim Harris2012-03-231-0/+1
* Remove explicit CC assignment in isci(4) Makefile to allow for buildingJim Harris2012-02-091-1/+0
* Add isci(4) driver for amd64 and i386 targets.Jim Harris2012-01-311-0/+302