Module Name:    src
Committed By:   martin
Date:           Sat Jan 17 13:46:39 UTC 2015

Modified Files:
        src/sys/dev/mii [netbsd-7]: miidevs

Log Message:
Pull up following revision(s) (requested by nonaka in ticket #433):
        sys/dev/mii/miidevs: revision 1.121
        sys/dev/mii/miidevs: revision 1.122
BCM5714 and BCM5780 are used for both copper and fiber.
Add Realtek RTL8251.


To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.120.2.1 src/sys/dev/mii/miidevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/mii/miidevs
diff -u src/sys/dev/mii/miidevs:1.120 src/sys/dev/mii/miidevs:1.120.2.1
--- src/sys/dev/mii/miidevs:1.120	Wed Jul  2 22:33:18 2014
+++ src/sys/dev/mii/miidevs	Sat Jan 17 13:46:39 2015
@@ -1,4 +1,4 @@
-$NetBSD: miidevs,v 1.120 2014/07/02 22:33:18 msaitoh Exp $
+$NetBSD: miidevs,v 1.120.2.1 2015/01/17 13:46:39 martin Exp $
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -167,8 +167,8 @@ model BROADCOM BCM5750		0x0018 BCM5750 1
 model BROADCOM BCM5704		0x0019 BCM5704 1000BASE-T media interface
 model BROADCOM BCM5705		0x001a BCM5705 1000BASE-T media interface
 model BROADCOM BCM54K2		0x002e BCM54K2 1000BASE-T media interface
-model BROADCOM BCM5714		0x0034 BCM5714 1000BASE-T media interface
-model BROADCOM BCM5780		0x0035 BCM5780 1000BASE-T media interface
+model BROADCOM BCM5714		0x0034 BCM5714 1000BASE-T/X media interface
+model BROADCOM BCM5780		0x0035 BCM5780 1000BASE-T/X media interface
 model BROADCOM BCM5708C		0x0036 BCM5708C 1000BASE-T media interface
 model BROADCOM2 BCM5325		0x0003 BCM5325 10/100 5-port PHY switch
 model BROADCOM2 BCM5906		0x0004 BCM5906 10/100baseTX media interface
@@ -306,6 +306,7 @@ model RDC R6040			0x0003 R6040 10/100 me
 /* RealTek PHYs */
 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 RTL8169S		0x0011 RTL8169S/8110S/8211 1000BASE-T media interface
 
 /* Seeq PHYs */

Reply via email to