summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2009-05-06 20:24:17 +0000
committercognet <cognet@FreeBSD.org>2009-05-06 20:24:17 +0000
commit07622f27e9b2bdb752576e5338cb82f60a22ce83 (patch)
treeceeb3f0ce6f70de79d5641455674994d7ce71fc2 /sys/arm/conf
parentfe64f80de92ee3ce5b3c1b4f7238d28fff1e1462 (diff)
downloadFreeBSD-src-07622f27e9b2bdb752576e5338cb82f60a22ce83.zip
FreeBSD-src-07622f27e9b2bdb752576e5338cb82f60a22ce83.tar.gz
Use the good hints for the NSLU, it should fix the network adapter.
PR: arm/134092 Submitted by: gavin
Diffstat (limited to 'sys/arm/conf')
-rw-r--r--sys/arm/conf/NSLU.hints12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/arm/conf/NSLU.hints b/sys/arm/conf/NSLU.hints
index a81a671..ed3f462 100644
--- a/sys/arm/conf/NSLU.hints
+++ b/sys/arm/conf/NSLU.hints
@@ -17,17 +17,17 @@ hint.uart.1.irq=13
# NPE Hardware Queue Manager
hint.ixpqmgr.0.at="ixp0"
-# NPE wireless NIC's, requires ixpqmgr
+# NPE wired NICs, requires ixpqmgr
hint.npe.0.at="ixp0"
-hint.npe.0.mac="A"
-hint.npe.0.mii="A"
+hint.npe.0.mac="B"
+hint.npe.0.mii="B"
hint.npe.0.phy=1
# The second MAC isn't used on the NSLU, but it needs to be configured or
# we timeout on dhcp packets
hint.npe.1.at="ixp0"
-hint.npe.1.mac="B"
-hint.npe.1.mii="A"
-hint.npe.1.phy=0
+#hint.npe.1.mac="B"
+#hint.npe.1.mii="A"
+#hint.npe.1.phy=0
#not yet
# RTC
OpenPOWER on IntegriCloud