Date: Mon, 4 Dec 2006 12:26:52 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/rp rp.c rp_isa.c rp_pci.c rpreg.h rpvar.h Message-ID: <200612041226.kB4CQqKU098968@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612041226.kB4CQqKU098968>