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