Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arc/conf Add WSEMUL_VT100 to configuration files us...



details:   https://anonhg.NetBSD.org/src/rev/ef33b5a8edb1
branches:  trunk
changeset: 495154:ef33b5a8edb1
user:      ur <ur%NetBSD.org@localhost>
date:      Sun Jul 23 10:06:43 2000 +0000

description:
Add WSEMUL_VT100 to configuration files using wsdisplay.
And update my current configuration. (MIMORI)

diffstat:

 sys/arch/arc/conf/ARCTIC  |   5 ++++-
 sys/arch/arc/conf/GENERIC |   7 +++++--
 sys/arch/arc/conf/M403    |   5 ++++-
 sys/arch/arc/conf/MIMORI  |  11 +++++++----
 sys/arch/arc/conf/PCCONS  |   5 ++++-
 sys/arch/arc/conf/PICA    |   5 ++++-
 sys/arch/arc/conf/RAMDISK |   5 ++++-
 7 files changed, 32 insertions(+), 11 deletions(-)

diffs (157 lines):

diff -r 67babe545d5a -r ef33b5a8edb1 sys/arch/arc/conf/ARCTIC
--- a/sys/arch/arc/conf/ARCTIC  Sun Jul 23 08:24:12 2000 +0000
+++ b/sys/arch/arc/conf/ARCTIC  Sun Jul 23 10:06:43 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ARCTIC,v 1.7 2000/06/17 07:29:07 soda Exp $
+#      $NetBSD: ARCTIC,v 1.8 2000/07/23 10:06:43 ur Exp $
 #      $OpenBSD: ARCTIC,v 1.12 1999/08/29 12:14:03 niklas Exp $
 #
 #      configuration file for DeskStation
@@ -107,6 +107,9 @@
 #options       PCI_CONFIG_DUMP # verbosely dump PCI config space
 options        SCSIVERBOSE     # human readable SCSI error messages
 
+# wscons terminal emulation
+options        WSEMUL_VT100    # VT100 emulation
+
 # Kernel root file system and dump configuration.
 options        NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
 config         netbsd  root on ? type ?
diff -r 67babe545d5a -r ef33b5a8edb1 sys/arch/arc/conf/GENERIC
--- a/sys/arch/arc/conf/GENERIC Sun Jul 23 08:24:12 2000 +0000
+++ b/sys/arch/arc/conf/GENERIC Sun Jul 23 10:06:43 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.36 2000/07/05 04:07:24 sommerfeld Exp $
+#      $NetBSD: GENERIC,v 1.37 2000/07/23 10:06:43 ur Exp $
 #      $OpenBSD: GENERIC,v 1.29 1999/08/29 12:14:03 niklas Exp $
 #
 #      GENERIC -- everything that's currently supported
@@ -6,7 +6,7 @@
 
 include                "arch/arc/conf/std.arc"
 
-#ident         "GENERIC-$Revision: 1.36 $"
+#ident         "GENERIC-$Revision: 1.37 $"
 
 maxusers       32              # estimated number of users
 
@@ -106,6 +106,9 @@
 #options       PCI_CONFIG_DUMP # verbosely dump PCI config space
 options        SCSIVERBOSE     # human readable SCSI error messages
 
+# wscons terminal emulation
+options        WSEMUL_VT100    # VT100 emulation
+
 # Kernel root file system and dump configuration.
 options        NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
 config         netbsd  root on ? type ?
diff -r 67babe545d5a -r ef33b5a8edb1 sys/arch/arc/conf/M403
--- a/sys/arch/arc/conf/M403    Sun Jul 23 08:24:12 2000 +0000
+++ b/sys/arch/arc/conf/M403    Sun Jul 23 10:06:43 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: M403,v 1.8 2000/06/17 07:29:07 soda Exp $
+#      $NetBSD: M403,v 1.9 2000/07/23 10:06:43 ur Exp $
 #
 #      configuration file for MIPS Magnum 4000 system
 #
@@ -102,6 +102,9 @@
 #options       PCI_CONFIG_DUMP # verbosely dump PCI config space
 options        SCSIVERBOSE     # human readable SCSI error messages
 
+# wscons terminal emulation
+options        WSEMUL_VT100    # VT100 emulation
+
 # Kernel root file system and dump configuration.
 options        NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
 config         netbsd  root on ? type ?
diff -r 67babe545d5a -r ef33b5a8edb1 sys/arch/arc/conf/MIMORI
--- a/sys/arch/arc/conf/MIMORI  Sun Jul 23 08:24:12 2000 +0000
+++ b/sys/arch/arc/conf/MIMORI  Sun Jul 23 10:06:43 2000 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: MIMORI,v 1.1 2000/06/17 07:29:07 soda Exp $
+#      $NetBSD: MIMORI,v 1.2 2000/07/23 10:06:43 ur Exp $
 #      NetBSD: GENERIC,v 1.31 2000/06/09 05:33:02 soda Exp 
 #
-#      MIMORI -- URATA-san's NEC RISCstation 2250
+#      MIMORI -- My NEC RISCstation 2250 (ur)
 #
 
 include                "arch/arc/conf/std.arc"
@@ -76,8 +76,8 @@
 #options       GATEWAY         # IP packet forwarding
 options        INET            # IP + ICMP + TCP + UDP
 options        INET6           # IPV6
-#options       IPSEC           # IP security
-#options       IPSEC_ESP       # IP security (encryption part; define w/IPSEC)
+options        IPSEC           # IP security
+options        IPSEC_ESP       # IP security (encryption part; define w/IPSEC)
 #options       IPSEC_DEBUG     # debug for IP security
 #options       MROUTING        # IP multicast routing
 #options       NS              # XNS
@@ -102,6 +102,9 @@
 #options       PCI_CONFIG_DUMP # verbosely dump PCI config space
 options        SCSIVERBOSE     # human readable SCSI error messages
 
+# wscons terminal emulation
+options        WSEMUL_VT100    # VT100 emulation
+
 # Kernel root file system and dump configuration.
 options        NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
 config         netbsd  root on ? type ?
diff -r 67babe545d5a -r ef33b5a8edb1 sys/arch/arc/conf/PCCONS
--- a/sys/arch/arc/conf/PCCONS  Sun Jul 23 08:24:12 2000 +0000
+++ b/sys/arch/arc/conf/PCCONS  Sun Jul 23 10:06:43 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: PCCONS,v 1.2 2000/07/05 04:07:25 sommerfeld Exp $
+#      $NetBSD: PCCONS,v 1.3 2000/07/23 10:06:43 ur Exp $
 #      $OpenBSD: GENERIC,v 1.29 1999/08/29 12:14:03 niklas Exp $
 #
 #      PCCONS -- generic but pccons rather than wscons
@@ -103,6 +103,9 @@
 #options       PCI_CONFIG_DUMP # verbosely dump PCI config space
 options        SCSIVERBOSE     # human readable SCSI error messages
 
+# wscons terminal emulation
+options        WSEMUL_VT100    # VT100 emulation
+
 # Kernel root file system and dump configuration.
 options        NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
 config         netbsd  root on ? type ?
diff -r 67babe545d5a -r ef33b5a8edb1 sys/arch/arc/conf/PICA
--- a/sys/arch/arc/conf/PICA    Sun Jul 23 08:24:12 2000 +0000
+++ b/sys/arch/arc/conf/PICA    Sun Jul 23 10:06:43 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: PICA,v 1.21 2000/06/17 07:29:07 soda Exp $
+#      $NetBSD: PICA,v 1.22 2000/07/23 10:06:44 ur Exp $
 #
 #      configuration file for ACER PICA system
 #
@@ -102,6 +102,9 @@
 #options       PCI_CONFIG_DUMP # verbosely dump PCI config space
 options        SCSIVERBOSE     # human readable SCSI error messages
 
+# wscons terminal emulation
+options        WSEMUL_VT100    # VT100 emulation
+
 # Kernel root file system and dump configuration.
 options        NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
 config         netbsd  root on ? type ?
diff -r 67babe545d5a -r ef33b5a8edb1 sys/arch/arc/conf/RAMDISK
--- a/sys/arch/arc/conf/RAMDISK Sun Jul 23 08:24:12 2000 +0000
+++ b/sys/arch/arc/conf/RAMDISK Sun Jul 23 10:06:43 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RAMDISK,v 1.9 2000/06/17 07:29:07 soda Exp $
+#      $NetBSD: RAMDISK,v 1.10 2000/07/23 10:06:44 ur Exp $
 #      $OpenBSD: RAMDISK,v 1.9 1999/08/29 12:14:03 niklas Exp $
 #
 #      memory disk based configuration file for MIPS R4x00 ARC Systems
@@ -111,6 +111,9 @@
 #options       PCI_CONFIG_DUMP # verbosely dump PCI config space
 options        SCSIVERBOSE     # human readable SCSI error messages
 
+# wscons terminal emulation
+options        WSEMUL_VT100    # VT100 emulation
+
 # Kernel root file system and dump configuration.
 options        NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
 config         netbsd  root on ? type ?



Home | Main Index | Thread Index | Old Index