K 10 svn:author V 5 wpaul K 8 svn:date V 27 2001-06-05T20:51:17.000000Z K 7 svn:log V 307 Fix mindo: PCN_BCR_CLRBIT(sc, PCN_BCR_MIICTL, PCN_MIICTL_DANAS); should be: PCN_BCR_SETBIT(sc, PCN_BCR_MIICTL, PCN_MIICTL_DANAS); Turning this bit on is what disables MII autoneg, not turning it off. Without this, manually setting the media doesn't work. Noticed by: Jim Browne END