| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r249622: | Alexander Motin | 2013-11-16 | 1 | -0/+8 |
| * | Merge the second part of the unmapped I/O changes. This enables the | Scott Long | 2013-06-18 | 1 | -1/+1 |
| * | Big MFC of the physbio changes necessary for unmapped I/O. These changes | Scott Long | 2013-06-18 | 1 | -29/+21 |
| * | MFC r227293 (by ed): | Alexander Motin | 2013-04-05 | 1 | -1/+1 |
| * | MFC r236847: | Alexander Motin | 2012-06-12 | 1 | -1/+1 |
| * | r236666: | Alexander Motin | 2012-06-09 | 1 | -2/+2 |
| * | MFC r235333: | Alexander Motin | 2012-06-04 | 1 | -0/+2 |
| * | MFC r227701, r227847 and r227849: | Hans Petter Selasky | 2011-12-31 | 1 | -7/+2 |
| * | According to SATA specification, when Serial ATA Enclosure Management Bridge | Alexander Motin | 2011-05-25 | 1 | -7/+18 |
| * | Fix some English grammar. | Alexander Motin | 2011-04-19 | 2 | -6/+6 |
| * | According to specification. device should respond to COMRESET with COMINIT | Alexander Motin | 2011-04-19 | 1 | -12/+24 |
| * | Properly handle memory allocation errors during error recovery. | Alexander Motin | 2011-04-19 | 1 | -5/+18 |
| * | Improve SATA Asynchronous Notification feature support in CAM: | Alexander Motin | 2011-04-13 | 1 | -0/+5 |
| * | As soon as siis_reset() doesn't waits for device readiness, but only for | Alexander Motin | 2011-04-13 | 1 | -3/+3 |
| * | Implement automatic SCSI sense fetching for siis(4). | Alexander Motin | 2011-04-12 | 2 | -36/+90 |
| * | Add missing part of r217877. | Alexander Motin | 2011-01-26 | 1 | -0/+1 |
| * | Hardware supported by siis(4) allows software control over activity LEDs. | Alexander Motin | 2011-01-26 | 1 | -0/+19 |
| * | Teach ahci(4), siis(4) and ATA_CAM ata(4) wrapper report to CAM residual | Alexander Motin | 2010-11-08 | 1 | -0/+11 |
| * | Add missing mtx_destroy() on channel attach failure. | Alexander Motin | 2010-10-25 | 1 | -0/+1 |
| * | Fix panic, when due to some kind of congestion on FIS-based switching | Alexander Motin | 2010-09-16 | 1 | -5/+8 |
| * | Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers to | Alexander Motin | 2010-07-25 | 1 | -2/+7 |
| * | Plug memory leak to silent Coverity. Error is still not really handled. | Alexander Motin | 2010-06-05 | 1 | -0/+1 |
| * | Fix attach errors handling. | Alexander Motin | 2010-06-05 | 1 | -3/+5 |
| * | Fill rman range start/end values. It makes devinfo output more readable. | Alexander Motin | 2010-05-22 | 1 | -0/+2 |
| * | Report ATA/SATA channel number to NewBus at location string. | Alexander Motin | 2010-05-22 | 1 | -0/+11 |
| * | Improve suspend/resume support. Make sure controller is idle on suspend | Alexander Motin | 2010-05-21 | 1 | -12/+41 |
| * | Make SATA XPT negotiate and enable some additional SATA features, such as: | Alexander Motin | 2010-05-02 | 2 | -0/+13 |
| * | Add Target/LUN ID checks and deny access to targets 1-14 when PMP absent. | Alexander Motin | 2010-04-30 | 1 | -39/+28 |
| * | Explicitly enable PCI busmastering on attach. | Alexander Motin | 2010-04-15 | 1 | -0/+1 |
| * | Enable MSI by default for SiI3124. | Alexander Motin | 2010-03-20 | 1 | -6/+7 |
| * | MFp4: | Alexander Motin | 2010-02-14 | 1 | -2/+25 |
| * | Use new helper functions to set PCIe max read request size. | Alexander Motin | 2010-02-05 | 1 | -12/+2 |
| * | - Give ATA/SATA SIMs info about ATAPI packet size, supported by device. | Alexander Motin | 2010-02-02 | 2 | -0/+5 |
| * | Reset port on disconnect event, to abort any running requests. | Alexander Motin | 2010-01-29 | 1 | -8/+6 |
| * | MFp4: Large set of CAM inprovements. | Alexander Motin | 2010-01-28 | 1 | -9/+26 |
| * | Usually these controllers are able to automatically decode command code to | Alexander Motin | 2009-12-29 | 2 | -5/+27 |
| * | Increase Max Read Request Size for PCIe chips from 512 to 1024 bytes. | Alexander Motin | 2009-12-09 | 1 | -0/+13 |
| * | Explicitly acknowledge MSI completion, as required by SiI3124 datasheet. | Alexander Motin | 2009-12-07 | 2 | -3/+14 |
| * | SiI3124 has no SNotification register. Handle Asynchronous Notifications | Alexander Motin | 2009-12-07 | 2 | -12/+27 |
| * | MFp4: | Alexander Motin | 2009-11-26 | 2 | -14/+16 |
| * | MFp4: | Alexander Motin | 2009-11-24 | 2 | -23/+71 |
| * | Do not require payload data to be aligned. It is not mentioned in datasheet | Alexander Motin | 2009-11-16 | 1 | -1/+1 |
| * | MFp4: | Alexander Motin | 2009-11-11 | 1 | -1/+1 |
| * | MFp4: | Alexander Motin | 2009-11-10 | 2 | -21/+31 |
| * | Do not unarm callout on request completion and change slot selection | Alexander Motin | 2009-11-04 | 1 | -10/+8 |
| * | MFp4: | Alexander Motin | 2009-11-03 | 2 | -49/+104 |
| * | Reimplement device reset sequence in more controller-specific way. | Alexander Motin | 2009-10-23 | 1 | -38/+34 |
| * | MFp4: | Alexander Motin | 2009-10-21 | 1 | -1/+1 |
| * | MFp4: | Alexander Motin | 2009-10-21 | 1 | -7/+26 |
| * | On command timeout handle frozen command first, to not run it inside | Alexander Motin | 2009-10-07 | 1 | -3/+4 |