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 82580(I340) and I350.
details: https://anonhg.NetBSD.org/src/rev/cb0f32bb7c1b
branches: trunk
changeset: 839418:cb0f32bb7c1b
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Tue Feb 19 07:49:58 2019 +0000
description:
Match 82580(I340) and I350.
diffstat:
sys/dev/mii/ihphy.c | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (29 lines):
diff -r 8591ca6c99db -r cb0f32bb7c1b sys/dev/mii/ihphy.c
--- a/sys/dev/mii/ihphy.c Tue Feb 19 06:55:28 2019 +0000
+++ b/sys/dev/mii/ihphy.c Tue Feb 19 07:49:58 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ihphy.c,v 1.11 2019/01/22 03:42:27 msaitoh Exp $ */
+/* $NetBSD: ihphy.c,v 1.12 2019/02/19 07:49:58 msaitoh Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc.
@@ -60,7 +60,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ihphy.c,v 1.11 2019/01/22 03:42:27 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ihphy.c,v 1.12 2019/02/19 07:49:58 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -100,6 +100,10 @@
MII_STR_INTEL_I82579 },
{ MII_OUI_INTEL, MII_MODEL_INTEL_I217,
MII_STR_INTEL_I217 },
+ { MII_OUI_INTEL, MII_MODEL_INTEL_I82580,
+ MII_STR_INTEL_I82580},
+ { MII_OUI_INTEL, MII_MODEL_INTEL_I350,
+ MII_STR_INTEL_I350},
{ 0, 0,
NULL },
Home |
Main Index |
Thread Index |
Old Index