Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/mii Update for 88E1000 model number changes.
details: https://anonhg.NetBSD.org/src/rev/c2e166cf4fa7
branches: trunk
changeset: 520774:c2e166cf4fa7
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue Jan 15 21:01:59 2002 +0000
description:
Update for 88E1000 model number changes.
diffstat:
sys/dev/mii/makphy.c | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r 73ab879586eb -r c2e166cf4fa7 sys/dev/mii/makphy.c
--- a/sys/dev/mii/makphy.c Tue Jan 15 21:00:50 2002 +0000
+++ b/sys/dev/mii/makphy.c Tue Jan 15 21:01:59 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: makphy.c,v 1.4 2001/11/13 07:41:36 lukem Exp $ */
+/* $NetBSD: makphy.c,v 1.5 2002/01/15 21:01:59 thorpej Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -71,7 +71,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: makphy.c,v 1.4 2001/11/13 07:41:36 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: makphy.c,v 1.5 2002/01/15 21:01:59 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -106,8 +106,11 @@
};
const struct mii_phydesc makphys[] = {
- { MII_OUI_xxMARVELL, MII_MODEL_xxMARVELL_E1000,
- MII_STR_xxMARVELL_E1000 },
+ { MII_OUI_xxMARVELL, MII_MODEL_xxMARVELL_E1000_3,
+ MII_STR_xxMARVELL_E1000_3 },
+
+ { MII_OUI_xxMARVELL, MII_MODEL_xxMARVELL_E1000_5,
+ MII_STR_xxMARVELL_E1000_5 },
{ 0, 0,
NULL },
Home |
Main Index |
Thread Index |
Old Index