aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isci/isci_controller.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* isci: Propagate error from bus_dma_tag_create.John Baldwin2022-05-131-2/+4
* Remove support for FreeBSD 8 systems. These workarounds and ways of rescanningWarner Losh2020-03-011-19/+0
* Enforce a 4GB DMA boundary on isci(4)Warner Losh2019-07-101-3/+3
* isci(4): Use controller->lock for busdma tags.Konstantin Belousov2019-03-121-4/+7
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Make sure we check for CAM_CDB_POINTER for all drivers. Also, for theWarner Losh2016-03-151-2/+8
* Fix tunable and sysctl handling of the fail_on_task_timeout knob.Scott Long2014-12-241-0/+2
* In rare cases, a SATA drive can stop responding to commands and trigger aScott Long2014-06-301-1/+5
* MFprojects/camlock r248982:Alexander Motin2013-04-141-1/+1
* Report support for unmapped I/O by adding PIM_UNMAPPED flag.Jim Harris2013-03-261-1/+2
* Add support for locate LED.Jim Harris2012-10-101-9/+29
* Create led(4) device nodes mapped to isci(4) SGPIO locate LEDs.Jim Harris2012-09-261-0/+21
* Fix/add support for SCSI UNMAP to ATA DSM translation.Jim Harris2012-08-211-0/+41
* Wait until completion context unwinds before retrying CCBs that have beenJim Harris2012-05-211-0/+47
* 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-1/+12
* Call xpt_bus_register during attach context, then freeze and do not releaseJim Harris2012-03-231-5/+36
* During work to port isci(4) to stable/7 I noted that the maxio portion ofSean Bruno2012-02-171-1/+1
* Add isci(4) driver for amd64 and i386 targets.Jim Harris2012-01-311-0/+653