Module Name:    src
Committed By:   jakllsch
Date:           Sat Jan 12 21:25:59 UTC 2013

Modified Files:
        src/sys/dev/mii: miidevs

Log Message:
Add SMSC OUI and LAN8700 and LAN8710/LAN8720 PHY IDs,
at this point just for MIIVERBOSE.


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 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.109 src/sys/dev/mii/miidevs:1.110
--- src/sys/dev/mii/miidevs:1.109	Mon Sep 17 11:42:38 2012
+++ src/sys/dev/mii/miidevs	Sat Jan 12 21:25:58 2013
@@ -1,4 +1,4 @@
-$NetBSD: miidevs,v 1.109 2012/09/17 11:42:38 tsutsui Exp $
+$NetBSD: miidevs,v 1.110 2013/01/12 21:25:58 jakllsch Exp $
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -74,6 +74,7 @@ oui REALTEK			0x00e04c	RealTek
 oui QUALSEMI			0x006051	Quality Semiconductor
 oui SEEQ			0x00a07d	Seeq
 oui SIS				0x00e006	Silicon Integrated Systems
+oui SMSC			0x00800f	SMSC
 oui TI				0x080028	Texas Instruments
 oui TSC				0x00c039	TDK Semiconductor
 oui XAQTI			0x00e0ae	XaQti Corp.
@@ -285,6 +286,10 @@ model SEEQ 80225		0x0008 Seeq 80225 10/1
 /* Silicon Integrated Systems PHYs */
 model SIS 900			0x0000 SiS 900 10/100 media interface
 
+/* SMSC PHYs */
+model SMSC LAN8700		0x000c LAN8700 10/100 Ethernet Transceiver
+model SMSC LAN8710_LAN8720	0x000f LAN8710/LAN8720 10/100 Ethernet Transceiver
+
 /* Texas Instruments PHYs */
 model TI TLAN10T		0x0001 ThunderLAN 10BASE-T media interface
 model TI 100VGPMI		0x0002 ThunderLAN 100VG-AnyLan media interface

Reply via email to