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 Gut more stuff so we fit. Last working RA...
details: https://anonhg.NetBSD.org/src/rev/e8bc9c0d0c20
branches: trunk
changeset: 997956:e8bc9c0d0c20
user: christos <christos%NetBSD.org@localhost>
date: Wed Apr 03 16:30:28 2019 +0000
description:
Gut more stuff so we fit. Last working RAMDISK kernel was 6.1.5.
Nobody runs this stuff anymore, so consider that netbsd 9 might be
the last sun2 release.
diffstat:
sys/arch/sun2/conf/RAMDISK | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diffs (61 lines):
diff -r f57983d0267d -r e8bc9c0d0c20 sys/arch/sun2/conf/RAMDISK
--- a/sys/arch/sun2/conf/RAMDISK Wed Apr 03 15:26:34 2019 +0000
+++ b/sys/arch/sun2/conf/RAMDISK Wed Apr 03 16:30:28 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: RAMDISK,v 1.59 2018/08/01 20:04:14 maxv Exp $
+# $NetBSD: RAMDISK,v 1.60 2019/04/03 16:30:28 christos Exp $
# RAMDISK: Root/swap on ramdisk
# This kernel is used to:
@@ -27,7 +27,7 @@
#options SYSVSEM # System V semaphores
#options SYSVSHM # System V shared memory
#options INSECURE # disable kernel security level
-options USERCONF # userconf(4) support
+#options USERCONF # userconf(4) support
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
@@ -51,12 +51,12 @@
#options COMPAT_SUNOS # can run SunOS 4.1.1 executables
#options COMPAT_AOUT_M68K # support for NetBSD a.out executables
#options EXEC_AOUT # support for a.out executables
-options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
+#options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Filesystem options
file-system FFS # Berkeley Fast Filesystem
-file-system NFS # Sun NFS client support
-file-system CD9660 # ISO 9660 + Rock Ridge file system
+#file-system NFS # Sun NFS client support
+#file-system CD9660 # ISO 9660 + Rock Ridge file system
#file-system FDESC # /dev/fd/*
#file-system KERNFS # /kern
#file-system NULLFS # loopback file system
@@ -70,7 +70,7 @@
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options FFS_EI # FFS Endian Independent support
-options NFS_V2_ONLY # Exclude NFS3 code to save space
+#options NFS_V2_ONLY # Exclude NFS3 code to save space
options FFS_NO_SNAPSHOT # No FFS snapshot support
# Networking options
@@ -172,7 +172,7 @@
scsibus* at si?
sd* at scsibus? target ? lun ? # SCSI disks
st* at scsibus? target ? lun ? # SCSI tapes
-cd* at scsibus? target ? lun ? # SCSI CD-ROMs
+#cd* at scsibus? target ? lun ? # SCSI CD-ROMs
#ch* at scsibus? target ? lun ? # SCSI changer devices
#ss* at scsibus? target ? lun ? # SCSI scanners
#ses* at scsibus? target ? lun ? # SCSI SES/SAF-TE
@@ -219,7 +219,7 @@
#### Miscellaneous.
pseudo-device loop # network loopback
#pseudo-device bpfilter # packet filter
-pseudo-device sl # CSLIP
+#pseudo-device sl # CSLIP
#pseudo-device ppp # PPP
#pseudo-device tun # network tunneling over tty
#pseudo-device gre # generic L3 over IP tunnel
Home |
Main Index |
Thread Index |
Old Index