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

看板DFBSD_commit作者時間14年前 (2011/11/10 10:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1EkpVQqy (DFBSD_commit)