CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2012/09/12 22:15:18
Modified files: sys/dev/pci : if_bge.c Log message: tell mii_attach where the phy is on the chip, rather than asking it to probe every address and have bge_miibus_read fail at the wrong address. needed to support recent chips which have phys in locations other than phy address 1 (and removes a conditional in an io path).