opnsense-src/sys/dev/ahci
Michal Meloun d3214e8d6d AHCI: Fix AHCI driver for ARM.
On ARM, we must ensure proper interdevice write ordering.
The AHCI interrupt status register must be updated in HW before
registers in interrupt controller.
Unfortunately, only way how we can do it is readback.

Discussed with:	mav
Approved by:	kib (mentor)
Differential Revision: https://reviews.freebsd.org/D4240
2015-11-29 11:28:04 +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
ahci_pci.c Allow AHCI driver attach to all known chips reporting RAID class. 2015-09-22 15:06:26 +00:00
ahciem.c Reduce priority of ATA/SATA drivers. 2015-03-23 19:47:52 +00:00