Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/conf WSEMUL_SUN -> WSEMUL_VT100



details:   https://anonhg.NetBSD.org/src/rev/93e07c59785a
branches:  trunk
changeset: 472391:93e07c59785a
user:      ross <ross%NetBSD.org@localhost>
date:      Thu Apr 29 01:28:40 1999 +0000

description:
WSEMUL_SUN -> WSEMUL_VT100

diffstat:

 sys/arch/alpha/conf/ALPHA   |  6 +++---
 sys/arch/alpha/conf/GENERIC |  6 +++---
 sys/arch/alpha/conf/INSTALL |  6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (60 lines):

diff -r 877334c2827c -r 93e07c59785a sys/arch/alpha/conf/ALPHA
--- a/sys/arch/alpha/conf/ALPHA Thu Apr 29 01:26:15 1999 +0000
+++ b/sys/arch/alpha/conf/ALPHA Thu Apr 29 01:28:40 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALPHA,v 1.94 1999/02/22 07:44:50 fvdl Exp $
+# $NetBSD: ALPHA,v 1.95 1999/04/29 01:28:40 ross Exp $
 #
 # Alpha kernel with all the options you'd want, and more.
 
@@ -116,8 +116,8 @@
 # in case we have NFS root.
 options        NFS_BOOT_DHCP           # superset of BOOTP
 
-# WS console uses SUN terminal emulation
-options        WSEMUL_SUN
+# WS console uses SUN or VT100 terminal emulation
+options        WSEMUL_VT100
 
 # realtime clock compatible to OSF/1
 #options       CLOCK_COMPAT_OSF1
diff -r 877334c2827c -r 93e07c59785a sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Thu Apr 29 01:26:15 1999 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Thu Apr 29 01:28:40 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.116 1999/04/20 21:43:03 ross Exp $
+# $NetBSD: GENERIC,v 1.117 1999/04/29 01:28:41 ross Exp $
 #
 # Generic Alpha kernel.  Enough to get booted, etc., but not much more.
 
@@ -83,8 +83,8 @@
 # in case we have NFS root.
 options        NFS_BOOT_DHCP           # superset of BOOTP
 
-# WS console uses SUN terminal emulation
-options        WSEMUL_SUN
+# WS console uses SUN or VT100 terminal emulation
+options        WSEMUL_VT100
 
 # realtime clock compatible to OSF/1
 #options       CLOCK_COMPAT_OSF1
diff -r 877334c2827c -r 93e07c59785a sys/arch/alpha/conf/INSTALL
--- a/sys/arch/alpha/conf/INSTALL       Thu Apr 29 01:26:15 1999 +0000
+++ b/sys/arch/alpha/conf/INSTALL       Thu Apr 29 01:28:40 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.23 1999/03/22 09:19:57 ross Exp $
+# $NetBSD: INSTALL,v 1.24 1999/04/29 01:28:41 ross Exp $
 #
 # Alpha INSTALL kernel.
 
@@ -61,8 +61,8 @@
 # in case we have NFS root.
 options        NFS_BOOT_DHCP           # superset of BOOTP
 
-# WS console uses SUN terminal emulation
-options        WSEMUL_SUN
+# WS console uses SUN or VT100 terminal emulation
+options        WSEMUL_VT100
 
 config         netbsd  root on ? type ?
 



Home | Main Index | Thread Index | Old Index