aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/siis
Commit message (Expand)AuthorAgeFilesLines
* Prevent overflow issues in timeout processingSteven Hartland2014-11-211-5/+5
* Initialize variables before resource_int_value().Alexander Motin2014-09-121-0/+1
* Merge CAM locking changes from the projects/camlock branch to radicallyAlexander Motin2013-10-211-2/+0
* Make siis(4) and mvs(4) send bus_get_dma_tag() requests to parent busesAlexander Motin2013-04-181-0/+8
* ahci(4) and siis(4) are ready to process the unmapped i/o requestsKonstantin Belousov2013-03-191-1/+1
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-29/+21
* Partially revert r236666:Alexander Motin2012-06-101-1/+1
* ATA/SATA controllers have no idea about protocol of the connected deviceAlexander Motin2012-06-061-2/+2
* Add two functions xpt_batch_start() and xpt_batch_done() to the CAM SIM KPIAlexander Motin2012-05-121-0/+2
* Rename device_delete_all_children() into device_delete_children().Hans Petter Selasky2011-11-221-1/+1
* Move the device_delete_all_children() function from usb_util.cHans Petter Selasky2011-11-191-7/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* 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-1/+14
* 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