Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/arc/conf Pull up to netbsd-1-5 branch.



details:   https://anonhg.NetBSD.org/src/rev/aca1d95cd9fa
branches:  netbsd-1-5
changeset: 489029:aca1d95cd9fa
user:      soda <soda%NetBSD.org@localhost>
date:      Thu Aug 10 21:55:32 2000 +0000

description:
Pull up to netbsd-1-5 branch.
Approved by: thorpej

- Add WSEMUL_VT100 to configuration files using wsdisplay.
- Update MIMORI configuration.

Revisions pulled up:
 > cvs rdiff -r1.7 -r1.8 syssrc/sys/arch/arc/conf/ARCTIC
 > cvs rdiff -r1.36 -r1.37 syssrc/sys/arch/arc/conf/GENERIC
 > cvs rdiff -r1.8 -r1.9 syssrc/sys/arch/arc/conf/M403
 > cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/arc/conf/MIMORI
 > cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/arc/conf/PCCONS
 > cvs rdiff -r1.21 -r1.22 syssrc/sys/arch/arc/conf/PICA
 > cvs rdiff -r1.9 -r1.10 syssrc/sys/arch/arc/conf/RAMDISK

diffstat:

 sys/arch/arc/conf/ARCTIC  |   5 ++++-
 sys/arch/arc/conf/GENERIC |   7 +++++--
 sys/arch/arc/conf/M403    |   7 +++++--
 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, 33 insertions(+), 12 deletions(-)

diffs (166 lines):

diff -r 80a3050b0276 -r aca1d95cd9fa sys/arch/arc/conf/ARCTIC
--- a/sys/arch/arc/conf/ARCTIC  Thu Aug 10 16:47:06 2000 +0000
+++ b/sys/arch/arc/conf/ARCTIC  Thu Aug 10 21:55:32 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ARCTIC,v 1.7 2000/06/17 07:29:07 soda Exp $
+#      $NetBSD: ARCTIC,v 1.7.2.1 2000/08/10 21:55:32 soda 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 80a3050b0276 -r aca1d95cd9fa sys/arch/arc/conf/GENERIC
--- a/sys/arch/arc/conf/GENERIC Thu Aug 10 16:47:06 2000 +0000
+++ b/sys/arch/arc/conf/GENERIC Thu Aug 10 21:55:32 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.33.2.2 2000/07/06 14:10:34 sommerfeld Exp $
+#      $NetBSD: GENERIC,v 1.33.2.3 2000/08/10 21:55:32 soda 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.33.2.2 $"
+#ident         "GENERIC-$Revision: 1.33.2.3 $"
 
 maxusers       32              # estimated number of users
 
@@ -105,6 +105,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 80a3050b0276 -r aca1d95cd9fa sys/arch/arc/conf/M403
--- a/sys/arch/arc/conf/M403    Thu Aug 10 16:47:06 2000 +0000
+++ b/sys/arch/arc/conf/M403    Thu Aug 10 21:55:32 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: M403,v 1.8 2000/06/17 07:29:07 soda Exp $
+#      $NetBSD: M403,v 1.8.2.1 2000/08/10 21:55:32 soda 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 ?
@@ -121,7 +124,7 @@
 #opms0         at pica?
 vga0           at pica?        # Jazz localbus VGA
 pckbc0         at pica?        # PC keyboard controller
-options                COM_FREQ_MAGNUM=8192000 # 8.192 MHz - NEC M403
+options        COM_FREQ_MAGNUM=8192000 # 8.192 MHz - NEC M403
 com0           at pica?
 com1           at pica?
 lpt0           at pica?
diff -r 80a3050b0276 -r aca1d95cd9fa sys/arch/arc/conf/MIMORI
--- a/sys/arch/arc/conf/MIMORI  Thu Aug 10 16:47:06 2000 +0000
+++ b/sys/arch/arc/conf/MIMORI  Thu Aug 10 21:55:32 2000 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: MIMORI,v 1.1 2000/06/17 07:29:07 soda Exp $
+#      $NetBSD: MIMORI,v 1.1.2.1 2000/08/10 21:55:32 soda 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 80a3050b0276 -r aca1d95cd9fa sys/arch/arc/conf/PCCONS
--- a/sys/arch/arc/conf/PCCONS  Thu Aug 10 16:47:06 2000 +0000
+++ b/sys/arch/arc/conf/PCCONS  Thu Aug 10 21:55:32 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: PCCONS,v 1.1.2.1 2000/07/06 14:10:34 sommerfeld Exp $
+#      $NetBSD: PCCONS,v 1.1.2.2 2000/08/10 21:55:32 soda 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 80a3050b0276 -r aca1d95cd9fa sys/arch/arc/conf/PICA
--- a/sys/arch/arc/conf/PICA    Thu Aug 10 16:47:06 2000 +0000
+++ b/sys/arch/arc/conf/PICA    Thu Aug 10 21:55:32 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: PICA,v 1.21 2000/06/17 07:29:07 soda Exp $
+#      $NetBSD: PICA,v 1.21.2.1 2000/08/10 21:55:32 soda 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 80a3050b0276 -r aca1d95cd9fa sys/arch/arc/conf/RAMDISK
--- a/sys/arch/arc/conf/RAMDISK Thu Aug 10 16:47:06 2000 +0000
+++ b/sys/arch/arc/conf/RAMDISK Thu Aug 10 21:55:32 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RAMDISK,v 1.9 2000/06/17 07:29:07 soda Exp $
+#      $NetBSD: RAMDISK,v 1.9.2.1 2000/08/10 21:55:32 soda 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