CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/07/26 12:48:55
Modified files:
share/man/man9 : bus_space.9
sys/arch/alpha/pci: pci_bwx_bus_io_chipdep.c
pci_bwx_bus_mem_chipdep.c
pci_swiz_bus_io_chipdep.c
pci_swiz_bus_mem_chipdep.c
sys/arch/alpha/tc: tc_bus_mem.c
sys/arch/amd64/include: bus.h
sys/arch/arm/include: bus.h
sys/arch/arm/mainbus: mainbus_io.c
sys/arch/beagle/beagle: beagle_machdep.c
sys/arch/gumstix/gumstix: gumstix_machdep.c
sys/arch/hppa/dev: mongoose.c
sys/arch/i386/include: bus.h
sys/arch/luna88k/include: bus.h
sys/arch/mac68k/include: bus.h
sys/arch/macppc/include: bus.h
sys/arch/macppc/macppc: machdep.c
sys/arch/moko/moko: moko_machdep.c
sys/arch/mvme68k/include: bus.h
sys/arch/mvme88k/include: bus.h
sys/arch/sgi/include: bus.h
sys/arch/sgi/xbow: xbow.c xbridge.c
sys/arch/socppc/include: bus.h
sys/arch/socppc/socppc: machdep.c
sys/arch/sparc/include: bus.h
sys/arch/vax/vax: bus_mem.c
sys/arch/zaurus/zaurus: zaurus_machdep.c
sys/dev/pci : tga.c
Log message:
Make sure all platforms understand the flags argument of bus_space_map() and
bus_space_alloc() as a bitmask of flags, and not a boolean controlling
cacheability; and make sure the three MI BUS_SPACE_MAP_xxx values documented
in the manual page are defined on all platforms as well.