1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sys/dev/ahci
Zbigniew Bodek 5bf8f18273 Disable MSI-x for AHCI on Alpine plattform
Changes introduced to AHCI code adding support for MSI-x
caused interrupt storm on Alpine boards.
This is unintended behaviour so added quirk to omit this functionality.

Reviewed by:   mav
Submitted by:  Marcin Mazurek <mma@semihalf.com>
Obtained from: Semihalf
Sponsored by:  Annapurna Labs
Differential Revision: https://reviews.freebsd.org/D4301
2016-03-31 11:18:52 +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 Disable MSI-x for AHCI on Alpine plattform 2016-03-31 11:18:52 +00:00
ahci.c Convert a long to rman_res_t, fixing a sign extension bug. 2016-03-20 14:21:07 +00:00
ahci.h Disable MSI-x for AHCI on Alpine plattform 2016-03-31 11:18:52 +00:00
ahciem.c