cvs commit: src/sys/dev/rp rp.c rp_isa.c rp_pci.c rpreg.h rpvar.h
Marius Strobl
marius at FreeBSD.org
Mon Dec 4 04:26:52 PST 2006
marius 2006-12-04 12:26:52 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/dev/rp rp.c rp_isa.c rp_pci.c rpreg.h rpvar.h
Log:
MFC: rp.c 1.69, 1.71, 1.72; rp_isa.c 1.8; rp_pci.c 1.12; rpreg.h 1.8;
rpvar.h 1.9, 1.10
- We know it is called rpclose() so call it directly.
- Fix -Wundef from compiling the amd64 LINT.
- Make rp(4) 64-bit- and endian-clean as well as work on strict alignment
archs.
- Instead of bus_space_{read,write}*(rman_get_bustag(), rman_get_bushandle())
use bus_{read,write}*(). Unlike in 7.0-CURRENT, this has no other benefit
than diff reduction with HEAD.
Revision Changes Path
1.67.2.2 +32 -36 src/sys/dev/rp/rp.c
1.7.2.1 +1 -1 src/sys/dev/rp/rp_isa.c
1.11.2.2 +2 -2 src/sys/dev/rp/rp_pci.c
1.7.2.1 +38 -38 src/sys/dev/rp/rpreg.h
1.8.2.1 +3 -3 src/sys/dev/rp/rpvar.h
More information about the cvs-src
mailing list