summaryrefslogtreecommitdiff
path: root/sys/dev/ahci
AgeCommit message (Expand)Author
2025-12-09bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin
2025-10-17achiem: quiet gcc -Warray-boundsRyan Libby
2025-10-06ahci: Don't fail attach if the MSI-X BARs cannot be allocatedJohn Baldwin
2025-10-06ahci: Use pci_msix_*_bar instead of reading config registers directlyJohn Baldwin
2025-09-08Add random Intel Elkhart Lake device IDs.Dmitry Luhtionov
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-01-02Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2024-06-27Fix SATA NCQ error recovery after 25375b1415Alexander Motin
2024-06-07Add some AMD device IDs.Dmitry Luhtionov
2024-06-02ahci: Use device_set_desc(f)()Mark Johnston
2024-03-13new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin
2024-01-10clk: Move clock code in dev/clkEmmanuel Vadot
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-10-30Add some Intel ICH10 PCI IDs.Dmitry Luhtionov
2023-10-30Add IDs for Intel BayTrail SATA.Dmitry Luhtionov
2023-09-04ahci: add AMD device id in RAID modeAndrey V. Elsukov
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-10ahci: increase timoutMariusz Zaborski
2023-01-11ahci(4): Fix a typo in a source code commentGordon Bergling
2022-10-20Add random VMware device IDs.Alexander Motin
2022-05-06ahci: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused ahci_devclass.John Baldwin
2022-03-04ahci/siis/mvs: Fix panics after 3394d4239b.Alexander Motin
2021-12-17ahci(4): Allow enclosure emulation without hardware.Alexander Motin
2021-12-05ahci: Add Intel Comet Lake RAID/RST controller PCI IDAdrian Chadd
2021-11-05Add some of Intel Alder Lake device IDs.Alexander Motin
2021-08-10Mark some sysctls as CTLFLAG_MPSAFE.Alexander Motin
2021-06-22newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh
2021-04-07Add IDs for ASMedia ASM116x PCIe 3.0 AHCI controllers.Alexander Motin
2021-01-15Add Intel Gemini Lake AHCI ID.Alexander Motin
2020-12-05Add basic support for Freescale LX2160A SoC.Michal Meloun
2020-11-28Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov
2020-11-21Fix stupid math mistake in r366922.Alexander Motin
2020-11-02Add icc (Isochronous Command Completion) ccb_ataio field.Alexander Motin
2020-10-23Move the iommu stubs to a generic place, so they are available on all theRuslan Bukin
2020-10-22Pass lower 3 bits of sector_count for FPDMA commands.Alexander Motin
2020-10-19Fix build: only set iommu buswide flag if IOMMU code is included.Ruslan Bukin
2020-10-19Add IOMMU_BUSWIDE ahci quirk.Ruslan Bukin
2020-09-30ahci_generic: add quirk for NXP0004 (NXP Layerscape LX2160A)Emmanuel Vadot
2020-09-01ahci: clean up empty lines in .c and .h filesMateusz Guzik
2020-08-06Add Intel Apollo Lake AHCI ID.Alexander Motin
2020-06-05Limit AHCI to only one MSI if more is not needed.Alexander Motin
2020-05-25Introduce a driver for NXP LS1046A SoC AHCI.Marcin Wojtas
2020-04-01Add support for AHCI BIOS/OS Handoff.Alexander Motin
2020-04-01Add ID for JMicron JMB582/JMB585 AHCI controller.Alexander Motin
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki