CVS commit: src/sys/arch/sun3/include

2020-01-18 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Jan 18 20:47:15 UTC 2020

Modified Files:
src/sys/arch/sun3/include: pmap.h pmap3.h pmap3x.h

Log Message:
Fix "modload nfsserver" failure on sun3.  PR/54869

sun3 port has two definitions for different pmaps for sun3 (pmap3.h)
and sun3x (pmap3x.h) and they are selected by _SUN3_ or _SUN3X_ macro,
but neither of them is defined on module builds so common exported
definitions required by module(7) should be in a common header,
i.e. pmap.h.

Should be pulled up to netbsd-9.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/sun3/include/pmap.h
cvs rdiff -u -r1.49 -r1.50 src/sys/arch/sun3/include/pmap3.h
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/sun3/include/pmap3x.h

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



CVS commit: src/sys/arch/sun3/include

2012-10-27 Thread Chuck Silvers
Module Name:src
Committed By:   chs
Date:   Sun Oct 28 00:25:59 UTC 2012

Modified Files:
src/sys/arch/sun3/include: types.h

Log Message:
no need to define __BROKEN_CONFIG_UNIT_USAGE, the code that this enabled
has been gone for years.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/sun3/include/types.h

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



CVS commit: src/sys/arch/sun3/include

2012-08-12 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sun Aug 12 20:00:07 UTC 2012

Modified Files:
src/sys/arch/sun3/include: param3.h

Log Message:
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.55 -r1.56 src/sys/arch/sun3/include/param3.h

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



CVS commit: src/sys/arch/sun3/include

2012-08-11 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Aug 11 14:35:33 UTC 2012

Modified Files:
src/sys/arch/sun3/include: param.h param3.h param3x.h

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/sun3/include/param.h
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/sun3/include/param3.h
cvs rdiff -u -r1.17 -r1.18 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.



CVS commit: src/sys/arch/sun3/include

2012-02-02 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Thu Feb  2 16:06:48 UTC 2012

Modified Files:
src/sys/arch/sun3/include: db_machdep.h

Log Message:
Don't enable DB_MACHINE_COMMANDS on crash(8) (i.e. !defined(_KERNEL) case).
No easy way to switch sun3 and sun3x at run time for now.

Briefly tested by "build.sh -U -m sun3 build".


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/sun3/include/db_machdep.h

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



CVS commit: src/sys/arch/sun3/include

2010-04-30 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Apr 30 13:48:55 UTC 2010

Modified Files:
src/sys/arch/sun3/include: vmparam.h vmparam3.h vmparam3x.h

Log Message:
Raise the blade, make the change, don't quite rearrange to where
it's sane.  But improves the non-monolithic kernel case anyway.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/sun3/include/vmparam.h
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/sun3/include/vmparam3.h
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/sun3/include/vmparam3x.h

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