DragonFly BSD
DragonFly commits List (threaded) for 2011-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel - Fix /dev/mem access for memory >=4GB


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 3 Nov 2011 10:52:37 -0700 (PDT)

commit 74fa35b9acaed7d411484658a0c65fd25078582c
Author: Matthew Dillon <dillon@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]