Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/mii Recognize AR8021
details: https://anonhg.NetBSD.org/src/rev/23b5ff38c8f3
branches: trunk
changeset: 759493:23b5ff38c8f3
user: matt <matt%NetBSD.org@localhost>
date: Sat Dec 11 18:10:16 2010 +0000
description:
Recognize AR8021
diffstat:
sys/dev/mii/atphy.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r ed759ba8e62e -r 23b5ff38c8f3 sys/dev/mii/atphy.c
--- a/sys/dev/mii/atphy.c Sat Dec 11 18:09:33 2010 +0000
+++ b/sys/dev/mii/atphy.c Sat Dec 11 18:10:16 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: atphy.c,v 1.6 2009/07/25 16:25:13 cegger Exp $ */
+/* $NetBSD: atphy.c,v 1.7 2010/12/11 18:10:16 matt Exp $ */
/* $OpenBSD: atphy.c,v 1.1 2008/09/25 20:47:16 brad Exp $ */
/*-
@@ -33,7 +33,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: atphy.c,v 1.6 2009/07/25 16:25:13 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: atphy.c,v 1.7 2010/12/11 18:10:16 matt Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -94,6 +94,8 @@
MII_STR_ATHEROS_F1 },
{ MII_OUI_ATTANSIC, MII_MODEL_ATTANSIC_L1,
MII_STR_ATTANSIC_L1 },
+ { MII_OUI_ATTANSIC, MII_MODEL_ATTANSIC_AR8021,
+ MII_STR_ATTANSIC_AR8021 },
{ 0, 0,
NULL },
};
Home |
Main Index |
Thread Index |
Old Index