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 RTL8201E from OpenBSD.



details:   https://anonhg.NetBSD.org/src/rev/4e9dea218c48
branches:  trunk
changeset: 448788:4e9dea218c48
user:      rin <rin%NetBSD.org@localhost>
date:      Sat Feb 09 07:45:34 2019 +0000

description:
Add RTL8201E from OpenBSD.

diffstat:

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

diffs (17 lines):

diff -r edf1c9405bd1 -r 4e9dea218c48 sys/dev/mii/miidevs
--- a/sys/dev/mii/miidevs       Sat Feb 09 07:32:50 2019 +0000
+++ b/sys/dev/mii/miidevs       Sat Feb 09 07:45:34 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: miidevs,v 1.133 2019/02/08 09:16:11 msaitoh Exp $
+$NetBSD: miidevs,v 1.134 2019/02/09 07:45:34 rin Exp $
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -323,6 +323,7 @@
 model yyREALTEK RTL8201L       0x0020 RTL8201L 10/100 media interface
 model xxREALTEK RTL8169S       0x0011 RTL8169S/8110S/8211 1000BASE-T media interface
 model REALTEK RTL8251          0x0000 RTL8251 1000BASE-T media interface
+model REALTEK RTL8201E         0x0008 RTL8201E 10/100 media interface
 model REALTEK RTL8169S         0x0011 RTL8169S/8110S/8211 1000BASE-T media interface
 
 /* Seeq PHYs */



Home | Main Index | Thread Index | Old Index