summaryrefslogtreecommitdiffstats
path: root/sys/dev/siis
Commit message (Expand)AuthorAgeFilesLines
* MFC r280393: Reduce priority of ATA/SATA drivers.mav2015-04-061-2/+2
* MFC r279963: Fix SATA Gen3 speed constants.mav2015-03-201-2/+2
* MFC r274819:smh2014-12-211-5/+5
* MFC Alexander Motin's direct dispatch, multi-queue, and finer-grainedscottl2014-01-071-2/+0
* Make siis(4) and mvs(4) send bus_get_dma_tag() requests to parent busesmav2013-04-181-0/+8
* ahci(4) and siis(4) are ready to process the unmapped i/o requestskib2013-03-191-1/+1
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-29/+21
* Partially revert r236666:mav2012-06-101-1/+1
* ATA/SATA controllers have no idea about protocol of the connected devicemav2012-06-061-2/+2
* Add two functions xpt_batch_start() and xpt_batch_done() to the CAM SIM KPImav2012-05-121-0/+2
* Rename device_delete_all_children() into device_delete_children().hselasky2011-11-221-1/+1
* Move the device_delete_all_children() function from usb_util.chselasky2011-11-191-7/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* According to SATA specification, when Serial ATA Enclosure Management Bridgemav2011-05-251-7/+18
* Fix some English grammar.mav2011-04-192-6/+6
* According to specification. device should respond to COMRESET with COMINITmav2011-04-191-12/+24
* Properly handle memory allocation errors during error recovery.mav2011-04-191-5/+18
* Improve SATA Asynchronous Notification feature support in CAM:mav2011-04-131-0/+5
* As soon as siis_reset() doesn't waits for device readiness, but only formav2011-04-131-3/+3
* Implement automatic SCSI sense fetching for siis(4).mav2011-04-122-36/+90
* Add missing part of r217877.mav2011-01-261-0/+1
* Hardware supported by siis(4) allows software control over activity LEDs.mav2011-01-261-0/+19
* Teach ahci(4), siis(4) and ATA_CAM ata(4) wrapper report to CAM residualmav2010-11-081-0/+11
* Add missing mtx_destroy() on channel attach failure.mav2010-10-251-0/+1
* Fix panic, when due to some kind of congestion on FIS-based switchingmav2010-09-161-5/+8
* Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers tomav2010-07-251-2/+7
* Plug memory leak to silent Coverity. Error is still not really handled.mav2010-06-051-0/+1
* Fix attach errors handling.mav2010-06-051-3/+5
* Fill rman range start/end values. It makes devinfo output more readable.mav2010-05-221-0/+2
* Report ATA/SATA channel number to NewBus at location string.mav2010-05-221-0/+11
* Improve suspend/resume support. Make sure controller is idle on suspendmav2010-05-211-12/+41
* Make SATA XPT negotiate and enable some additional SATA features, such as:mav2010-05-022-0/+13
* Add Target/LUN ID checks and deny access to targets 1-14 when PMP absent.mav2010-04-301-39/+28
* Explicitly enable PCI busmastering on attach.mav2010-04-151-0/+1
* Enable MSI by default for SiI3124.mav2010-03-201-6/+7
* MFp4:mav2010-02-141-2/+25
* Use new helper functions to set PCIe max read request size.mav2010-02-051-12/+2
* - Give ATA/SATA SIMs info about ATAPI packet size, supported by device.mav2010-02-022-0/+5
* Reset port on disconnect event, to abort any running requests.mav2010-01-291-8/+6
* MFp4: Large set of CAM inprovements.mav2010-01-281-9/+26
* Usually these controllers are able to automatically decode command code tomav2009-12-292-5/+27
* Increase Max Read Request Size for PCIe chips from 512 to 1024 bytes.mav2009-12-091-1/+14
* Explicitly acknowledge MSI completion, as required by SiI3124 datasheet.mav2009-12-072-3/+14
* SiI3124 has no SNotification register. Handle Asynchronous Notificationsmav2009-12-072-12/+27
* MFp4:mav2009-11-262-14/+16
* MFp4:mav2009-11-242-23/+71
* Do not require payload data to be aligned. It is not mentioned in datasheetmav2009-11-161-1/+1
* MFp4:mav2009-11-111-1/+1
* MFp4:mav2009-11-102-21/+31
* Do not unarm callout on request completion and change slot selectionmav2009-11-041-10/+8
OpenPOWER on IntegriCloud