diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-12-09 20:06:49 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-12-09 20:06:49 +0000 |
commit | 071015e8f42be22ae819f7c067512dd7f3d8dda0 (patch) | |
tree | 2bafd1324b1ce67b0f0c8d49f621bcee78891423 /sys/arch/sparc/conf/SUN4C | |
parent | f1891b5513a2142c5c5fb66331682154805ae5c1 (diff) |
Do not make sun terminal emulation selected by the wsemul_sun frame buffer
attribute anymore; remove it and use option WSEMUL_SUN instead, which gets
added to all sparc* kernels.
While there, do not compile vt100 emulation on sparc* kernels, this saves 16+
KB of text.
ok deraadt@
Diffstat (limited to 'sys/arch/sparc/conf/SUN4C')
-rw-r--r-- | sys/arch/sparc/conf/SUN4C | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/sparc/conf/SUN4C b/sys/arch/sparc/conf/SUN4C index 2044e031bd7..258dd1a4ee3 100644 --- a/sys/arch/sparc/conf/SUN4C +++ b/sys/arch/sparc/conf/SUN4C @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4C,v 1.55 2006/06/26 22:16:23 miod Exp $ +# $OpenBSD: SUN4C,v 1.56 2006/12/09 20:06:46 miod Exp $ # $NetBSD: GENERIC,v 1.48 1997/08/23 19:19:01 mjacob Exp $ # Machine architecture; required by config(8) @@ -18,6 +18,9 @@ option COMPAT_SUNOS # compatibility with SunOS binaries option COMPAT_SVR4 # compatibility with SVR4 binaries option PROCFS # /proc +option WSEMUL_SUN # provide sun terminal emulation; required +option WSEMUL_NO_VT100 # do not provide vt100 terminal emulation + maxusers 18 # estimated number of users # Generic swap; second partition of root disk or network. |