]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r257230:
authorkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 17 Dec 2013 13:39:50 +0000 (13:39 +0000)
committerkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 17 Dec 2013 13:39:50 +0000 (13:39 +0000)
commit9fb8e8c78132243e3917b6e9e282fb3df7930915
tree7ceadcb9641e484b6a9e4818bc0abfefe4470f22
parent76c4556b66e66c6c2be38bd62146e3e25bce8334
MFC r257230:
Add a virtual table for the busdma methods on x86, to allow different
busdma implementations to coexist.

git-svn-id: svn://svn.freebsd.org/base/stable/10@259511 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/conf/files.amd64
sys/conf/files.i386
sys/conf/files.pc98
sys/x86/include/busdma_impl.h [new file with mode: 0644]
sys/x86/x86/busdma_bounce.c [new file with mode: 0644]
sys/x86/x86/busdma_machdep.c