Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/mii Fix I82578 OUI. This change only affects to MIIV...



details:   https://anonhg.NetBSD.org/src/rev/42f0d2fcc501
branches:  trunk
changeset: 449479:42f0d2fcc501
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Mar 08 05:26:04 2019 +0000

description:
Fix I82578 OUI. This change only affects to MIIVERBOSE.
See also if_wm.c rev. 1.599.

diffstat:

 sys/dev/mii/miidevs |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1feacec530ac -r 42f0d2fcc501 sys/dev/mii/miidevs
--- a/sys/dev/mii/miidevs       Fri Mar 08 03:44:46 2019 +0000
+++ b/sys/dev/mii/miidevs       Fri Mar 08 05:26:04 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: miidevs,v 1.145 2019/03/07 03:26:53 msaitoh Exp $
+$NetBSD: miidevs,v 1.146 2019/03/08 05:26:04 msaitoh Exp $
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -263,7 +263,7 @@
 model INTEL I350               0x003b I350 10/100/1000 media interface
 model xxMARVELL I210           0x0000 I210 10/100/1000 media interface
 model xxMARVELL I82563         0x000a i82563 10/100/1000 media interface
-model ATHEROS I82578           0x0004 Intel 82578 10/100/1000 media interface
+model ATTANSIC I82578          0x0004 Intel 82578 10/100/1000 media interface
 
 
 /* JMicron PHYs */



Home | Main Index | Thread Index | Old Index