Oops! Restore brgphys[]z stanza for bcm5705 integral PHY, somehow

lost in the previous addition of the bcm5714 integral phy.
This commit is contained in:
jonathan 2005-12-10 03:03:34 +00:00
parent f39afe3e47
commit 8fdab8c431
1 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: brgphy.c,v 1.24 2005/12/08 03:16:43 jonathan Exp $ */
/* $NetBSD: brgphy.c,v 1.25 2005/12/10 03:03:34 jonathan Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@ -74,7 +74,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: brgphy.c,v 1.24 2005/12/08 03:16:43 jonathan Exp $");
__KERNEL_RCSID(0, "$NetBSD: brgphy.c,v 1.25 2005/12/10 03:03:34 jonathan Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -159,6 +159,9 @@ static const struct mii_phydesc brgphys[] = {
{ MII_OUI_BROADCOM, MII_MODEL_BROADCOM_BCM5704,
MII_STR_BROADCOM_BCM5704 },
{ MII_OUI_BROADCOM, MII_MODEL_BROADCOM_BCM5705,
MII_STR_BROADCOM_BCM5705 },
{ MII_OUI_BROADCOM, MII_MODEL_BROADCOM_BCM5714,
MII_STR_BROADCOM_BCM5714 },