NetBSD/sys/arch/i386
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:11:24 +00:00
bioscall
compile
conf Use integrated assembler with clang for Via PadLock. 2011-07-04 16:20:45 +00:00
eisa #include <sys/bus.h> instead of <machine/bus.h>. 2011-07-01 18:11:24 +00:00
gdbscripts
i386 #include <sys/bus.h> instead of <machine/bus.h>. 2011-07-01 18:11:24 +00:00
include Implement bus_space_tag_create() and _destroy(). 2011-07-06 18:46:04 +00:00
isa #include <sys/bus.h> instead of <machine/bus.h>. 2011-07-01 18:11:24 +00:00
mca #include <sys/bus.h> instead of <machine/bus.h>. 2011-07-01 18:11:24 +00:00
pci avoid an uninitialised variable warning GCC 4.5 -O3 picks up. 2011-07-05 07:08:17 +00:00
pnpbios #include <sys/bus.h> instead of <machine/bus.h>. 2011-07-01 18:11:24 +00:00
stand remove HAVE_GCC == 4 conditional 2011-07-01 01:26:15 +00:00
xbox #include <sys/bus.h> instead of <machine/bus.h>. 2011-07-01 18:11:24 +00:00
Makefile Add to tags some assembly files in common/. 2011-05-10 23:58:25 +00:00