CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/03/28 11:21:44
Modified files:
sys/dev/pci : if_bnx.c
Log message:
Let mii_attach() know where the PHY is located instead of scanning
for it since we know where it will be anyway and remove the code
from the MII bus read/write functions to force reading/writing
from the predetermined location. Copied from bge(4) and this is
what the upstream FreeBSD bce(4) driver has done once FreBSD
gained a mii_attach().
ok dlg@ sthen@
