Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/conf create a "sparc" symlink as well. syn...
details: https://anonhg.NetBSD.org/src/rev/3edcd3cec7dc
branches: trunk
changeset: 534293:3edcd3cec7dc
user: mrg <mrg%NetBSD.org@localhost>
date: Sat Jul 20 11:48:17 2002 +0000
description:
create a "sparc" symlink as well. sync kernels.
diffstat:
sys/arch/sparc64/conf/Makefile.sparc64 | 8 +++++++-
sys/arch/sparc64/conf/POWEROFSEVEN.inc | 14 +++++++++++---
sys/arch/sparc64/conf/SPLODE | 13 +++++++------
3 files changed, 25 insertions(+), 10 deletions(-)
diffs (101 lines):
diff -r 755ba9d51ad2 -r 3edcd3cec7dc sys/arch/sparc64/conf/Makefile.sparc64
--- a/sys/arch/sparc64/conf/Makefile.sparc64 Sat Jul 20 11:46:14 2002 +0000
+++ b/sys/arch/sparc64/conf/Makefile.sparc64 Sat Jul 20 11:48:17 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.sparc64,v 1.46 2002/06/04 21:39:12 thorpej Exp $
+# $NetBSD: Makefile.sparc64,v 1.47 2002/07/20 11:48:17 mrg Exp $
#=========================================================================
#
@@ -118,6 +118,12 @@
## (7) misc settings
##
+.if make(depend) || make(all) || make(dependall)
+.BEGIN:
+ @rm -f sparc && \
+ ln -s $S/arch/sparc/include sparc
+.endif
+
##
## (8) config(8) generated machinery
##
diff -r 755ba9d51ad2 -r 3edcd3cec7dc sys/arch/sparc64/conf/POWEROFSEVEN.inc
--- a/sys/arch/sparc64/conf/POWEROFSEVEN.inc Sat Jul 20 11:46:14 2002 +0000
+++ b/sys/arch/sparc64/conf/POWEROFSEVEN.inc Sat Jul 20 11:48:17 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: POWEROFSEVEN.inc,v 1.13 2002/06/17 05:14:26 lukem Exp $
+# $NetBSD: POWEROFSEVEN.inc,v 1.14 2002/07/20 11:48:17 mrg Exp $
#
# from: NetBSD: GENERIC32,v 1.13 2001/02/28 00:08:18 mjacob Exp
#
@@ -34,7 +34,6 @@
## automagically determined at boot time.
config netbsd root on ? type ?
-options NVNODE=7000
## UVM options.
#options UVM_PAGE_TRKOWN
@@ -332,7 +331,16 @@
## RAIDframe disk driver: software RAID driver. See raid(4).
-#pseudo-device raid 4
+pseudo-device raid 4
+options RAID_AUTOCONFIG # auto-configuration of RAID components
+# Options to enable various other RAIDframe RAID types.
+# options RF_INCLUDE_EVENODD=1
+# options RF_INCLUDE_RAID5_RS=1
+# options RF_INCLUDE_PARITYLOGGING=1
+# options RF_INCLUDE_CHAINDECLUSTER=1
+# options RF_INCLUDE_INTERDECLUSTER=1
+# options RF_INCLUDE_PARITY_DECLUSTERING=1
+# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
## Memory disk device, used on boot floppies with compressed
## kernel-plus-root-disk images.
diff -r 755ba9d51ad2 -r 3edcd3cec7dc sys/arch/sparc64/conf/SPLODE
--- a/sys/arch/sparc64/conf/SPLODE Sat Jul 20 11:46:14 2002 +0000
+++ b/sys/arch/sparc64/conf/SPLODE Sat Jul 20 11:48:17 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: SPLODE,v 1.13 2002/06/17 05:14:26 lukem Exp $
+# $NetBSD: SPLODE,v 1.14 2002/07/20 11:48:17 mrg Exp $
#
# Configuration for Ultra1, 32 bit mode.
@@ -6,7 +6,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.13 $"
+#ident "GENERIC-$Revision: 1.14 $"
maxusers 256
@@ -35,8 +35,9 @@
## automagically determined at boot time.
config netbsd root on ? type ?
-options NVNODE=16384
-options NMBCLUSTERS=2048
+#options NVNODE=16384
+options NMBCLUSTERS=4096
+options BUFCACHE=10
#options NKMEMPAGES=16384
## UVM options.
@@ -173,11 +174,11 @@
## Network protocol support. In most environments, INET is required.
options INET # IP (Internet Protocol) v4
-#options INET6 # IPV6
+options INET6 # IPV6
options IPSEC # IP security
options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
-#options GATEWAY # packet forwarding ("router switch")
+options GATEWAY # packet forwarding ("router switch")
#options MROUTING # packet forwarding of multicast packets
#options DIRECTED_BROADCAST # allow broadcasts through routers
#options NS # Xerox NS networking
Home |
Main Index |
Thread Index |
Old Index