aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files.i386
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2013-10-27 22:05:10 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2013-10-27 22:05:10 +0000
commit3f9d41ed10973a3128c4e0ab1a6575d26dd90a06 (patch)
tree771583ec998cb95f89117c26358cc4b12929299f /sys/conf/files.i386
parent80938e75f0e8ed4811dfb1a9f2889d9359b9466b (diff)
downloadsrc-3f9d41ed10973a3128c4e0ab1a6575d26dd90a06.tar.gz
src-3f9d41ed10973a3128c4e0ab1a6575d26dd90a06.zip
Add a virtual table for the busdma methods on x86, to allow different
busdma implementations to coexist. Copy busdma_machdep.c to busdma_bounce.c, which is still a single implementation of the busdma interface on x86 for now. The busdma_machdep.c only contains common and dispatch code. Tested by: pho (as part of the larger patch) Sponsored by: The FreeBSD Foundation MFC after: 1 month
Notes
Notes: svn path=/head/; revision=257230
Diffstat (limited to 'sys/conf/files.i386')
-rw-r--r--sys/conf/files.i3861
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index e2596590a04e..a869b3953c55 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -564,6 +564,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