CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/07/21 15:20:05
Modified files:
sys/arch/amd64/include: rbus_machdep.h
sys/arch/hppa/include: rbus_machdep.h
sys/arch/hppa64/include: rbus_machdep.h
sys/arch/i386/include: rbus_machdep.h
sys/arch/macppc/include: rbus_machdep.h
sys/arch/sparc64/include: rbus_machdep.h
sys/dev/cardbus: rbus.c
Log message:
Change the rbus md_space_{map,unmap} signature to take a rbus_tag_t instead
of the bus_space_tag_t it contains; an upcoming implementation will need
to know the rbus_tag_t for which it works at this point.
All callers updated accordingly; no functional change intended.