freebsd-dev/sys/x86/x86
Konstantin Belousov 3f9d41ed10 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
2013-10-27 22:05:10 +00:00
..
busdma_bounce.c Add a virtual table for the busdma methods on x86, to allow different 2013-10-27 22:05:10 +00:00
busdma_machdep.c Add a virtual table for the busdma methods on x86, to allow different 2013-10-27 22:05:10 +00:00
dump_machdep.c free wdog_kern_pat calls in post-panic paths from under SW_WATCHDOG 2012-06-03 08:01:12 +00:00
fdt_machdep.c Add basic support for FDT to i386 & amd64. This change includes: 2013-05-21 03:05:49 +00:00
intr_machdep.c Add support for suspend/resume/migration operations when running as a 2013-09-20 05:06:03 +00:00
io_apic.c Add ddb 'show ioapic' and 'show all ioapics' commands. 2013-10-24 20:13:40 +00:00
legacy.c Move the legacy(4) driver to x86. 2012-03-30 19:10:14 +00:00
local_apic.c Add support for suspend/resume/migration operations when running as a 2013-09-20 05:06:03 +00:00
mca.c Further tweak the changes made in r233709. The kernel doesn't permit 2012-04-02 17:26:21 +00:00
mptable_pci.c Move the legacy(4) driver to x86. 2012-03-30 19:10:14 +00:00
mptable.c Fix build when NEW_PCIB is not defined. 2011-07-16 14:05:34 +00:00
msi.c Move <machine/apicreg.h> to <x86/apicreg.h>. 2010-11-01 18:18:46 +00:00
nexus.c Add implementations of BUS_ADJUST_RESOURCE() to the PCI bus driver, 2011-05-02 14:13:12 +00:00
tsc.c Introduce kern.timecounter.smp_tsc_adjust tunable (disabled by default) and 2013-04-18 17:07:04 +00:00