Check the correct BMSR bit in the capabilities field when checking
authorbrad <brad@openbsd.org>
Fri, 11 Jul 2008 15:00:17 +0000 (15:00 +0000)
committerbrad <brad@openbsd.org>
Fri, 11 Jul 2008 15:00:17 +0000 (15:00 +0000)
commit3a32f1fa18184c14a4ca616459da8096b63efeb3
tree62b57ac6f0313f2bdf1ce48f41f44a6cf78241cd
parentc02897276e0c39035cd415b41e521b6234766ae8
Check the correct BMSR bit in the capabilities field when checking
for 100baseT4. The dcphy(4) driver could inadvertently display
100baseT4 for the media type for PHY not actually capable of
100baseT4.

From FreeBSD

ok dlg@
sys/dev/mii/dcphy.c