git: kernel - Fix /dev/mem access for memory >=4GB
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Thu Nov  3 10:53:24 PDT 2011
    
    
  
commit 74fa35b9acaed7d411484658a0c65fd25078582c
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Nov 3 10:51:40 2011 -0700
    kernel - Fix /dev/mem access for memory >=4GB
    
    * The (v) variable was a u_int, chopping off the top 32 bits of a 64 bit
      physical address.  Change to a long.
Summary of changes:
 sys/kern/kern_memio.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/74fa35b9acaed7d411484658a0c65fd25078582c
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list