aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ahci/ahci.h
Commit message (Expand)AuthorAgeFilesLines
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-131-2/+1
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* ahci: increase timoutMariusz Zaborski2023-02-101-1/+3
* Remove unused ahci_devclass.John Baldwin2022-05-061-2/+0
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-2/+1
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-7/+3
* Add IOMMU_BUSWIDE ahci quirk.Ruslan Bukin2020-10-191-1/+3
* ahci: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Add support for AHCI BIOS/OS Handoff.Alexander Motin2020-04-011-0/+7
* Fix AHCI Enclosure Management, broken by r351356.Alexander Motin2019-08-281-3/+4
* Create a AHCI attachment for nvme.Warner Losh2019-08-211-0/+8
* Improve AHCI Enclosure Management and SES interoperation.Alexander Motin2019-06-231-0/+8
* Implement ability to turn on/off PHYs for AHCI devices.Warner Losh2018-11-031-0/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Define a single instance of ahci_devclass and reference it from all theIan Lepore2017-10-021-0/+3
* Check if the device is marked as dma-coherent in the FDT, and if so, letOlivier Houchard2017-04-261-0/+1
* Block FPDMA TRIM for ASMedia HBAs.Alexander Motin2017-04-181-1/+3
* Partially workaround ASMedia HBA error recovery.Alexander Motin2017-01-251-1/+3
* Extend AHCI_Q_BIT_STRING after adding new quirk for softWojciech Macek2017-01-251-1/+2
* Enable optional soft reset in AHCIWojciech Macek2017-01-251-0/+1
* Fix ahci(4) driver attach to controller with 32 ports.Alexander Motin2016-07-071-2/+2
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-2/+2
* Disable MSI-x for AHCI on Alpine plattformZbigniew Bodek2016-03-311-1/+3
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-1/+1
* AHCI: Fix AHCI driver for ARM.Michal Meloun2015-11-291-0/+14
* Introduce support for MSI-X interrupts in AHCIZbigniew Bodek2015-07-221-0/+5
* Correct bit offsets for ahci quirksSteven Hartland2015-07-061-2/+2
* Add AHCI attachment code for Allwinner A10/A20 SoCs.Luiz Otavio O Souza2015-07-031-0/+3
* Restore AHCI quirks printing as base16.Alexander Motin2015-06-021-1/+1
* Introduce Annapurna Labs AHCI supportZbigniew Bodek2015-03-171-1/+5
* Fix SATA Gen3 speed constants.Alexander Motin2015-03-131-2/+2
* Add a quirk to limit AHCI MSI vectors to oneSteven Hartland2015-02-011-19/+21
* Complete r277100: add AHCI_Q_ABAR0 tp AHCI_Q_BIT_STRING.Konstantin Belousov2015-01-131-1/+2
* Add quirk to override default BAR(5) rid for AHCI.Konstantin Belousov2015-01-131-0/+1
* Add a constant AHCI_MAX_IRQS removing magic numberSteven Hartland2014-12-211-1/+2
* Bunch of microoptimizations to reduce dereferences and cache collisions.Alexander Motin2014-09-081-9/+10
* Separate out PCI attachment from the main AHCI driver. Move checks ofWarner Losh2014-09-041-0/+64
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-1/+1
* Add few more minor parts of DevSleep support from AHCI 1.3.1 proposal.Alexander Motin2013-11-151-0/+13
* Merge CAM locking changes from the projects/camlock branch to radicallyAlexander Motin2013-10-211-0/+4
* Decode some bits defined in AHCI 1.3.1 Device Sleep Technical Proposal.Alexander Motin2013-07-251-0/+5
* Create controller-level DMA tag, handling range of supported addresses.Alexander Motin2013-04-101-1/+1
* Refactor enclosure manegement support in ahci(4). Move it out into separateAlexander Motin2012-07-261-3/+17
* Convert files to UTF-8Ulrich Spörlein2012-01-151-1/+1
* In some cases, at least on Marvell 88SE912x controllers, Current CommandAlexander Motin2011-07-291-0/+1
* Add support for "LED" enclosure management messages, defined by the AHCI.Alexander Motin2011-05-171-0/+12
* Fix some English grammar.Alexander Motin2011-04-191-1/+1
* Handle ready timeout during polled operation same as done in mvs(4) before.Alexander Motin2011-04-181-0/+1
* Some changes around hot-plug and interface power-management:Alexander Motin2011-04-151-1/+3