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 Realtek RTL8201L. From OpenBSD



details:   https://anonhg.NetBSD.org/src/rev/98ccddd2ac18
branches:  trunk
changeset: 586892:98ccddd2ac18
user:      xtraeme <xtraeme%NetBSD.org@localhost>
date:      Wed Jan 04 21:42:51 2006 +0000

description:
Add Realtek RTL8201L. From OpenBSD

diffstat:

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

diffs (26 lines):

diff -r 736e668bf059 -r 98ccddd2ac18 sys/dev/mii/miidevs
--- a/sys/dev/mii/miidevs       Wed Jan 04 21:35:44 2006 +0000
+++ b/sys/dev/mii/miidevs       Wed Jan 04 21:42:51 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: miidevs,v 1.61 2005/12/08 03:16:43 jonathan Exp $
+$NetBSD: miidevs,v 1.62 2006/01/04 21:42:51 xtraeme Exp $
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -99,7 +99,7 @@
 oui xxPMCSIERRA2               0x009057        PMC-Sierra
 
 oui xxREALTEK                  0x000732        Realtek
-
+oui yyREALTEK                  0x000004        Realtek
 /*
  * List of known models.  Grouped by oui.
  */
@@ -202,6 +202,7 @@
 model xxQUALSEMI QS6612                0x0000 QS6612 10/100 media interface
 
 /* RealTek PHYs */
+model yyREALTEK RTL8201L       0x0020 RTL8201L 10/100 media interface
 model xxREALTEK RTL8169S       0x0011 RTL8169S/8110S 1000BASE-T media interface
 model REALTEK RTL8169S         0x0011 RTL8169S/8110S 1000BASE-T media interface
 



Home | Main Index | Thread Index | Old Index