aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ahci
Commit message (Expand)AuthorAgeFilesLines
* bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin2025-12-092-6/+6
* achiem: quiet gcc -Warray-boundsRyan Libby2025-10-171-1/+1
* ahci: Don't fail attach if the MSI-X BARs cannot be allocatedJohn Baldwin2025-10-061-4/+4
* ahci: Use pci_msix_*_bar instead of reading config registers directlyJohn Baldwin2025-10-061-35/+3
* Add random Intel Elkhart Lake device IDs.Dmitry Luhtionov2025-09-081-0/+1
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-113-3/+3
* Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin2025-01-021-2/+4
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+1
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-3/+3
* Fix SATA NCQ error recovery after 25375b1415Alexander Motin2024-06-271-1/+1
* Add some AMD device IDs.Dmitry Luhtionov2024-06-071-0/+3
* ahci: Use device_set_desc(f)()Mark Johnston2024-06-024-12/+8
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-132-6/+4
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-101-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-273-3/+0
* Add some Intel ICH10 PCI IDs.Dmitry Luhtionov2023-10-301-0/+1
* Add IDs for Intel BayTrail SATA.Dmitry Luhtionov2023-10-301-0/+2
* ahci: add AMD device id in RAID modeAndrey V. Elsukov2023-09-041-0/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-166-12/+0
* 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-124-4/+4
* ahci: increase timoutMariusz Zaborski2023-02-103-6/+12
* ahci(4): Fix a typo in a source code commentGordon Bergling2023-01-111-1/+1
* Add random VMware device IDs.Alexander Motin2022-10-201-0/+1
* ahci: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-064-15/+6
* Remove unused ahci_devclass.John Baldwin2022-05-064-8/+9
* ahci/siis/mvs: Fix panics after 3394d4239b.Alexander Motin2022-03-051-1/+2
* ahci(4): Allow enclosure emulation without hardware.Alexander Motin2021-12-172-15/+28
* ahci: Add Intel Comet Lake RAID/RST controller PCI IDAdrian Chadd2021-12-051-0/+1
* Add some of Intel Alder Lake device IDs.Alexander Motin2021-11-061-0/+1
* Mark some sysctls as CTLFLAG_MPSAFE.Alexander Motin2021-08-111-1/+1
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-236-11/+10
* Add IDs for ASMedia ASM116x PCIe 3.0 AHCI controllers.Alexander Motin2021-04-071-0/+5
* Add Intel Gemini Lake AHCI ID.Alexander Motin2021-01-151-0/+1
* Add basic support for Freescale LX2160A SoC.Michal Meloun2020-12-051-49/+186
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-283-17/+10
* Fix stupid math mistake in r366922.Alexander Motin2020-11-211-1/+1
* Add icc (Isochronous Command Completion) ccb_ataio field.Alexander Motin2020-11-021-6/+8
* Move the iommu stubs to a generic place, so they are available on all theRuslan Bukin2020-10-231-4/+0
* Pass lower 3 bits of sector_count for FPDMA commands.Alexander Motin2020-10-221-3/+3
* Fix build: only set iommu buswide flag if IOMMU code is included.Ruslan Bukin2020-10-191-0/+4
* Add IOMMU_BUSWIDE ahci quirk.Ruslan Bukin2020-10-192-14/+42
* ahci_generic: add quirk for NXP0004 (NXP Layerscape LX2160A)Emmanuel Vadot2020-09-301-0/+17
* ahci: clean up empty lines in .c and .h filesMateusz Guzik2020-09-013-4/+0
* Add Intel Apollo Lake AHCI ID.Alexander Motin2020-08-061-0/+1
* Limit AHCI to only one MSI if more is not needed.Alexander Motin2020-06-051-1/+5
* Introduce a driver for NXP LS1046A SoC AHCI.Marcin Wojtas2020-05-251-0/+287
* Add support for AHCI BIOS/OS Handoff.Alexander Motin2020-04-012-0/+27
* Add ID for JMicron JMB582/JMB585 AHCI controller.Alexander Motin2020-04-011-0/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+2