Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Nov 2008 18:50:22 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 153783 for review
Message-ID:  <200811291850.mATIoMN9082975@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=153783

Change 153783 by sam@sam_ebb on 2008/11/29 18:50:11

	add npe id mapping after npe code changes

Affected files ...

.. //depot/projects/vap/sys/arm/conf/AVILA.hints#4 edit

Differences ...

==== //depot/projects/vap/sys/arm/conf/AVILA.hints#4 (text+ko) ====

@@ -17,14 +17,15 @@
 # NPE Hardware Queue Manager
 hint.ixpqmgr.0.at="ixp0"
 
-# NPE wireless NIC's, requires ixpqmgr
+# NPE wired NIC's, requires ixpqmgr
 hint.npe.0.at="ixp0"
+hint.npe.0.npeid="B"
 hint.npe.0.mac="A"
 hint.npe.0.mii="A"
 hint.npe.0.phy=0
 hint.npe.1.at="ixp0"
+hint.npe.1.npeid="C"
 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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811291850.mATIoMN9082975>