aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ahci
Commit message (Expand)AuthorAgeFilesLines
* MFC r317080: Block FPDMA TRIM for ASMedia HBAs.Alexander Motin2017-05-023-11/+15
* MFC r311305 (by asomers):Alexander Motin2017-03-232-6/+6
* MFC r313949: Remove dead mentions of CAM target mode APIs from drivers.Alexander Motin2017-02-281-4/+0
* MFC r312767: Partially workaround ASMedia HBA error recovery.Alexander Motin2017-02-083-13/+26
* MFC r309252: Add more ASMedia PCI IDs from different sources.Alexander Motin2017-01-101-2/+9
* MFC r309251: Process port interrupt even is PxIS register is zero.Alexander Motin2017-01-101-4/+0
* MFC r305536: Fix channel initialization in FBS mode.Alexander Motin2016-09-141-15/+15
* MFC r304521: JMicron JMB361 has only a single SATA portAndriy Gapon2016-08-231-1/+1
* MFC r302947: In AHCI_IRQ_MODE_AFTER mode do not clear interrupts below.Alexander Motin2016-08-181-0/+1
* MFC r302946:Alexander Motin2016-08-181-1/+2
* Fix ahci(4) driver attach to controller with 32 ports.Alexander Motin2016-07-072-4/+4
* Add support for managing Shingled Magnetic Recording (SMR) drives.Kenneth D. Merry2016-05-191-2/+1
* Add some device IDs from Intel Sunrise Point chipsets.Alexander Motin2016-05-031-0/+9
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-032-3/+3
* Implement Auxiliary register. Add PIM_ATA_EXT flag to flag that a SIMWarner Losh2016-04-171-4/+7
* New CAM I/O scheduler for FreeBSD. The default I/O scheduler is the sameWarner Losh2016-04-141-1/+4
* Add hint.ahci.X.quirks tunable for some odd cases.Alexander Motin2016-04-131-0/+2
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Disable MSI-x for AHCI on Alpine plattformZbigniew Bodek2016-03-312-2/+7
* Convert a long to rman_res_t, fixing a sign extension bug.Justin Hibbits2016-03-201-1/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-272-2/+2
* Add support for a generic AHCI attachment. This allows us to attach to aAndrew Turner2015-12-031-0/+131
* AHCI: Fix AHCI driver for ARM.Michal Meloun2015-11-292-0/+17
* AHCI: Use bus_dmamap_sync(9) when accessing DMA buffers.Michal Meloun2015-11-281-3/+8
* Allow AHCI driver attach to all known chips reporting RAID class.Alexander Motin2015-09-221-1/+4
* Introduce support for MSI-X interrupts in AHCIZbigniew Bodek2015-07-223-19/+140
* 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-032-0/+8
* Disable port multiplier support on Marvell 88SE61xx chips.Alexander Motin2015-07-021-8/+8
* Restore AHCI quirks printing as base16.Alexander Motin2015-06-021-1/+1
* Reduce priority of ATA/SATA drivers.Alexander Motin2015-03-233-6/+6
* Introduce Annapurna Labs AHCI supportZbigniew Bodek2015-03-173-1/+34
* Fix SATA Gen3 speed constants.Alexander Motin2015-03-131-2/+2
* Update ThunderX SATA quirkEd Maste2015-03-041-1/+1
* For some uniformity move ahci_ch_init() call under the lock.Alexander Motin2015-02-261-1/+1
* Add a quirk to limit AHCI MSI vectors to oneSteven Hartland2015-02-012-27/+37
* 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-132-2/+8
* - Const'ify the ahci_ids table.Marius Strobl2014-12-283-9/+9
* style (9) nitsSteven Hartland2014-12-211-7/+7
* Return the error from ahci_setup_interrupt in ahci_attachSteven Hartland2014-12-211-2/+2
* Clamp ahci max irq's to AHCI_MAX_IRQSSteven Hartland2014-12-211-0/+8
* Add a constant AHCI_MAX_IRQS removing magic numberSteven Hartland2014-12-211-1/+2
* Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets.Alexander Motin2014-11-261-0/+8
* Prevent overflow issues in timeout processingSteven Hartland2014-11-211-8/+8
* A dma tag alignment should be 1 (not 0) when a device can dma at any address.Ian Lepore2014-11-061-1/+1
* Use r271207 optimization only for MSI-enabled HBAs.Alexander Motin2014-10-061-1/+1
* Use a local STAILQ for unlocked done CCB processing in ahci direct modeSteven Hartland2014-09-271-2/+8
* Initialize variables before resource_int_value().Alexander Motin2014-09-121-0/+2
* Add PCI ID for Promise TX8660 8-port 3Gbps HBA.Alexander Motin2014-09-101-0/+1