summaryrefslogtreecommitdiffstats
path: root/sys/dev/ahci/ahci.c
Commit message (Expand)AuthorAgeFilesLines
* Add quirk for Marvell based AHCI controller.hselasky2012-05-291-0/+1
* Add two functions xpt_batch_start() and xpt_batch_done() to the CAM SIM KPImav2012-05-121-0/+2
* Fix names of some Marvell SATA chips. It looks like chips with proprietarymav2012-03-021-4/+4
* Add 0x2826 device ID for C600 (Patsburg) SATA controller in RAID mode.jimharris2012-01-061-0/+1
* Add hw.ahci.force tunable to control whether AHCI drivers should attachmav2011-12-021-1/+5
* 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/+3
* Change the way how "not implemented" AHCI channels handled. Instead ofmav2011-11-171-5/+6
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Add one more ID for the Marvell 88SE9128 6Gbps SATA controller.mav2011-09-271-0/+1
* Add ID for ASMedia ASM1061 2-port PCIe 2.0 x1 6Gb/s SATA controller.mav2011-08-241-0/+1
* Do not force AHCI mode on NVIDIA MCP89 SATA controllers. Recent Applemav2011-08-021-1/+1
* In some cases, at least on Marvell 88SE912x controllers, Current Commandmav2011-07-291-6/+14
* Add ID for Marvell 88SE9125 SATA controller.mav2011-06-301-0/+1
* Add Marvell 88SE9172 chip PCI ID.mav2011-05-261-0/+1
* Marvell 88SE91xx controllers are known to report soft-reset completionmav2011-05-261-28/+49
* According to SATA specification, when Serial ATA Enclosure Management Bridgemav2011-05-251-12/+13
* Add support for "LED" enclosure management messages, defined by the AHCI.mav2011-05-171-0/+71
* Chipset support for the new Intel Panther Point PCH, thanksjfv2011-05-111-1/+9
* Add PCI ID for Marvell 88SE9182 -- PCIe 2.x x2 relative of the 88SE912x.mav2011-05-051-0/+1
* Fix some English grammar.mav2011-04-191-4/+4
* According to specification. device should respond to COMRESET with COMINITmav2011-04-191-4/+9
* Properly handle memory allocation errors during error recovery.mav2011-04-191-5/+18
* Handle ready timeout during polled operation same as done in mvs(4) before.mav2011-04-181-0/+5
* - Tune different wait loops to cut some more milliseconds from reset time.mav2011-04-181-19/+19
* Some changes around hot-plug and interface power-management:mav2011-04-151-14/+62
* Improve SATA Asynchronous Notification feature support in CAM:mav2011-04-131-1/+3
* Refactor hard-reset implementation in ahci(4).mav2011-04-121-14/+72
* Implement automatic SCSI sense fetching for ahci(4).mav2011-04-121-33/+92
* Add one more ID for Marvell 88SE912x chip found on Asus U3S6 card.mav2011-04-071-0/+1
* Add some more IDs of HighPoint RocketRAID 64x.mav2011-03-061-0/+2
* Restore DH89xxCC/Patsburg chip IDs accentally dropped at r218596.mav2011-02-121-0/+4
* Disable NCQ for multiport Marvell 88SX61XX SATA controllers. Simultaneousmav2011-02-121-10/+13
* Support for the new Patsburg PCH chipset:jfv2011-02-011-1/+4
* Support for the new DH89xxCC PCH chipset including:jfv2011-01-311-0/+1
* Add IDs for HighPoint RocketRAID 64x controllers.mav2011-01-101-0/+2
* Add IDs of HighPoint RocketRAID 62x cards (Marvell 88SE9128 chips).mav2010-12-081-0/+4
* Fix small typo.mav2010-11-221-1/+1
* Teach ahci(4), siis(4) and ATA_CAM ata(4) wrapper report to CAM residualmav2010-11-081-8/+22
* 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
* MFata(4):mav2010-08-281-8/+10
* Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers tomav2010-07-251-2/+7
* Disable NCQ and PMP support for VIA VT8251 AHCI. It was reported to bemav2010-06-081-2/+2
* 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/+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
OpenPOWER on IntegriCloud