Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Nov 2006 12:59:28 +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 rpreg.h rpvar.h
Message-ID:  <200611201259.kAKCxSFw057885@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611201259.kAKCxSFw057885>