Source-Changes archive

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

CVS commit: src/sys/arch



Module Name:    src
Committed By:   cegger
Date:           Mon Dec 15 22:20:52 UTC 2008

Modified Files:
        src/sys/arch/amd64/amd64: machdep.c
        src/sys/arch/i386/i386: machdep.c
        src/sys/arch/x86/include: machdep.h
        src/sys/arch/x86/x86: x86_machdep.c

Log Message:
cleanup BIOS memmap code:
- get rid of some nested externs
- reduce dependency on global variables
- some preparations for upcoming pmem(9)


To generate a diff of this commit:
cvs rdiff -r1.113 -r1.114 src/sys/arch/amd64/amd64/machdep.c
cvs rdiff -r1.653 -r1.654 src/sys/arch/i386/i386/machdep.c
cvs rdiff -r1.1 -r1.2 src/sys/arch/x86/include/machdep.h
cvs rdiff -r1.26 -r1.27 src/sys/arch/x86/x86/x86_machdep.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