CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/31 02:02:04
Modified files:
sys/arch/arm64/conf: files.arm64
sys/arch/arm64/dev: acpipci.c
sys/arch/arm64/include: pci_machdep.h
Added files:
sys/arch/arm64/dev: pci_machdep.c
Log message:
Add MSI-X support for acpipci(4). This splits out some generic code into
a new pci_machdep.c file such that it can be re-used by other arm64
PCI host bridge drivers in the future.
ok patrick@
