diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-12-10 22:17:05 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-12-10 22:17:05 +0000 |
commit | ac50f25813376da2b771534d3cfe5c7e2e4baade (patch) | |
tree | ba88d0643d6d1791ffa0651dcf9d5247541ca8c8 | |
parent | e831aee20216eef9ff3d076efa56e4d49eebfe66 (diff) |
use the 5750 DSP code with the BCM5714 and BCM5780 too.
-rw-r--r-- | sys/dev/mii/brgphy.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/mii/brgphy.c b/sys/dev/mii/brgphy.c index e568e795b19..76d4d325409 100644 --- a/sys/dev/mii/brgphy.c +++ b/sys/dev/mii/brgphy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: brgphy.c,v 1.45 2005/12/08 00:45:34 brad Exp $ */ +/* $OpenBSD: brgphy.c,v 1.46 2005/12/10 22:17:04 brad Exp $ */ /* * Copyright (c) 2000 @@ -686,6 +686,8 @@ brgphy_load_dspcode(struct mii_softc *sc) break; case MII_MODEL_xxBROADCOM_BCM5705: case MII_MODEL_xxBROADCOM_BCM5750: + case MII_MODEL_xxBROADCOM_BCM5714: + case MII_MODEL_xxBROADCOM_BCM5780: case MII_MODEL_xxBROADCOM_BCM5752: brgphy_bcm5750_dspcode(sc); break; |