Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun2/conf Disabled some more things that lighter ke...



details:   https://anonhg.NetBSD.org/src/rev/25e895b3ec24
branches:  trunk
changeset: 518219:25e895b3ec24
user:      fredette <fredette%NetBSD.org@localhost>
date:      Mon Nov 26 17:51:08 2001 +0000

description:
Disabled some more things that lighter kernels don't need,
and picked up some formatting fixes from GENERIC.

diffstat:

 sys/arch/sun2/conf/DISKLESS |  22 +++++++++++-----------
 sys/arch/sun2/conf/FOURMEG  |   6 +++---
 sys/arch/sun2/conf/INSTALL  |   8 ++++----
 sys/arch/sun2/conf/RAMDISK  |  10 +++++-----
 4 files changed, 23 insertions(+), 23 deletions(-)

diffs (158 lines):

diff -r babf0e49e73b -r 25e895b3ec24 sys/arch/sun2/conf/DISKLESS
--- a/sys/arch/sun2/conf/DISKLESS       Mon Nov 26 16:34:56 2001 +0000
+++ b/sys/arch/sun2/conf/DISKLESS       Mon Nov 26 17:51:08 2001 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: DISKLESS,v 1.6 2001/11/20 12:56:40 lukem Exp $
+# $NetBSD: DISKLESS,v 1.7 2001/11/26 17:51:08 fredette Exp $
 
 # DISKLESS Sun2 (2/120, 2/170, 2/50, ...)
-# Supports root on: ie0
+# Supports root on: ie0, ec0
 
 include "arch/sun2/conf/std.sun2"
 
-#ident                 "DISKLESS-$Revision: 1.6 $"
+#ident                 "DISKLESS-$Revision: 1.7 $"
 
 # Machines to be supported by this kernel
 #options       FPU_EMULATE
@@ -19,7 +19,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
 
@@ -42,9 +42,9 @@
 # Compatibility options
 #options       COMPAT_SUNOS    # can run SunOS 4.1.1 executables
 options        COMPAT_43       # and 4.3BSD and ...
-options        COMPAT_AOUT_M68K # support for NetBSD a.out executables
+#options       COMPAT_AOUT_M68K # support for NetBSD a.out executables
+#options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
 options        EXEC_AOUT       # support for a.out executables
-#options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
 
 # Filesystem options
 #file-system   FFS             # Berkeley Fast Filesystem
@@ -58,10 +58,10 @@
 file-system    UNION           # union file system
 file-system    MFS             # memory-based filesystem
 
-options        NFSSERVER       # nfs server support
-options        QUOTA           # FFS quotas
+#options       NFSSERVER       # nfs server support
+#options       QUOTA           # FFS quotas
 #options       FFS_EI          # FFS Endian Independant support
-options        SOFTDEP         # FFS soft updates support.
+#options       SOFTDEP         # FFS soft updates support.
 
 # Networking options
 options        INET            # IP prototol stack support
@@ -168,9 +168,9 @@
 
 ## Xylogics 450 or 451 Multibus/VME SMD disk controllers and disks.
 #xyc0  at mbio0 addr 0xee40 ipl 2
-#xyc0  at vme0 addr 0xee40 ipl 2 vect 0x48
+#xyc0  at vme0 addr 0xee40 irq 2 vect 0x48
 #xyc1  at mbio0 addr 0xee48 ipl 2
-#xyc1  at vme0 addr 0xee48 ipl 2 vect 0x49
+#xyc1  at vme0 addr 0xee48 irq 2 vect 0x49
 #xy*   at xyc? drive ?
 
 ## Memory-disk device.
diff -r babf0e49e73b -r 25e895b3ec24 sys/arch/sun2/conf/FOURMEG
--- a/sys/arch/sun2/conf/FOURMEG        Mon Nov 26 16:34:56 2001 +0000
+++ b/sys/arch/sun2/conf/FOURMEG        Mon Nov 26 17:51:08 2001 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: FOURMEG,v 1.7 2001/11/20 12:56:40 lukem Exp $
+# $NetBSD: FOURMEG,v 1.8 2001/11/26 17:51:08 fredette Exp $
 
 # FOURMEG Sun2 (2/120, 2/170, 2/50, ...)
 # Supports root on: ie0, sd*, ...
 
 include "arch/sun2/conf/std.sun2"
 
-#ident                 "FOURMEG-$Revision: 1.7 $"
+#ident                 "FOURMEG-$Revision: 1.8 $"
 
 # Machines to be supported by this kernel
 #options       FPU_EMULATE
@@ -42,7 +42,7 @@
 # Compatibility options
 #options       COMPAT_SUNOS    # can run SunOS 4.1.1 executables
 #options       COMPAT_43       # and 4.3BSD and ...
-options        COMPAT_AOUT_M68K # support for NetBSD a.out executables
+#options       COMPAT_AOUT_M68K # support for NetBSD a.out executables
 #options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
 options        EXEC_AOUT       # support for a.out executables
 
diff -r babf0e49e73b -r 25e895b3ec24 sys/arch/sun2/conf/INSTALL
--- a/sys/arch/sun2/conf/INSTALL        Mon Nov 26 16:34:56 2001 +0000
+++ b/sys/arch/sun2/conf/INSTALL        Mon Nov 26 17:51:08 2001 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: INSTALL,v 1.6 2001/11/20 12:56:40 lukem Exp $
+# $NetBSD: INSTALL,v 1.7 2001/11/26 17:51:08 fredette Exp $
 
 # INSTALL Sun2 (2/120, 2/170, 2/50, ...)
 
 include "arch/sun2/conf/std.sun2"
 
-#ident                 "INSTALL-$Revision: 1.6 $"
+#ident                 "INSTALL-$Revision: 1.7 $"
 
 # Machines to be supported by this kernel
 #options       FPU_EMULATE
@@ -41,9 +41,9 @@
 # Compatibility options
 #options       COMPAT_SUNOS    # can run SunOS 4.1.1 executables
 #options       COMPAT_43       # and 4.3BSD and ...
-options        COMPAT_AOUT_M68K # support for NetBSD a.out executables
+#options       COMPAT_AOUT_M68K # support for NetBSD a.out executables
+#options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
 options        EXEC_AOUT       # support for a.out executables
-#options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
 
 # Filesystem options
 file-system    FFS             # Berkeley Fast Filesystem
diff -r babf0e49e73b -r 25e895b3ec24 sys/arch/sun2/conf/RAMDISK
--- a/sys/arch/sun2/conf/RAMDISK        Mon Nov 26 16:34:56 2001 +0000
+++ b/sys/arch/sun2/conf/RAMDISK        Mon Nov 26 17:51:08 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: RAMDISK,v 1.6 2001/11/20 12:56:40 lukem Exp $
+# $NetBSD: RAMDISK,v 1.7 2001/11/26 17:51:08 fredette Exp $
 
 # RAMDISK: Root/swap on ramdisk
 # This kernel is used to:
@@ -46,9 +46,9 @@
 # Compatibility options
 #options       COMPAT_SUNOS    # can run SunOS 4.1.1 executables
 #options       COMPAT_43       # and 4.3BSD and ...
-options        COMPAT_AOUT_M68K # support for NetBSD a.out executables
+#options       COMPAT_AOUT_M68K # support for NetBSD a.out executables
+#options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
 options        EXEC_AOUT       # support for a.out executables
-#options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
 
 # Filesystem options
 file-system    FFS             # Berkeley Fast Filesystem
@@ -64,7 +64,7 @@
 
 #options       NFSSERVER       # nfs server support
 #options       QUOTA           # FFS quotas
-options        FFS_EI          # FFS Endian Independant support
+#options       FFS_EI          # FFS Endian Independant support
 #options       SOFTDEP         # FFS soft updates support.
 
 # Networking options
@@ -223,7 +223,7 @@
 # rnd is EXPERIMENTAL
 #pseudo-device rnd                     # /dev/random and in-kernel generator
 
-#pseudo-device pty             32      # pseudo-terminals
+pseudo-device  pty             4       # 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