| Commit message (Expand) | Author | Age | Files | Lines |
* | new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCE | John Baldwin | 2024-03-13 | 1 | -2/+1 |
* | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
* | ahci: increase timout | Mariusz Zaborski | 2023-02-10 | 1 | -1/+3 |
* | Remove unused ahci_devclass. | John Baldwin | 2022-05-06 | 1 | -2/+0 |
* | newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca... | Warner Losh | 2021-06-23 | 1 | -2/+1 |
* | Make MAXPHYS tunable. Bump MAXPHYS to 1M. | Konstantin Belousov | 2020-11-28 | 1 | -7/+3 |
* | Add IOMMU_BUSWIDE ahci quirk. | Ruslan Bukin | 2020-10-19 | 1 | -1/+3 |
* | ahci: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -1/+0 |
* | Add support for AHCI BIOS/OS Handoff. | Alexander Motin | 2020-04-01 | 1 | -0/+7 |
* | Fix AHCI Enclosure Management, broken by r351356. | Alexander Motin | 2019-08-28 | 1 | -3/+4 |
* | Create a AHCI attachment for nvme. | Warner Losh | 2019-08-21 | 1 | -0/+8 |
* | Improve AHCI Enclosure Management and SES interoperation. | Alexander Motin | 2019-06-23 | 1 | -0/+8 |
* | Implement ability to turn on/off PHYs for AHCI devices. | Warner Losh | 2018-11-03 | 1 | -0/+2 |
* | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | Define a single instance of ahci_devclass and reference it from all the | Ian Lepore | 2017-10-02 | 1 | -0/+3 |
* | Check if the device is marked as dma-coherent in the FDT, and if so, let | Olivier Houchard | 2017-04-26 | 1 | -0/+1 |
* | Block FPDMA TRIM for ASMedia HBAs. | Alexander Motin | 2017-04-18 | 1 | -1/+3 |
* | Partially workaround ASMedia HBA error recovery. | Alexander Motin | 2017-01-25 | 1 | -1/+3 |
* | Extend AHCI_Q_BIT_STRING after adding new quirk for soft | Wojciech Macek | 2017-01-25 | 1 | -1/+2 |
* | Enable optional soft reset in AHCI | Wojciech Macek | 2017-01-25 | 1 | -0/+1 |
* | Fix ahci(4) driver attach to controller with 32 ports. | Alexander Motin | 2016-07-07 | 1 | -2/+2 |
* | sys/dev: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 1 | -2/+2 |
* | Disable MSI-x for AHCI on Alpine plattform | Zbigniew Bodek | 2016-03-31 | 1 | -1/+3 |
* | Convert rman to use rman_res_t instead of u_long | Justin Hibbits | 2016-01-27 | 1 | -1/+1 |
* | AHCI: Fix AHCI driver for ARM. | Michal Meloun | 2015-11-29 | 1 | -0/+14 |
* | Introduce support for MSI-X interrupts in AHCI | Zbigniew Bodek | 2015-07-22 | 1 | -0/+5 |
* | Correct bit offsets for ahci quirks | Steven Hartland | 2015-07-06 | 1 | -2/+2 |
* | Add AHCI attachment code for Allwinner A10/A20 SoCs. | Luiz Otavio O Souza | 2015-07-03 | 1 | -0/+3 |
* | Restore AHCI quirks printing as base16. | Alexander Motin | 2015-06-02 | 1 | -1/+1 |
* | Introduce Annapurna Labs AHCI support | Zbigniew Bodek | 2015-03-17 | 1 | -1/+5 |
* | Fix SATA Gen3 speed constants. | Alexander Motin | 2015-03-13 | 1 | -2/+2 |
* | Add a quirk to limit AHCI MSI vectors to one | Steven Hartland | 2015-02-01 | 1 | -19/+21 |
* | Complete r277100: add AHCI_Q_ABAR0 tp AHCI_Q_BIT_STRING. | Konstantin Belousov | 2015-01-13 | 1 | -1/+2 |
* | Add quirk to override default BAR(5) rid for AHCI. | Konstantin Belousov | 2015-01-13 | 1 | -0/+1 |
* | Add a constant AHCI_MAX_IRQS removing magic number | Steven Hartland | 2014-12-21 | 1 | -1/+2 |
* | Bunch of microoptimizations to reduce dereferences and cache collisions. | Alexander Motin | 2014-09-08 | 1 | -9/+10 |
* | Separate out PCI attachment from the main AHCI driver. Move checks of | Warner Losh | 2014-09-04 | 1 | -0/+64 |
* | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this | Eitan Adler | 2013-11-30 | 1 | -1/+1 |
* | Add few more minor parts of DevSleep support from AHCI 1.3.1 proposal. | Alexander Motin | 2013-11-15 | 1 | -0/+13 |
* | Merge CAM locking changes from the projects/camlock branch to radically | Alexander Motin | 2013-10-21 | 1 | -0/+4 |
* | Decode some bits defined in AHCI 1.3.1 Device Sleep Technical Proposal. | Alexander Motin | 2013-07-25 | 1 | -0/+5 |
* | Create controller-level DMA tag, handling range of supported addresses. | Alexander Motin | 2013-04-10 | 1 | -1/+1 |
* | Refactor enclosure manegement support in ahci(4). Move it out into separate | Alexander Motin | 2012-07-26 | 1 | -3/+17 |
* | Convert files to UTF-8 | Ulrich Spörlein | 2012-01-15 | 1 | -1/+1 |
* | In some cases, at least on Marvell 88SE912x controllers, Current Command | Alexander Motin | 2011-07-29 | 1 | -0/+1 |
* | Add support for "LED" enclosure management messages, defined by the AHCI. | Alexander Motin | 2011-05-17 | 1 | -0/+12 |
* | Fix some English grammar. | Alexander Motin | 2011-04-19 | 1 | -1/+1 |
* | Handle ready timeout during polled operation same as done in mvs(4) before. | Alexander Motin | 2011-04-18 | 1 | -0/+1 |
* | Some changes around hot-plug and interface power-management: | Alexander Motin | 2011-04-15 | 1 | -1/+3 |