Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/mii Add E1149 Phy.
details: https://anonhg.NetBSD.org/src/rev/9c1e52533f96
branches: trunk
changeset: 749989:9c1e52533f96
user: matt <matt%NetBSD.org@localhost>
date: Mon Dec 14 00:51:06 2009 +0000
description:
Add E1149 Phy.
diffstat:
sys/dev/mii/makphy.c | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r d3a54491a2b8 -r 9c1e52533f96 sys/dev/mii/makphy.c
--- a/sys/dev/mii/makphy.c Mon Dec 14 00:49:45 2009 +0000
+++ b/sys/dev/mii/makphy.c Mon Dec 14 00:51:06 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: makphy.c,v 1.32 2009/10/19 18:41:14 bouyer Exp $ */
+/* $NetBSD: makphy.c,v 1.33 2009/12/14 00:51:06 matt Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -59,7 +59,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: makphy.c,v 1.32 2009/10/19 18:41:14 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: makphy.c,v 1.33 2009/12/14 00:51:06 matt Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -101,6 +101,9 @@
{ MII_OUI_xxMARVELL, MII_MODEL_xxMARVELL_E1011,
MII_STR_xxMARVELL_E1011 },
+ { MII_OUI_xxMARVELL, MII_MODEL_xxMARVELL_E1149,
+ MII_STR_xxMARVELL_E1149 },
+
{ MII_OUI_xxMARVELL, MII_MODEL_xxMARVELL_E1111,
MII_STR_xxMARVELL_E1111 },
Home |
Main Index |
Thread Index |
Old Index