summaryrefslogtreecommitdiffstats
path: root/sys/dev/ahci/ahci.h
Commit message (Expand)AuthorAgeFilesLines
* Extend AHCI_Q_BIT_STRING after adding new quirk for softwma2017-09-061-0/+1
* Enable optional soft reset in AHCIwma2017-09-061-0/+1
* MFC r317080: Block FPDMA TRIM for ASMedia HBAs.mav2017-05-021-1/+3
* MFC r312767: Partially workaround ASMedia HBA error recovery.mav2017-02-081-1/+3
* Fix ahci(4) driver attach to controller with 32 ports.mav2016-07-071-2/+2
* sys/dev: minor spelling fixes.pfg2016-05-031-2/+2
* Disable MSI-x for AHCI on Alpine plattformzbb2016-03-311-1/+3
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-271-1/+1
* AHCI: Fix AHCI driver for ARM.mmel2015-11-291-0/+14
* Introduce support for MSI-X interrupts in AHCIzbb2015-07-221-0/+5
* Correct bit offsets for ahci quirkssmh2015-07-061-2/+2
* Add AHCI attachment code for Allwinner A10/A20 SoCs.loos2015-07-031-0/+3
* Restore AHCI quirks printing as base16.mav2015-06-021-1/+1
* Introduce Annapurna Labs AHCI supportzbb2015-03-171-1/+5
* Fix SATA Gen3 speed constants.mav2015-03-131-2/+2
* Add a quirk to limit AHCI MSI vectors to onesmh2015-02-011-19/+21
* Complete r277100: add AHCI_Q_ABAR0 tp AHCI_Q_BIT_STRING.kib2015-01-131-1/+2
* Add quirk to override default BAR(5) rid for AHCI.kib2015-01-131-0/+1
* Add a constant AHCI_MAX_IRQS removing magic numbersmh2014-12-211-1/+2
* Bunch of microoptimizations to reduce dereferences and cache collisions.mav2014-09-081-9/+10
* Separate out PCI attachment from the main AHCI driver. Move checks ofimp2014-09-041-0/+64
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-301-1/+1
* Add few more minor parts of DevSleep support from AHCI 1.3.1 proposal.mav2013-11-151-0/+13
* Merge CAM locking changes from the projects/camlock branch to radicallymav2013-10-211-0/+4
* Decode some bits defined in AHCI 1.3.1 Device Sleep Technical Proposal.mav2013-07-251-0/+5
* Create controller-level DMA tag, handling range of supported addresses.mav2013-04-101-1/+1
* Refactor enclosure manegement support in ahci(4). Move it out into separatemav2012-07-261-3/+17
* Convert files to UTF-8uqs2012-01-151-1/+1
* In some cases, at least on Marvell 88SE912x controllers, Current Commandmav2011-07-291-0/+1
* Add support for "LED" enclosure management messages, defined by the AHCI.mav2011-05-171-0/+12
* Fix some English grammar.mav2011-04-191-1/+1
* Handle ready timeout during polled operation same as done in mvs(4) before.mav2011-04-181-0/+1
* Some changes around hot-plug and interface power-management:mav2011-04-151-1/+3
* Refactor hard-reset implementation in ahci(4).mav2011-04-121-0/+2
* Implement automatic SCSI sense fetching for ahci(4).mav2011-04-121-1/+1
* Make SATA XPT negotiate and enable some additional SATA features, such as:mav2010-05-021-0/+1
* MFp4:mav2010-02-141-0/+1
* - Give ATA/SATA SIMs info about ATAPI packet size, supported by device.mav2010-02-021-0/+1
* Add FIS-based switching support. If controller supports FBS, it allowsmav2010-01-281-1/+19
* MFp4: Large set of CAM inprovements.mav2010-01-281-0/+15
* MFp4:mav2009-11-261-2/+1
* MFp4:mav2009-11-241-0/+11
* Change the way in which AHCI+PATA combined controllers, such as JMicronmav2009-11-161-0/+2
* MFp4:mav2009-11-031-0/+1
* MFp4:mav2009-10-211-1/+1
* MFp4:mav2009-08-301-0/+21
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-101-0/+422
OpenPOWER on IntegriCloud