freebsd-dev/sys/dev/ahci
Andrew Turner 14df39ad40 Add support for a generic AHCI attachment. This allows us to attach to a
typically memory mapped bus, for example on the AMD Opteron A1100 the AHCI
device is mapped in the CPUs address space, and not through a PCI
controller.

Further work is needed for this to work with ACPI as this is expected to be
common on ARMv8 servers.

Reviewed by:	mav, mmel
Obtained from:	mmel, ABT Systems Ltd
Relnotes:	yes
Sponsored by:	SoftIron Inc
Differential Revision:	https://reviews.freebsd.org/D4269
2015-12-03 11:24:11 +00:00
..
ahci_generic.c Add support for a generic AHCI attachment. This allows us to attach to a 2015-12-03 11:24:11 +00:00
ahci_pci.c Allow AHCI driver attach to all known chips reporting RAID class. 2015-09-22 15:06:26 +00:00
ahci.c AHCI: Fix AHCI driver for ARM. 2015-11-29 11:28:04 +00:00
ahci.h AHCI: Fix AHCI driver for ARM. 2015-11-29 11:28:04 +00:00
ahciem.c Reduce priority of ATA/SATA drivers. 2015-03-23 19:47:52 +00:00