| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC Alexander Motin's direct dispatch, multi-queue, and finer-grained | scottl | 2014-01-07 | 1 | -2/+0 |
* | Make siis(4) and mvs(4) send bus_get_dma_tag() requests to parent buses | mav | 2013-04-18 | 1 | -0/+8 |
* | ahci(4) and siis(4) are ready to process the unmapped i/o requests | kib | 2013-03-19 | 1 | -1/+1 |
* | Reform the busdma API so that new types may be added without modifying | kib | 2013-02-12 | 1 | -29/+21 |
* | Partially revert r236666: | mav | 2012-06-10 | 1 | -1/+1 |
* | ATA/SATA controllers have no idea about protocol of the connected device | mav | 2012-06-06 | 1 | -2/+2 |
* | Add two functions xpt_batch_start() and xpt_batch_done() to the CAM SIM KPI | mav | 2012-05-12 | 1 | -0/+2 |
* | Rename device_delete_all_children() into device_delete_children(). | hselasky | 2011-11-22 | 1 | -1/+1 |
* | Move the device_delete_all_children() function from usb_util.c | hselasky | 2011-11-19 | 1 | -7/+2 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -1/+1 |
* | According to SATA specification, when Serial ATA Enclosure Management Bridge | mav | 2011-05-25 | 1 | -7/+18 |
* | Fix some English grammar. | mav | 2011-04-19 | 2 | -6/+6 |
* | According to specification. device should respond to COMRESET with COMINIT | mav | 2011-04-19 | 1 | -12/+24 |
* | Properly handle memory allocation errors during error recovery. | mav | 2011-04-19 | 1 | -5/+18 |
* | Improve SATA Asynchronous Notification feature support in CAM: | mav | 2011-04-13 | 1 | -0/+5 |
* | As soon as siis_reset() doesn't waits for device readiness, but only for | mav | 2011-04-13 | 1 | -3/+3 |
* | Implement automatic SCSI sense fetching for siis(4). | mav | 2011-04-12 | 2 | -36/+90 |
* | Add missing part of r217877. | mav | 2011-01-26 | 1 | -0/+1 |
* | Hardware supported by siis(4) allows software control over activity LEDs. | mav | 2011-01-26 | 1 | -0/+19 |
* | Teach ahci(4), siis(4) and ATA_CAM ata(4) wrapper report to CAM residual | mav | 2010-11-08 | 1 | -0/+11 |
* | Add missing mtx_destroy() on channel attach failure. | mav | 2010-10-25 | 1 | -0/+1 |
* | Fix panic, when due to some kind of congestion on FIS-based switching | mav | 2010-09-16 | 1 | -5/+8 |
* | Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers to | mav | 2010-07-25 | 1 | -2/+7 |
* | Plug memory leak to silent Coverity. Error is still not really handled. | mav | 2010-06-05 | 1 | -0/+1 |
* | Fix attach errors handling. | mav | 2010-06-05 | 1 | -3/+5 |
* | Fill rman range start/end values. It makes devinfo output more readable. | mav | 2010-05-22 | 1 | -0/+2 |
* | Report ATA/SATA channel number to NewBus at location string. | mav | 2010-05-22 | 1 | -0/+11 |
* | Improve suspend/resume support. Make sure controller is idle on suspend | mav | 2010-05-21 | 1 | -12/+41 |
* | Make SATA XPT negotiate and enable some additional SATA features, such as: | mav | 2010-05-02 | 2 | -0/+13 |
* | Add Target/LUN ID checks and deny access to targets 1-14 when PMP absent. | mav | 2010-04-30 | 1 | -39/+28 |
* | Explicitly enable PCI busmastering on attach. | mav | 2010-04-15 | 1 | -0/+1 |
* | Enable MSI by default for SiI3124. | mav | 2010-03-20 | 1 | -6/+7 |
* | MFp4: | mav | 2010-02-14 | 1 | -2/+25 |
* | Use new helper functions to set PCIe max read request size. | mav | 2010-02-05 | 1 | -12/+2 |
* | - Give ATA/SATA SIMs info about ATAPI packet size, supported by device. | mav | 2010-02-02 | 2 | -0/+5 |
* | Reset port on disconnect event, to abort any running requests. | mav | 2010-01-29 | 1 | -8/+6 |
* | MFp4: Large set of CAM inprovements. | mav | 2010-01-28 | 1 | -9/+26 |
* | Usually these controllers are able to automatically decode command code to | mav | 2009-12-29 | 2 | -5/+27 |
* | Increase Max Read Request Size for PCIe chips from 512 to 1024 bytes. | mav | 2009-12-09 | 1 | -1/+14 |
* | Explicitly acknowledge MSI completion, as required by SiI3124 datasheet. | mav | 2009-12-07 | 2 | -3/+14 |
* | SiI3124 has no SNotification register. Handle Asynchronous Notifications | mav | 2009-12-07 | 2 | -12/+27 |
* | MFp4: | mav | 2009-11-26 | 2 | -14/+16 |
* | MFp4: | mav | 2009-11-24 | 2 | -23/+71 |
* | Do not require payload data to be aligned. It is not mentioned in datasheet | mav | 2009-11-16 | 1 | -1/+1 |
* | MFp4: | mav | 2009-11-11 | 1 | -1/+1 |
* | MFp4: | mav | 2009-11-10 | 2 | -21/+31 |
* | Do not unarm callout on request completion and change slot selection | mav | 2009-11-04 | 1 | -10/+8 |
* | MFp4: | mav | 2009-11-03 | 2 | -49/+104 |
* | Reimplement device reset sequence in more controller-specific way. | mav | 2009-10-23 | 1 | -38/+34 |
* | MFp4: | mav | 2009-10-21 | 1 | -1/+1 |