Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/mii Match 881011 PHY.
details: https://anonhg.NetBSD.org/src/rev/34aadc92b0af
branches: trunk
changeset: 534997:34aadc92b0af
user: fvdl <fvdl%NetBSD.org@localhost>
date: Thu Aug 08 00:04:57 2002 +0000
description:
Match 881011 PHY.
diffstat:
sys/dev/mii/makphy.c | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r a6f703ca5997 -r 34aadc92b0af sys/dev/mii/makphy.c
--- a/sys/dev/mii/makphy.c Thu Aug 08 00:04:28 2002 +0000
+++ b/sys/dev/mii/makphy.c Thu Aug 08 00:04:57 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: makphy.c,v 1.7 2002/07/03 06:25:52 simonb Exp $ */
+/* $NetBSD: makphy.c,v 1.8 2002/08/08 00:04:57 fvdl 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.7 2002/07/03 06:25:52 simonb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: makphy.c,v 1.8 2002/08/08 00:04:57 fvdl Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -111,6 +111,9 @@
{ MII_OUI_xxMARVELL, MII_MODEL_xxMARVELL_E1000_5,
MII_STR_xxMARVELL_E1000_5 },
+ { MII_OUI_xxMARVELL, MII_MODEL_xxMARVELL_E1011,
+ MII_STR_xxMARVELL_E1011 },
+
{ 0, 0,
NULL },
};
Home |
Main Index |
Thread Index |
Old Index