Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sandpoint/conf - nuke commented-out SYMTAB_SPACE di...
details: https://anonhg.NetBSD.org/src/rev/3975831f41d9
branches: trunk
changeset: 777535:3975831f41d9
user: nisimura <nisimura%NetBSD.org@localhost>
date: Wed Feb 22 12:36:14 2012 +0000
description:
- nuke commented-out SYMTAB_SPACE directive since this port has a
companion bootloader which is capable of loading a plain ELF kernel
and accompanying ELF symbol table.
- remove fxp(4) from GENERIC as no known NAS has the device.
diffstat:
sys/arch/sandpoint/conf/ENCPP1 | 5 ++---
sys/arch/sandpoint/conf/GENERIC | 6 ++----
sys/arch/sandpoint/conf/SANDPOINT | 5 ++---
3 files changed, 6 insertions(+), 10 deletions(-)
diffs (86 lines):
diff -r 03cccd8cbe66 -r 3975831f41d9 sys/arch/sandpoint/conf/ENCPP1
--- a/sys/arch/sandpoint/conf/ENCPP1 Wed Feb 22 12:21:23 2012 +0000
+++ b/sys/arch/sandpoint/conf/ENCPP1 Wed Feb 22 12:36:14 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ENCPP1,v 1.9 2011/11/22 21:25:34 tls Exp $
+# $NetBSD: ENCPP1,v 1.10 2012/02/22 12:36:14 nisimura Exp $
#
# Ampro EnCorePP1 machine description file
#
@@ -23,7 +23,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ENCPP1-$Revision: 1.9 $"
+#ident "ENCPP1-$Revision: 1.10 $"
maxusers 32
@@ -42,7 +42,6 @@
options KTRACE
#options PMAPCHECK
#options PMAPDEBUG
-#options SYMTAB_SPACE=300000
#options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
diff -r 03cccd8cbe66 -r 3975831f41d9 sys/arch/sandpoint/conf/GENERIC
--- a/sys/arch/sandpoint/conf/GENERIC Wed Feb 22 12:21:23 2012 +0000
+++ b/sys/arch/sandpoint/conf/GENERIC Wed Feb 22 12:36:14 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.70 2012/02/11 12:31:47 phx Exp $
+# $NetBSD: GENERIC,v 1.71 2012/02/22 12:36:14 nisimura Exp $
#
# machine description file for GENERIC NAS
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.70 $"
+#ident "GENERIC-$Revision: 1.71 $"
maxusers 32
@@ -58,7 +58,6 @@
#options TRAP_PANICWAIT
#options PMAPCHECK
#options PMAPDEBUG
-#options SYMTAB_SPACE=300000
options MSGBUFSIZE=65536
#makeoptions DEBUG="-g"
@@ -214,7 +213,6 @@
wd* at atabus? drive ? flags 0x0000 # the drives themselves
# PCI network interfaces
-fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
ral* at pci? dev ? function ? # Ralink Technology RT25x0 802.11a/b/g
re* at pci? dev ? function ? # Realtek 8139C+/8169/8169S/8110S
skc* at pci? dev ? function ? # Marvell Yukon Gigabit Ethernet
diff -r 03cccd8cbe66 -r 3975831f41d9 sys/arch/sandpoint/conf/SANDPOINT
--- a/sys/arch/sandpoint/conf/SANDPOINT Wed Feb 22 12:21:23 2012 +0000
+++ b/sys/arch/sandpoint/conf/SANDPOINT Wed Feb 22 12:36:14 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: SANDPOINT,v 1.8 2011/11/22 21:25:34 tls Exp $
+# $NetBSD: SANDPOINT,v 1.9 2012/02/22 12:36:14 nisimura Exp $
#
# Sandpoint X3/X2 machine description file
#
@@ -23,7 +23,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "SANDPOINT-$Revision: 1.8 $"
+#ident "SANDPOINT-$Revision: 1.9 $"
maxusers 32
@@ -44,7 +44,6 @@
options KTRACE
#options PMAPCHECK
#options PMAPDEBUG
-#options SYMTAB_SPACE=300000
#options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
Home |
Main Index |
Thread Index |
Old Index