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/SUN4 | |
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/SUN4')
-rw-r--r-- | sys/arch/sparc/conf/SUN4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/sparc/conf/SUN4 b/sys/arch/sparc/conf/SUN4 index 598e953b16e..f3ac769aa54 100644 --- a/sys/arch/sparc/conf/SUN4 +++ b/sys/arch/sparc/conf/SUN4 @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4,v 1.33 2006/06/26 22:16:23 miod Exp $ +# $OpenBSD: SUN4,v 1.34 2006/12/09 20:06:46 miod Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -15,6 +15,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 16 # estimated number of users # Generic swap; second partition of root disk or network. |