]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC: rp.c 1.69, 1.71, 1.72; rp_isa.c 1.8; rp_pci.c 1.12; rpreg.h 1.8;
authormarius <marius@FreeBSD.org>
Mon, 4 Dec 2006 12:26:52 +0000 (12:26 +0000)
committermarius <marius@FreeBSD.org>
Mon, 4 Dec 2006 12:26:52 +0000 (12:26 +0000)
commit49c80d186ac1bd11c9dfc0ebdb4e4d8c734e2a96
tree1c18adac633c14dc2a1bde9dc846b125486a5328
parent1469acc0ed996b93467e2ee200c4d703fa014494
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.
sys/dev/rp/rp.c
sys/dev/rp/rp_isa.c
sys/dev/rp/rp_pci.c
sys/dev/rp/rpreg.h
sys/dev/rp/rpvar.h