summaryrefslogtreecommitdiffstats
path: root/sys/dev/ahci
Commit message (Expand)AuthorAgeFilesLines
* 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/+12
* Improve suspend/resume support. Make sure controller is idle on suspendmav2010-05-211-20/+49
* Enable PCI busmastering explicitly to be sure.mav2010-05-021-0/+1
* Make SATA XPT negotiate and enable some additional SATA features, such as:mav2010-05-022-70/+97
* Add Target/LUN ID checks and deny access to targets 1-14 when PMP absent.mav2010-04-301-39/+30
* Revert r206755. It causes some laptops to stop booting.rpaulo2010-04-191-1/+0
* Add another ICH7M chipset that works.rpaulo2010-04-171-0/+1
* - Spec tells that CCC interrupt is edge triggered. Acknowledge it as such.mav2010-03-211-2/+19
* MFp4:mav2010-02-142-15/+75
* Disable PHY of unconnected ports when interface power management enabled.mav2010-02-031-1/+6
* - 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
* Add FIS-based switching support. If controller supports FBS, it allowsmav2010-01-282-53/+212
* MFp4: Large set of CAM inprovements.mav2010-01-282-16/+54
* Add support for SATA part of Marvell 88SE912x controllers to ahci(4).mav2010-01-261-130/+143
* While AHCI specification tells that multi-vector MSI doesn't use global ISmav2010-01-101-0/+12
* Avoid false positive probe on ICH6 chipsets.mav2009-12-251-2/+2
* Clear all ports interrupt status bits in single write. Clearing one by onemav2009-12-211-8/+6
* Add Asynchronous Notification support for controllers without SNTFmav2009-12-061-3/+12
* MFp4:mav2009-11-262-19/+22
* MFp4:mav2009-11-242-27/+74
* Do not attach JMicrons with single PCI function. They are not working asmav2009-11-231-0/+4
* Change the way in which AHCI+PATA combined controllers, such as JMicronmav2009-11-162-16/+109
* MFp4:mav2009-11-141-2/+6
* MFp4:mav2009-11-111-1/+2
* MFp4:mav2009-11-111-12/+143
* MFp4:mav2009-11-032-7/+35
* Revert interrupt reason check order back.mav2009-10-231-6/+6
* MFp4:mav2009-10-211-1/+1
* MFp4:mav2009-10-212-37/+79
* On command timeout handle frozen command first, to not run it insidemav2009-10-071-3/+4
* To save small bit of CPU time, hide part of SNTF register read latencymav2009-09-061-9/+7
* Round maxio for ATI SB600 to 64K.mav2009-09-031-1/+1
* ATI SB600 can't handle 256 sectors transfers with FPDMA (NCQ).mav2009-09-031-0/+3
* Fix build with INVARIANTS.mav2009-08-301-1/+1
* MFp4:mav2009-08-302-55/+180
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-102-0/+2280
OpenPOWER on IntegriCloud