Module Name:    src
Committed By:   msaitoh
Date:           Thu Mar  7 03:26:54 UTC 2019

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

Log Message:
 Add SMSC(Microchip) LAN911X and LAN75XX.


To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145 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.144 src/sys/dev/mii/miidevs:1.145
--- src/sys/dev/mii/miidevs:1.144	Wed Mar  6 04:46:17 2019
+++ src/sys/dev/mii/miidevs	Thu Mar  7 03:26:53 2019
@@ -1,4 +1,4 @@
-$NetBSD: miidevs,v 1.144 2019/03/06 04:46:17 msaitoh Exp $
+$NetBSD: miidevs,v 1.145 2019/03/07 03:26:53 msaitoh Exp $
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -360,6 +360,8 @@ model SIS 900			0x0000 SiS 900 10/100 me
 /* SMSC PHYs */
 model SMSC LAN83C185		0x000a SMSC LAN83C185 10/100 PHY
 model SMSC LAN8700		0x000c SMSC LAN8700 10/100 Ethernet Transceiver
+model SMSC LAN911X		0x000d SMSC LAN911X internal 10/100 PHY
+model SMSC LAN75XX		0x000e SMSC LAN75XX internal 10/100 PHY
 model SMSC LAN8710_LAN8720	0x000f SMSC LAN8710/LAN8720 10/100 Ethernet Transceiver
 model SMSC LAN8740		0x0011 SMSC LAN8740 10/100 media interface
 model SMSC LAN8741A		0x0012 SMSC LAN8741A 10/100 media interface

Reply via email to