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 (commented out) some of the network ...
details: https://anonhg.NetBSD.org/src/rev/2438f41e6607
branches: trunk
changeset: 329702:2438f41e6607
user: abs <abs%NetBSD.org@localhost>
date: Wed Jun 04 20:21:24 2014 +0000
description:
Sync (commented out) some of the network and filesystem related
blocks from GENERIC. Only functional change is to comment out tun
in DISKLESS to match GENERIC.
diffstat:
sys/arch/sun3/conf/DISKLESS | 28 ++++++++++++++++++++++++++--
1 files changed, 26 insertions(+), 2 deletions(-)
diffs (83 lines):
diff -r 9f552dbb7b4c -r 2438f41e6607 sys/arch/sun3/conf/DISKLESS
--- a/sys/arch/sun3/conf/DISKLESS Wed Jun 04 19:31:57 2014 +0000
+++ b/sys/arch/sun3/conf/DISKLESS Wed Jun 04 20:21:24 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DISKLESS,v 1.67 2013/06/30 21:38:59 rmind Exp $
+# $NetBSD: DISKLESS,v 1.68 2014/06/04 20:21:24 abs Exp $
# DISKLESS - Root and swap on NFS
# Desktop machines only (3/50, 3/60, 3/110)
@@ -41,9 +41,12 @@
#options DIAGNOSTIC # extra kernel sanity checking
#options KMEMSTATS # kernel memory statistics (vmstat -m)
#options PMAP_DEBUG
+#options SCSIDEBUG
+#options SCSIVERBOSE # Verbose SCSI errors
# Compatibility options
#options COMPAT_SUNOS # can run SunOS 4.1.1 executables
+#options COMPAT_SVR4 # can run SVR4 executables
#options COMPAT_43 # and 4.3BSD and ...
#options COMPAT_10 # NetBSD 1.0
#options COMPAT_11 # NetBSD 1.1
@@ -57,7 +60,9 @@
options COMPAT_40 # NetBSD 4.0
options COMPAT_50 # NetBSD 5.0 compatibility.
options COMPAT_60 # NetBSD 6.0 compatibility.
+#options COMPAT_AOUT_M68K # support for NetBSD a.out executables
#options COMPAT_LINUX # can run Linux/m68k executables
+#options EXEC_AOUT # support for a.out executables
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
@@ -68,18 +73,27 @@
#file-system FDESC # /dev/fd/*
#file-system KERNFS # /kern
#file-system NULLFS # loopback file system
+#file-system OVERLAY # overlay file system
#file-system PROCFS # /proc
#file-system UNION # union file system
#file-system MFS # memory-based filesystem
#file-system PTYFS # /dev/pts/N support
+#file-system TMPFS # Efficient memory file-system
+#file-system UDF # experimental - OSTA UDF CD/DVD file-system
#options NFSSERVER # nfs server support
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
#options FFS_EI # FFS Endian Independent support
+#options WAPBL # File system journaling support
+#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
+#options FFS_NO_SNAPSHOT # No FFS snapshot support
# Networking options
options INET # IP protocol stack support
+#options INET6 # IPV6
+#options IPSEC # IP security
+#options IPSEC_DEBUG # debug for IP security
#options GATEWAY # IP packet forwarding
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
@@ -145,11 +159,21 @@
# Misc.
pseudo-device loop # network loopback
pseudo-device bpfilter # packet filter
+#pseudo-device carp # Common Address Redundancy Protocol
pseudo-device sl # CSLIP
pseudo-device ppp # PPP
-pseudo-device tun # network tunneling over tty
+#pseudo-device pppoe # PPP over Ethernet (RFC 2516)
+#pseudo-device tun # network tunneling over tty
+#pseudo-device tap # virtual Ethernet
#pseudo-device gre # generic L3 over IP tunnel
#pseudo-device ipfilter # ip filter
+#pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
+#pseudo-device faith # IPv[46] tcp relay translation i/f
+#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
+#pseudo-device vlan # IEEE 802.1q encapsulation
+#pseudo-device bridge # simple inter-network bridging
+#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
+#pseudo-device agr # IEEE 802.3ad link aggregation
pseudo-device pty # pseudo-terminals
pseudo-device clockctl # user control of clock subsystem
Home |
Main Index |
Thread Index |
Old Index