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:   cube
Date:           Wed Sep 27 17:10:34 UTC 2006

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

Log Message:
This is again that time of the millenium where we have to crank up a few
static limits to meet modern bloat requirements.

VM_PHYSSEG_MAX needs it to run on Intel's D946GZIS motherboard, as reported
by rix on #NetBSD-code on freenode.  This has a consequence on the initial
number of possible extent allocations for iomem_ex, so increase that value
too.

While there, clarify the action to be taken when VM_PHYSSEG_MAX is maxed
out.

Do that on both amd64 and i386 because the causes, the effects and the code
are mostly the same.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 src/sys/arch/amd64/amd64/machdep.c
cvs rdiff -r1.11 -r1.12 src/sys/arch/amd64/include/vmparam.h
cvs rdiff -r1.578 -r1.579 src/sys/arch/i386/i386/machdep.c
cvs rdiff -r1.60 -r1.61 src/sys/arch/i386/include/vmparam.h
cvs rdiff -r1.4 -r1.5 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