CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/09/27 14:47:30
Modified files:
sys/arch/aviion/include: bus.h
sys/arch/macppc/include: bus.h
sys/arch/mvme68k/include: bus.h
sys/arch/mvme88k/include: bus.h
sys/arch/socppc/include: bus.h
sys/arch/sparc/include: bus.h
sys/arch/sparc64/include: bus.h
Log message:
Make bus_addr_t and bus_size_t u_long types, instead of either uint32_t or
uint64_t, depending upon the platform; this makes the declaration of these
types consistent accross all our supported platform, and we do not intend
to support a platform where bus_addr_t could be larger than the size of the
cpu register. Requested by deraadt@ during s2k11