Source-Changes archive

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

CVS commit: src/sys/arch/x86



Module Name:    src
Committed By:   bouyer
Date:           Sun Feb  8 20:59:19 UTC 2009

Modified Files:
        src/sys/arch/x86/include: bus.h isa_machdep.h
        src/sys/arch/x86/x86: bus_space.c

Log Message:
Apply patch proposed on port-amd64/port-i386, allowing to use a 64bit
bus_addr_t on i386PAE kernels:
change bus_addr_t to be a paddr_t (so its size follows paddr_t depending
   on options PAE)
remplace bus_addr_t with vaddr_t where the value is used as a virtual address.

Difference with the proposed patch: cast to uintmax_t and use %jx in
printf() as suggested by Joerg.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/sys/arch/x86/include/bus.h
cvs rdiff -r1.6 -r1.7 src/sys/arch/x86/include/isa_machdep.h
cvs rdiff -r1.20 -r1.21 src/sys/arch/x86/x86/bus_space.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index