| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Refactor hard-reset implementation in ahci(4). | Alexander Motin | 2011-04-12 | 1 | -0/+2 |
| * | Implement automatic SCSI sense fetching for ahci(4). | Alexander Motin | 2011-04-12 | 1 | -1/+1 |
| * | Make SATA XPT negotiate and enable some additional SATA features, such as: | Alexander Motin | 2010-05-02 | 1 | -0/+1 |
| * | MFp4: | Alexander Motin | 2010-02-14 | 1 | -0/+1 |
| * | - Give ATA/SATA SIMs info about ATAPI packet size, supported by device. | Alexander Motin | 2010-02-02 | 1 | -0/+1 |
| * | Add FIS-based switching support. If controller supports FBS, it allows | Alexander Motin | 2010-01-28 | 1 | -1/+19 |