summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2008-03-22 16:55:51 +0000
committersam <sam@FreeBSD.org>2008-03-22 16:55:51 +0000
commit599685413335ea56fc37494adb6852b0f049c9a6 (patch)
tree6619387f02888d9f3152addbe697b3bcfb10e589
parent85a6e3f5ef643fa3f5e78623182c28b37c8992c9 (diff)
downloadFreeBSD-src-599685413335ea56fc37494adb6852b0f049c9a6.zip
FreeBSD-src-599685413335ea56fc37494adb6852b0f049c9a6.tar.gz
add hints to specify how NPE ports are mapped to MAC+PHY; these
could be commented out as they just duplicate the defaults that are built into the code Reviewed by: imp MFC after: 1 week
-rw-r--r--sys/arm/conf/AVILA.hints8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/arm/conf/AVILA.hints b/sys/arm/conf/AVILA.hints
index 86ed3fc..3a1a6a7 100644
--- a/sys/arm/conf/AVILA.hints
+++ b/sys/arm/conf/AVILA.hints
@@ -16,9 +16,17 @@ hint.uart.1.irq=13
# NPE Hardware Queue Manager
hint.ixpqmgr.0.at="ixp0"
+
# NPE wireless NIC's, requires ixpqmgr
hint.npe.0.at="ixp0"
+hint.npe.0.mac="A"
+hint.npe.0.mii="A"
+hint.npe.0.phy=0
hint.npe.1.at="ixp0"
+hint.npe.1.mac="B"
+# NB: on 2348 boards all PHY's are addressed through MAC A
+hint.npe.1.mii="A"
+hint.npe.1.phy=1
# CF IDE controller
hint.ata_avila.0.at="ixp0"
OpenPOWER on IntegriCloud