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
This commit is contained in:
Sam Leffler 2008-03-22 16:55:51 +00:00
parent c7ad0d8736
commit dd5ac081b8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177506

View file

@ -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"