summaryrefslogtreecommitdiffstats
path: root/sys/dev/isci
Commit message (Expand)AuthorAgeFilesLines
* MFC r287564:jimharris2015-09-111-2/+2
* MFC r287563:jimharris2015-09-111-0/+2
* MFC 276174:scottl2014-12-262-2/+5
* MFC r274819:smh2014-12-212-6/+8
* Merge r268024, 268025:scottl2014-07-015-3/+41
* MFC r263276:jimharris2014-05-074-19/+14
* MFC r263275:jimharris2014-05-071-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