Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun3/conf sync with GENERIC



details:   https://anonhg.NetBSD.org/src/rev/3d0e886ba561
branches:  trunk
changeset: 471693:3d0e886ba561
user:      gwr <gwr%NetBSD.org@localhost>
date:      Thu Apr 08 07:00:58 1999 +0000

description:
sync with GENERIC

diffstat:

 sys/arch/sun3/conf/FOUR_TTYS |  10 ++++++++--
 sys/arch/sun3/conf/INSTALL   |  10 +++++++---
 sys/arch/sun3/conf/KGDB      |   7 ++++++-
 3 files changed, 21 insertions(+), 6 deletions(-)

diffs (140 lines):

diff -r 52c85b20d570 -r 3d0e886ba561 sys/arch/sun3/conf/FOUR_TTYS
--- a/sys/arch/sun3/conf/FOUR_TTYS      Thu Apr 08 06:49:54 1999 +0000
+++ b/sys/arch/sun3/conf/FOUR_TTYS      Thu Apr 08 07:00:58 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: FOUR_TTYS,v 1.19 1998/06/26 01:54:10 lukem Exp $
+#      $NetBSD: FOUR_TTYS,v 1.20 1999/04/08 07:00:58 gwr Exp $
 
 # FOUR_TTYS Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
 # like GENERIC but both zs chips are used as ttys
@@ -18,7 +18,7 @@
 options        SYSVSEM         # System V semaphores
 options        SYSVSHM         # System V shared memory
 #options       SHMMAXPGS=1024  # 1024 pages is the default
-#options       LKM             # loadable kernel modules
+options        LKM             # loadable kernel modules
 #options       INSECURE        # disable kernel security level
 #options       UCONSOLE        # Allow non-root TIOCCONS
 
@@ -45,6 +45,8 @@
 options        COMPAT_11       # NetBSD 1.1
 options        COMPAT_12       # NetBSD 1.2
 options        COMPAT_13       # NetBSD 1.3
+#options       COMPAT_LINUX    # can run Linux/m68k executables
+#options       EXEC_ELF32      # 32-bit ELF executables (Linux)
 
 # Filesystem options
 file-system    FFS             # Berkeley Fast Filesystem
@@ -59,6 +61,7 @@
 
 options        NFSSERVER       # nfs server support
 options        QUOTA           # FFS quotas
+#options       FFS_EI          # FFS Endian Independant support
 
 # Networking options
 options        INET            # IP prototol stack support
@@ -102,6 +105,7 @@
 # two of them are data-leads-only ports wired up using
 # a custom cable on the keyboard connector.  The flags 1
 # part sets TIOCFLAG_SOFTCAR (remember, data-leads-only).
+# Note: the signal levels on these are 0/5 Volt TTL.
 #
 zstty2 at zsc0 channel 0 flags 1 # ttyc
 zstty3 at zsc0 channel 1 flags 1 # ttyd
@@ -175,6 +179,7 @@
 pseudo-device  sl              2       # CSLIP
 pseudo-device  ppp             2       # PPP
 pseudo-device  tun             2       # network tunneling over tty
+#pseudo-device gre             2       # generic L3 over IP tunnel
 #pseudo-device ipfilter                # ip filter
 # rnd is EXPERIMENTAL
 #pseudo-device rnd                     # /dev/random and in-kernel generator
@@ -182,3 +187,4 @@
 pseudo-device  pty             32      # pseudo-terminals
 #pseudo-device vnd             4       # paging to files
 #pseudo-device ccd             4       # concatenated disks
+#pseudo-device raid            4       # RAIDframe disk driver
diff -r 52c85b20d570 -r 3d0e886ba561 sys/arch/sun3/conf/INSTALL
--- a/sys/arch/sun3/conf/INSTALL        Thu Apr 08 06:49:54 1999 +0000
+++ b/sys/arch/sun3/conf/INSTALL        Thu Apr 08 07:00:58 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.2 1998/06/26 01:54:11 lukem Exp $
+# $NetBSD: INSTALL,v 1.3 1999/04/08 07:00:58 gwr Exp $
 #
 # INSTALL - Installation kernel for the Sun3
 #
@@ -47,12 +47,13 @@
 #options       COMPAT_43       # and 4.3BSD and ...
 #options       COMPAT_10       # NetBSD 1.0
 #options       COMPAT_11       # NetBSD 1.1
-options        COMPAT_12       # NetBSD 1.2
+#options       COMPAT_12       # NetBSD 1.2
 options        COMPAT_13       # NetBSD 1.3
+#options       COMPAT_LINUX    # can run Linux/m68k executables
+#options       EXEC_ELF32      # 32-bit ELF executables (Linux)
 
 # Filesystem options
 file-system    FFS             # Berkeley Fast Filesystem
-#file-system   MFS             # memory-based filesystem
 file-system    NFS             # Sun NFS client support
 file-system    CD9660          # ISO 9660 + Rock Ridge file system
 #file-system   FDESC           # /dev/fd/*
@@ -60,9 +61,11 @@
 #file-system   NULLFS          # loopback file system
 #file-system   PROCFS          # /proc
 #file-system   UNION           # union file system
+#file-system   MFS             # memory-based filesystem
 
 #options       NFSSERVER       # nfs server support
 #options       QUOTA           # FFS quotas
+#options       FFS_EI          # FFS Endian Independant support
 
 # Networking options
 options        INET            # IP prototol stack support
@@ -173,6 +176,7 @@
 pseudo-device  sl              2       # CSLIP
 pseudo-device  ppp             2       # PPP
 pseudo-device  tun             2       # network tunneling over tty
+#pseudo-device gre             2       # generic L3 over IP tunnel
 #pseudo-device ipfilter                # ip filter
 # rnd is EXPERIMENTAL
 #pseudo-device rnd                     # /dev/random and in-kernel generator
diff -r 52c85b20d570 -r 3d0e886ba561 sys/arch/sun3/conf/KGDB
--- a/sys/arch/sun3/conf/KGDB   Thu Apr 08 06:49:54 1999 +0000
+++ b/sys/arch/sun3/conf/KGDB   Thu Apr 08 07:00:58 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: KGDB,v 1.19 1998/06/26 01:54:12 lukem Exp $
+#      $NetBSD: KGDB,v 1.20 1999/04/08 07:00:58 gwr Exp $
 
 # KGDB Sun3 (3/50, 3/60, 3/110, 3/160, 3/260, 3/E)
 # like GENERIC but supports gdb on other machine, i.e.:
@@ -48,6 +48,8 @@
 options        COMPAT_11       # NetBSD 1.1
 options        COMPAT_12       # NetBSD 1.2
 options        COMPAT_13       # NetBSD 1.3
+#options       COMPAT_LINUX    # can run Linux/m68k executables
+#options       EXEC_ELF32      # 32-bit ELF executables (Linux)
 
 # Filesystem options
 file-system    FFS             # Berkeley Fast Filesystem
@@ -62,6 +64,7 @@
 
 options        NFSSERVER       # nfs server support
 options        QUOTA           # FFS quotas
+#options       FFS_EI          # FFS Endian Independant support
 
 # Networking options
 options        INET            # IP prototol stack support
@@ -187,6 +190,7 @@
 pseudo-device  sl              2       # CSLIP
 pseudo-device  ppp             2       # PPP
 pseudo-device  tun             2       # network tunneling over tty
+#pseudo-device gre             2       # generic L3 over IP tunnel
 #pseudo-device ipfilter                # ip filter
 # rnd is EXPERIMENTAL
 #pseudo-device rnd                     # /dev/random and in-kernel generator
@@ -194,3 +198,4 @@
 pseudo-device  pty             32      # pseudo-terminals
 #pseudo-device vnd             4       # paging to files
 #pseudo-device ccd             4       # concatenated disks
+#pseudo-device raid            4       # RAIDframe disk driver



Home | Main Index | Thread Index | Old Index