Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Add VERBOSE_INIT_ARM and SYMTAB_SPACE o...
details: https://anonhg.NetBSD.org/src/rev/5ef599012d61
branches: trunk
changeset: 517280:5ef599012d61
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sat Nov 10 00:11:11 2001 +0000
description:
Add VERBOSE_INIT_ARM and SYMTAB_SPACE options (commented out). Add
devices: iopxs (i80312 Companion I/O), pci, ppb, fxp, inphy, ukphy.
diffstat:
sys/arch/evbarm/conf/IQ80310 | 23 ++++++++++++++++++++++-
1 files changed, 22 insertions(+), 1 deletions(-)
diffs (47 lines):
diff -r ca814b9f234e -r 5ef599012d61 sys/arch/evbarm/conf/IQ80310
--- a/sys/arch/evbarm/conf/IQ80310 Fri Nov 09 23:36:52 2001 +0000
+++ b/sys/arch/evbarm/conf/IQ80310 Sat Nov 10 00:11:11 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: IQ80310,v 1.2 2001/11/07 00:33:22 thorpej Exp $
+# $NetBSD: IQ80310,v 1.3 2001/11/10 00:11:11 thorpej Exp $
#
# IQ80310 -- Intel IQ80310 Evaluation Board Kernel
#
@@ -119,9 +119,11 @@
options DIAGNOSTIC # internally consistency checks
#options PMAP_DEBUG # Enable pmap_debug_level code
#options IPKDB # remote kernel debugging
+#options VERBOSE_INIT_ARM # verbose bootstraping messages
options DDB # in-kernel debugger
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
makeoptions DEBUG="-g" # compile full symbol table
+#options SYMTAB_SPACE=200000
config netbsd root on ? type ?
@@ -135,6 +137,25 @@
obio* at mainbus?
com* at obio? addr ? # on-board XR 16550 UARTs
+# i80312 Companion I/O support
+iopxs* at mainbus?
+pci* at iopxs?
+
+# PCI-PCI bridges
+ppb* at pci? dev ? function ?
+pci* at ppb? bus ?
+
+#
+# Networking devices
+#
+
+# PCI network devices
+fxp* at pci? dev ? function ? # Intel i8255x 10/100 Eth.
+
+# MII/PHY support
+inphy* at mii? phy ? # Intel i82555 10/100 PHYs
+ukphy* at mii? phy ? # Generic IEEE 802.3u PHYs
+
# Pseudo-Devices
# disk/mass storage pseudo-devices
Home |
Main Index |
Thread Index |
Old Index