Source-Changes archive

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

CVS commit: [netbsd-6] src/sys/arch



Module Name:    src
Committed By:   riz
Date:           Mon Aug 13 19:38:11 UTC 2012

Modified Files:
        src/sys/arch/sun2/include [netbsd-6]: param.h
        src/sys/arch/sun3/include [netbsd-6]: param.h param3.h param3x.h

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #487):
        sys/arch/sun3/include/param3.h: revision 1.55
        sys/arch/sun3/include/param3.h: revision 1.56
        sys/arch/sun2/include/param.h: revision 1.15
        sys/arch/sun3/include/param.h: revision 1.61
        sys/arch/sun3/include/param3x.h: revision 1.18
Poor sun3 (but not sun3x) has only 31MB KVM address space,
so reduce NKMEMPAGES_MAX_DEFAULT from 64MB to 16MB.
Fixes "panic: ubc_init: failed to map ubc_object" on
TME emulating 3/120 with >16MB RAM.
Should be pulled up to netbsd-6.
Poor sun2 has only 14MB KVA space so reduce NKMEMPAGES_MIN_DEFAULT and
NKMEMPAGES_MAX_DEFAULT values accordingly.
XXX: netbsd-6 GENERIC still gets "panic: pool_get: kmem-4096: page empty"
Also reduce UBC_NWINS from default 1024 to 512
to avoid possible KVA shortage, otherwise
"panic: ubc_init: failed to map ubc_object"
could still happen on netbsd-6 branch.
Should be pulled up to netbsd-6.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.14.2.1 src/sys/arch/sun2/include/param.h
cvs rdiff -u -r1.60 -r1.60.2.1 src/sys/arch/sun3/include/param.h
cvs rdiff -u -r1.54 -r1.54.10.1 src/sys/arch/sun3/include/param3.h
cvs rdiff -u -r1.17 -r1.17.10.1 src/sys/arch/sun3/include/param3x.h

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