summaryrefslogtreecommitdiff
path: root/sys/dev/isci/isci_controller.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-04-06isci: Propagate error from bus_dma_tag_create.John Baldwin
2020-03-01Remove support for FreeBSD 8 systems. These workarounds and ways of rescanningWarner Losh
2019-07-10Enforce a 4GB DMA boundary on isci(4)Warner Losh
2019-03-12isci(4): Use controller->lock for busdma tags.Konstantin Belousov
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-01-04Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-03-15Make sure we check for CAM_CDB_POINTER for all drivers. Also, for theWarner Losh
2014-12-24Fix tunable and sysctl handling of the fail_on_task_timeout knob.Scott Long
2014-06-30In rare cases, a SATA drive can stop responding to commands and trigger aScott Long
2013-04-14MFprojects/camlock r248982:Alexander Motin
2013-03-26Report support for unmapped I/O by adding PIM_UNMAPPED flag.Jim Harris
2012-10-10Add support for locate LED.Jim Harris
2012-09-26Create led(4) device nodes mapped to isci(4) SGPIO locate LEDs.Jim Harris
2012-08-21Fix/add support for SCSI UNMAP to ATA DSM translation.Jim Harris
2012-05-21Wait until completion context unwinds before retrying CCBs that have beenJim Harris
2012-04-10Queue CCBs internally instead of using CAM_REQUEUE_REQ status. This fixesJim Harris
2012-03-28Ensure consistent target IDs for direct-attached devices.Jim Harris
2012-03-23Call xpt_bus_register during attach context, then freeze and do not releaseJim Harris
2012-02-17During work to port isci(4) to stable/7 I noted that the maxio portion ofSean Bruno
2012-01-31Add isci(4) driver for amd64 and i386 targets.Jim Harris