diff options
author | kib <kib@FreeBSD.org> | 2013-12-17 13:39:50 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2013-12-17 13:39:50 +0000 |
commit | 3219a81518ac264e7d18f20503f24183dc2f1fa1 (patch) | |
tree | 7ceadcb9641e484b6a9e4818bc0abfefe4470f22 /sys/conf/files.amd64 | |
parent | 5a15f697f5d29af8bf18d2a720eea2984b635ba6 (diff) | |
download | FreeBSD-src-3219a81518ac264e7d18f20503f24183dc2f1fa1.zip FreeBSD-src-3219a81518ac264e7d18f20503f24183dc2f1fa1.tar.gz |
MFC r257230:
Add a virtual table for the busdma methods on x86, to allow different
busdma implementations to coexist.
Diffstat (limited to 'sys/conf/files.amd64')
-rw-r--r-- | sys/conf/files.amd64 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64 index 1914c48..e1d1857 100644 --- a/sys/conf/files.amd64 +++ b/sys/conf/files.amd64 @@ -541,6 +541,7 @@ x86/isa/nmi.c standard x86/isa/orm.c optional isa x86/pci/pci_bus.c optional pci x86/pci/qpi.c optional pci +x86/x86/busdma_bounce.c standard x86/x86/busdma_machdep.c standard x86/x86/dump_machdep.c standard x86/x86/fdt_machdep.c optional fdt |