summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1998-08-02 00:33:38 +0000
committerdg <dg@FreeBSD.org>1998-08-02 00:33:38 +0000
commitd36ff66a00e83e5968e8ef1a0f76edaa7171e693 (patch)
treecba60feb41d5b730f5e3ca64ad39ae14663304a3 /sys/dev/fxp
parent37e4dcfa9bc2e4b938142d55a2c1dc99cf15c028 (diff)
downloadFreeBSD-src-d36ff66a00e83e5968e8ef1a0f76edaa7171e693.zip
FreeBSD-src-d36ff66a00e83e5968e8ef1a0f76edaa7171e693.tar.gz
Added 82555B support for media status.
Diffstat (limited to 'sys/dev/fxp')
-rw-r--r--sys/dev/fxp/if_fxp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index f420328..92897c3 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -27,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_fxp.c,v 1.52 1998/04/17 22:37:03 des Exp $
+ * $Id: if_fxp.c,v 1.53 1998/08/02 00:28:45 dg Exp $
*/
/*
@@ -1448,6 +1448,7 @@ fxp_mediastatus(ifp, ifmr)
case FXP_PHY_DP83840:
case FXP_PHY_DP83840A:
case FXP_PHY_82555:
+ case FXP_PHY_82555B:
flags = fxp_mdi_read(sc, sc->phy_primary_addr, FXP_PHY_BMCR);
ifmr->ifm_active = IFM_ETHER;
if (flags & FXP_PHY_BMCR_AUTOEN)
OpenPOWER on IntegriCloud