aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/siis
Commit message (Expand)AuthorAgeFilesLines
* MFC r249622:Alexander Motin2013-11-161-0/+8
* Merge the second part of the unmapped I/O changes. This enables theScott Long2013-06-181-1/+1
* Big MFC of the physbio changes necessary for unmapped I/O. These changesScott Long2013-06-181-29/+21
* MFC r227293 (by ed):Alexander Motin2013-04-051-1/+1
* MFC r236847:Alexander Motin2012-06-121-1/+1
* r236666:Alexander Motin2012-06-091-2/+2
* MFC r235333:Alexander Motin2012-06-041-0/+2
* MFC r227701, r227847 and r227849:Hans Petter Selasky2011-12-311-7/+2
* According to SATA specification, when Serial ATA Enclosure Management BridgeAlexander Motin2011-05-251-7/+18
* Fix some English grammar.Alexander Motin2011-04-192-6/+6
* According to specification. device should respond to COMRESET with COMINITAlexander Motin2011-04-191-12/+24
* Properly handle memory allocation errors during error recovery.Alexander Motin2011-04-191-5/+18
* Improve SATA Asynchronous Notification feature support in CAM:Alexander Motin2011-04-131-0/+5
* As soon as siis_reset() doesn't waits for device readiness, but only forAlexander Motin2011-04-131-3/+3
* Implement automatic SCSI sense fetching for siis(4).Alexander Motin2011-04-122-36/+90
* Add missing part of r217877.Alexander Motin2011-01-261-0/+1
* Hardware supported by siis(4) allows software control over activity LEDs.Alexander Motin2011-01-261-0/+19
* Teach ahci(4), siis(4) and ATA_CAM ata(4) wrapper report to CAM residualAlexander Motin2010-11-081-0/+11
* Add missing mtx_destroy() on channel attach failure.Alexander Motin2010-10-251-0/+1
* Fix panic, when due to some kind of congestion on FIS-based switchingAlexander Motin2010-09-161-5/+8
* Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers toAlexander Motin2010-07-251-2/+7
* Plug memory leak to silent Coverity. Error is still not really handled.Alexander Motin2010-06-051-0/+1
* Fix attach errors handling.Alexander Motin2010-06-051-3/+5
* Fill rman range start/end values. It makes devinfo output more readable.Alexander Motin2010-05-221-0/+2
* Report ATA/SATA channel number to NewBus at location string.Alexander Motin2010-05-221-0/+11
* Improve suspend/resume support. Make sure controller is idle on suspendAlexander Motin2010-05-211-12/+41
* Make SATA XPT negotiate and enable some additional SATA features, such as:Alexander Motin2010-05-022-0/+13
* Add Target/LUN ID checks and deny access to targets 1-14 when PMP absent.Alexander Motin2010-04-301-39/+28
* Explicitly enable PCI busmastering on attach.Alexander Motin2010-04-151-0/+1
* Enable MSI by default for SiI3124.Alexander Motin2010-03-201-6/+7
* MFp4:Alexander Motin2010-02-141-2/+25
* Use new helper functions to set PCIe max read request size.Alexander Motin2010-02-051-12/+2
* - Give ATA/SATA SIMs info about ATAPI packet size, supported by device.Alexander Motin2010-02-022-0/+5
* Reset port on disconnect event, to abort any running requests.Alexander Motin2010-01-291-8/+6
* MFp4: Large set of CAM inprovements.Alexander Motin2010-01-281-9/+26
* Usually these controllers are able to automatically decode command code toAlexander Motin2009-12-292-5/+27
* Increase Max Read Request Size for PCIe chips from 512 to 1024 bytes.Alexander Motin2009-12-091-0/+13
* Explicitly acknowledge MSI completion, as required by SiI3124 datasheet.Alexander Motin2009-12-072-3/+14
* SiI3124 has no SNotification register. Handle Asynchronous NotificationsAlexander Motin2009-12-072-12/+27
* MFp4:Alexander Motin2009-11-262-14/+16
* MFp4:Alexander Motin2009-11-242-23/+71
* Do not require payload data to be aligned. It is not mentioned in datasheetAlexander Motin2009-11-161-1/+1
* MFp4:Alexander Motin2009-11-111-1/+1
* MFp4:Alexander Motin2009-11-102-21/+31
* Do not unarm callout on request completion and change slot selectionAlexander Motin2009-11-041-10/+8
* MFp4:Alexander Motin2009-11-032-49/+104
* Reimplement device reset sequence in more controller-specific way.Alexander Motin2009-10-231-38/+34
* MFp4:Alexander Motin2009-10-211-1/+1
* MFp4:Alexander Motin2009-10-211-7/+26
* On command timeout handle frozen command first, to not run it insideAlexander Motin2009-10-071-3/+4