| Commit message (Expand) | Author | Age | Files | Lines |
* | Add IDs of HighPoint RocketRAID 62x cards (Marvell 88SE9128 chips). | mav | 2010-12-08 | 1 | -0/+4 |
* | Fix small typo. | mav | 2010-11-22 | 1 | -1/+1 |
* | Teach ahci(4), siis(4) and ATA_CAM ata(4) wrapper report to CAM residual | mav | 2010-11-08 | 1 | -8/+22 |
* | 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 |
* | MFata(4): | mav | 2010-08-28 | 1 | -8/+10 |
* | Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers to | mav | 2010-07-25 | 1 | -2/+7 |
* | Disable NCQ and PMP support for VIA VT8251 AHCI. It was reported to be | mav | 2010-06-08 | 1 | -2/+2 |
* | 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/+12 |
* | Improve suspend/resume support. Make sure controller is idle on suspend | mav | 2010-05-21 | 1 | -20/+49 |
* | Enable PCI busmastering explicitly to be sure. | mav | 2010-05-02 | 1 | -0/+1 |
* | Make SATA XPT negotiate and enable some additional SATA features, such as: | mav | 2010-05-02 | 2 | -70/+97 |
* | Add Target/LUN ID checks and deny access to targets 1-14 when PMP absent. | mav | 2010-04-30 | 1 | -39/+30 |
* | Revert r206755. It causes some laptops to stop booting. | rpaulo | 2010-04-19 | 1 | -1/+0 |
* | Add another ICH7M chipset that works. | rpaulo | 2010-04-17 | 1 | -0/+1 |
* | - Spec tells that CCC interrupt is edge triggered. Acknowledge it as such. | mav | 2010-03-21 | 1 | -2/+19 |
* | MFp4: | mav | 2010-02-14 | 2 | -15/+75 |
* | Disable PHY of unconnected ports when interface power management enabled. | mav | 2010-02-03 | 1 | -1/+6 |
* | - 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 |
* | Add FIS-based switching support. If controller supports FBS, it allows | mav | 2010-01-28 | 2 | -53/+212 |
* | MFp4: Large set of CAM inprovements. | mav | 2010-01-28 | 2 | -16/+54 |
* | Add support for SATA part of Marvell 88SE912x controllers to ahci(4). | mav | 2010-01-26 | 1 | -130/+143 |
* | While AHCI specification tells that multi-vector MSI doesn't use global IS | mav | 2010-01-10 | 1 | -0/+12 |
* | Avoid false positive probe on ICH6 chipsets. | mav | 2009-12-25 | 1 | -2/+2 |
* | Clear all ports interrupt status bits in single write. Clearing one by one | mav | 2009-12-21 | 1 | -8/+6 |
* | Add Asynchronous Notification support for controllers without SNTF | mav | 2009-12-06 | 1 | -3/+12 |
* | MFp4: | mav | 2009-11-26 | 2 | -19/+22 |
* | MFp4: | mav | 2009-11-24 | 2 | -27/+74 |
* | Do not attach JMicrons with single PCI function. They are not working as | mav | 2009-11-23 | 1 | -0/+4 |
* | Change the way in which AHCI+PATA combined controllers, such as JMicron | mav | 2009-11-16 | 2 | -16/+109 |
* | MFp4: | mav | 2009-11-14 | 1 | -2/+6 |
* | MFp4: | mav | 2009-11-11 | 1 | -1/+2 |
* | MFp4: | mav | 2009-11-11 | 1 | -12/+143 |
* | MFp4: | mav | 2009-11-03 | 2 | -7/+35 |
* | Revert interrupt reason check order back. | mav | 2009-10-23 | 1 | -6/+6 |
* | MFp4: | mav | 2009-10-21 | 1 | -1/+1 |
* | MFp4: | mav | 2009-10-21 | 2 | -37/+79 |
* | On command timeout handle frozen command first, to not run it inside | mav | 2009-10-07 | 1 | -3/+4 |
* | To save small bit of CPU time, hide part of SNTF register read latency | mav | 2009-09-06 | 1 | -9/+7 |
* | Round maxio for ATI SB600 to 64K. | mav | 2009-09-03 | 1 | -1/+1 |
* | ATI SB600 can't handle 256 sectors transfers with FPDMA (NCQ). | mav | 2009-09-03 | 1 | -0/+3 |
* | Fix build with INVARIANTS. | mav | 2009-08-30 | 1 | -1/+1 |
* | MFp4: | mav | 2009-08-30 | 2 | -55/+180 |
* | Separate the parallel scsi knowledge out of the core of the XPT, and | scottl | 2009-07-10 | 2 | -0/+2280 |