cvs commit: src/sys/dev/rp rp.c rpreg.h rpvar.h

Marius Strobl marius at FreeBSD.org
Mon Nov 20 13:00:38 UTC 2006


marius      2006-11-20 12:59:28 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/rp           rp.c rpreg.h rpvar.h 
  Log:
  - Make rp(4) 64-bit- and endian-clean as well as work on strict alignment
    archs. [1]
  - Instead of bus_space_{read,write}*(rman_get_bustag(), rman_get_bushandle())
    use bus_{read,write}*() for efficiency.
  
  Reported by:    Peter Losher [1]
  Tested on:      i386, sparc64
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.72      +30 -34    src/sys/dev/rp/rp.c
  1.8       +38 -38    src/sys/dev/rp/rpreg.h
  1.10      +2 -2      src/sys/dev/rp/rpvar.h


More information about the cvs-src mailing list