Recognize BCM5703 phy. (with this and the bge changes, the bge0 on my

ASUS P4PE m/b is now working)
This commit is contained in:
matt 2002-12-27 03:15:52 +00:00
parent 9d04e25e82
commit 78b64fd232
1 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: brgphy.c,v 1.13 2002/10/02 16:34:15 thorpej Exp $ */
/* $NetBSD: brgphy.c,v 1.14 2002/12/27 03:15:52 matt 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.13 2002/10/02 16:34:15 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: brgphy.c,v 1.14 2002/12/27 03:15:52 matt Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -132,6 +132,9 @@ const struct mii_phydesc brgphys[] = {
{ MII_OUI_BROADCOM, MII_MODEL_BROADCOM_BCM5701,
MII_STR_BROADCOM_BCM5701 },
{ MII_OUI_BROADCOM, MII_MODEL_BROADCOM_BCM5703,
MII_STR_BROADCOM_BCM5703 },
{ 0, 0,
NULL },
};