summaryrefslogtreecommitdiffstats
path: root/sys/dev/isci
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: minor spelling fixes.pfg2016-05-0347-100/+100
* etc: minor spelling fixes.pfg2016-05-022-19/+19
* Storage Controller Interface driver - typo in unimplemented macro inrpokala2016-04-061-1/+1
* Make sure we check for CAM_CDB_POINTER for all drivers. Also, for theimp2016-03-152-11/+17
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toskra2016-02-221-1/+0
* Replace several bus_alloc_resource() calls using default arguments with bus_a...jhibbits2016-02-191-2/+2
* Fix typo (s/harware/hardware/)kevlo2015-12-251-1/+1
* isci: check return value of pci_alloc_msix()jimharris2015-09-081-2/+2
* isci: explicitly enable/disable PCI busmasterjimharris2015-09-081-0/+2
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Fix tunable and sysctl handling of the fail_on_task_timeout knob.scottl2014-12-242-2/+5
* Prevent overflow issues in timeout processingsmh2014-11-212-6/+8
* In rare cases, a SATA drive can stop responding to commands and trigger ascottl2014-06-304-3/+40
* Fix a case in ndling ATA_PASSTHROUGH commands that have an unaligned buffer.scottl2014-06-301-0/+1
* Base the max number of SG elements on MAXPHYS.jimharris2014-03-174-19/+14
* isci: Ensure ATA passthrough commands with RETURN_RESPONSE bit setjimharris2014-03-171-2/+10
* Improve logging around some of the isci(4) reset and recovery paths.jimharris2013-10-093-4/+52
* Make isci(4) loadable.kib2013-10-071-0/+1
* For ATA_PASSTHROUGH commands, pretend isci(4) supports multiword DMAjimharris2013-06-261-4/+45
* Fxi a bunch of typos.eadler2013-05-101-2/+2
* - Correct mispellings of word resourcegabor2013-04-173-3/+3
* MFprojects/camlock r248982:mav2013-04-143-5/+5
* Panic should the SCI framework ever request a pointer into the ccb'sjimharris2013-03-271-3/+24
* Report support for unmapped I/O by adding PIM_UNMAPPED flag.jimharris2013-03-262-5/+2
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-22/+13
* Don't call bus_dmamap_load in CAM_DIR_NONE case, since there is nothingjimharris2012-12-051-13/+15
* Add support for locate LED.jimharris2012-10-103-15/+42
* Create led(4) device nodes mapped to isci(4) SGPIO locate LEDs.jimharris2012-09-263-1/+37
* Fix typo: s/protocl/protocolkevlo2012-09-201-1/+1
* s/ is is / is /geadler2012-09-141-1/+1
* s/teh/the/geadler2012-09-141-1/+1
* Correct double "the the"eadler2012-09-1412-16/+16
* isci(4): Fix SCSI/ATA translation for SCSI_WRITE_BUFFER w/ mode==0x7jimharris2012-09-142-7/+14
* Do not call sati_check_data_io() for SATI_UNMAP sequences.jimharris2012-08-301-4/+0
* Clear freeze bit before calling xpt_release_devq.jimharris2012-08-241-1/+1
* Fix/add support for SCSI UNMAP to ATA DSM translation.jimharris2012-08-216-11/+56
* Wait until completion context unwinds before retrying CCBs that have beenjimharris2012-05-215-15/+147
* Fix off-by-one error in sati_inquiry_block_device_translate_data(). Bug wouldjimharris2012-05-041-1/+1
* Queue CCBs internally instead of using CAM_REQUEUE_REQ status. This fixesjimharris2012-04-104-29/+56
* Fix the following compilation warning with clang trunk in isci(4):dim2012-03-301-1/+1
* Fix bug where isci(4) would report only 15 bytes of returned data on ajimharris2012-03-291-0/+4
* Ensure consistent target IDs for direct-attached devices.jimharris2012-03-283-9/+32
* Call xpt_bus_register during attach context, then freeze and do not releasejimharris2012-03-233-12/+43
* Update PCI-IDs with devices found on Intel SDPsbruno2012-02-271-2/+6
* During work to port isci(4) to stable/7 I noted that the maxio portion ofsbruno2012-02-171-1/+1
* Remove explicit CC assignment in isci(4) Makefile to allow for buildingjimharris2012-02-0912-31/+36
* Fix Coverity defects in isci(4) driver.jimharris2012-02-076-61/+50
* Fix ATAPI code path to ensure bus_dma_segment structures are only usedjimharris2012-01-302-2/+4
* Add all isci driver source code to sys/dev/isci for the Intel C600jimharris2012-01-25255-0/+111908
* Modify GENERIC, files and options for isci (Intel C600 SAS controller) driver.jimharris2012-01-061-0/+14
OpenPOWER on IntegriCloud