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 88E1240.
details: https://anonhg.NetBSD.org/src/rev/4dcaf23c4462
branches: trunk
changeset: 448751:4dcaf23c4462
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Fri Feb 08 09:17:12 2019 +0000
description:
- Add 88E1240.
- Rename E1116R_29 to E1318S
diffstat:
sys/dev/mii/makphy.c | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diffs (39 lines):
diff -r f59fa1bdb08d -r 4dcaf23c4462 sys/dev/mii/makphy.c
--- a/sys/dev/mii/makphy.c Fri Feb 08 09:16:28 2019 +0000
+++ b/sys/dev/mii/makphy.c Fri Feb 08 09:17:12 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: makphy.c,v 1.52 2019/01/22 03:42:27 msaitoh Exp $ */
+/* $NetBSD: makphy.c,v 1.53 2019/02/08 09:17:12 msaitoh 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.52 2019/01/22 03:42:27 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: makphy.c,v 1.53 2019/02/08 09:17:12 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -128,8 +128,8 @@
{ MII_OUI_xxMARVELL, MII_MODEL_xxMARVELL_E1116R,
MII_STR_xxMARVELL_E1116R },
- { MII_OUI_xxMARVELL, MII_MODEL_xxMARVELL_E1116R_29,
- MII_STR_xxMARVELL_E1116R_29 },
+ { MII_OUI_xxMARVELL, MII_MODEL_xxMARVELL_E1318S,
+ MII_STR_xxMARVELL_E1318S },
{ MII_OUI_xxMARVELL, MII_MODEL_xxMARVELL_E1118,
MII_STR_xxMARVELL_E1118 },
@@ -143,6 +143,9 @@
{ MII_OUI_xxMARVELL, MII_MODEL_xxMARVELL_E1149R,
MII_STR_xxMARVELL_E1149R },
+ { MII_OUI_xxMARVELL, MII_MODEL_xxMARVELL_E1240,
+ MII_STR_xxMARVELL_E1240 },
+
{ MII_OUI_xxMARVELL, MII_MODEL_xxMARVELL_E1512,
MII_STR_xxMARVELL_E1512 },
- Prev by Date:
[src/trunk]: src/sys/dev/mii Regen.
- Next by Date:
[src/trunk]: src/share/mk switch aarch64, alpha, i386, mips, powerpc, sparc, ...
- Previous by Thread:
[src/trunk]: src/sys/dev/mii Regen.
- Next by Thread:
[src/trunk]: src/share/mk switch aarch64, alpha, i386, mips, powerpc, sparc, ...
- Indexes:
Home |
Main Index |
Thread Index |
Old Index