diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-10 21:37:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-10 21:37:46 +0000 |
commit | 6ccd9d651353ca46fd2f261cefd66904703a4067 (patch) | |
tree | 690364ce1c1c625ef04285ddb5130aeaeec7b071 /sys/dev/pci/if_fxp.c | |
parent | cb4d3e37787673f074e17962ab5d4ae752a18fcd (diff) |
Added support for the 82553 and 'B' 82555 PHY; dg@freebsd
Diffstat (limited to 'sys/dev/pci/if_fxp.c')
-rw-r--r-- | sys/dev/pci/if_fxp.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/pci/if_fxp.c b/sys/dev/pci/if_fxp.c index 13f6a963f48..3a929e9282a 100644 --- a/sys/dev/pci/if_fxp.c +++ b/sys/dev/pci/if_fxp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_fxp.c,v 1.10 1998/01/11 13:43:03 deraadt Exp $ */ +/* $OpenBSD: if_fxp.c,v 1.11 1998/03/10 21:37:44 deraadt Exp $ */ /* $NetBSD: if_fxp.c,v 1.2 1997/06/05 02:01:55 thorpej Exp $ */ /* @@ -1321,6 +1321,9 @@ fxp_init(xsc) switch (sc->phy_primary_device) { case FXP_PHY_DP83840: case FXP_PHY_DP83840A: + case FXP_PHY_82553A: + case FXP_PHY_82553C: + case FXP_PHY_82555B: fxp_mdi_write(sc, sc->phy_primary_addr, FXP_DP83840_PCR, fxp_mdi_read(sc, sc->phy_primary_addr, FXP_DP83840_PCR) | FXP_DP83840_PCR_LED4_MODE | /* LED4 always indicates duplex */ |