aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Panic should the SCI framework ever request a pointer into the ccb'sJim Harris2013-03-271-3/+24
* Report support for unmapped I/O by adding PIM_UNMAPPED flag.Jim Harris2013-03-262-5/+2
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-22/+13
* Don't call bus_dmamap_load in CAM_DIR_NONE case, since there is nothingJim Harris2012-12-051-13/+15
* Add support for locate LED.Jim Harris2012-10-103-15/+42
* Create led(4) device nodes mapped to isci(4) SGPIO locate LEDs.Jim Harris2012-09-263-1/+37
* 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
* Clear freeze bit before calling xpt_release_devq.Jim Harris2012-08-241-1/+1
* Fix/add support for SCSI UNMAP to ATA DSM translation.Jim Harris2012-08-216-11/+56
* Wait until completion context unwinds before retrying CCBs that have beenJim Harris2012-05-215-15/+147
* Fix off-by-one error in sati_inquiry_block_device_translate_data(). Bug wouldJim Harris2012-05-041-1/+1
* Queue CCBs internally instead of using CAM_REQUEUE_REQ status. This fixesJim Harris2012-04-104-29/+56
* Fix the following compilation warning with clang trunk in isci(4):Dimitry Andric2012-03-301-1/+1
* Fix bug where isci(4) would report only 15 bytes of returned data on aJim Harris2012-03-291-0/+4
* Ensure consistent target IDs for direct-attached devices.Jim Harris2012-03-283-9/+32
* Call xpt_bus_register during attach context, then freeze and do not releaseJim Harris2012-03-233-12/+43
* Update PCI-IDs with devices found on Intel SDPSean Bruno2012-02-271-2/+6
* During work to port isci(4) to stable/7 I noted that the maxio portion ofSean Bruno2012-02-171-1/+1
* Remove explicit CC assignment in isci(4) Makefile to allow for buildingJim Harris2012-02-0912-31/+36
* Fix Coverity defects in isci(4) driver.Jim Harris2012-02-076-61/+50
* Add isci(4) driver for amd64 and i386 targets.Jim Harris2012-01-31256-0/+111924