NetBSD/sys/arch/x86
dyoung 24e681f5cd Implement bus_space_tag_create() and _destroy().
Factor bus_space_reserve(), bus_space_release(), et cetera out of
bus_space_alloc(), bus_space_map(), bus_space_free(), bus_space_unmap(),
et cetera.

For i386 and amd64, activate the use of <machine/bus_defs.h> and
<machine/bus_funcs.h> by #defining __HAVE_NEW_STYLE_BUS_H in
their respective types.h.  While I'm here, remove unnecessary
__HAVE_DEVICE_REGISTER #defines.
2011-07-06 18:46:04 +00:00
..
acpi #include <sys/bus.h> instead of <machine/bus.h>. 2011-07-01 18:21:31 +00:00
conf Follow IA-64 with the x86-specific ACPI MD functions and move these where 2011-06-12 11:31:30 +00:00
include #include <sys/bus.h> instead of <machine/bus.h>. 2011-07-01 18:21:31 +00:00
isa
pci #include <sys/bus.h> instead of <machine/bus.h>. 2011-07-01 18:21:31 +00:00
x86 Implement bus_space_tag_create() and _destroy(). 2011-07-06 18:46:04 +00:00