aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isci
Commit message (Expand)AuthorAgeFilesLines
* 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