Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm32/conf Sync some options from GENERIC
details: https://anonhg.NetBSD.org/src/rev/fd293272af8d
branches: trunk
changeset: 467576:fd293272af8d
user: hubertf <hubertf%NetBSD.org@localhost>
date: Fri Mar 26 02:48:18 1999 +0000
description:
Sync some options from GENERIC
diffstat:
sys/arch/arm32/conf/SHARK | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (45 lines):
diff -r b5abfc5d533f -r fd293272af8d sys/arch/arm32/conf/SHARK
--- a/sys/arch/arm32/conf/SHARK Fri Mar 26 02:46:14 1999 +0000
+++ b/sys/arch/arm32/conf/SHARK Fri Mar 26 02:48:18 1999 +0000
@@ -1,4 +1,5 @@
-# $NetBSD: SHARK,v 1.19 1999/01/23 22:18:43 sommerfe Exp $
+# $NetBSD: SHARK,v 1.20 1999/03/26 02:48:18 hubertf Exp $
+# From: NetBSD: GENERIC,v 1.53 1999/01/23 22:18:42 sommerfe Exp
#
# SHARK
#
@@ -56,6 +57,7 @@
# File system options
#options QUOTA # UFS quotas
+#options FFS_EI # FFS Endian Independant support
#options NFSSERVER
# Networking options
@@ -68,9 +70,13 @@
#options ISO,TPIP # OSI
#options EON # OSI tunneling over IP
#options CCITT,LLC,HDLC # X.25
+#options NETATALK # AppleTalk networking
#options PFIL_HOOKS # pfil(9) packet filter hooks (Required
# if you enable the pseudo-device ipl).
+#options PPP_BSDCOMP # BSD-Compress compression support for PPP
+#options PPP_DEFLATE # Deflate compression support for PPP
+#options PPP_FILTER # Active filter support for PPP (requires bpf)
options NFS_BOOT_DHCP # use NetBSD standard DHCP/NFS boot code
# Compatibility options
@@ -114,10 +120,12 @@
#options ARM700BUGTRACK # track the ARM700 swi bug
#options PORTMASTER # Enable PortMaster only options
options DIAGNOSTIC # internal consistency checks
+#options PMAP_DEBUG # Enable pmap_debug_level code
#options POSTMORTEM # perform postmortem on panic
#options IPKDB # remote kernel debugging
options DDB # in-kernel debugger
#options DDB_ONPANIC=0 # don't run DDB at panictime
+#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
#options KERNEL_DEBUG # compile in kernel debuging capability
#makeoptions DEBUG="-g" # compile full symbol table
Home |
Main Index |
Thread Index |
Old Index