Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/mii Unlike usbdevs, miidevs needs the vendor name in...



details:   https://anonhg.NetBSD.org/src/rev/0a0dae81b63d
branches:  trunk
changeset: 783934:0a0dae81b63d
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sat Jan 12 21:43:13 2013 +0000

description:
Unlike usbdevs, miidevs needs the vendor name in the product id string.

diffstat:

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

diffs (20 lines):

diff -r 3f2e499fe0c1 -r 0a0dae81b63d sys/dev/mii/miidevs
--- a/sys/dev/mii/miidevs       Sat Jan 12 21:35:34 2013 +0000
+++ b/sys/dev/mii/miidevs       Sat Jan 12 21:43:13 2013 +0000
@@ -1,4 +1,4 @@
-$NetBSD: miidevs,v 1.110 2013/01/12 21:25:58 jakllsch Exp $
+$NetBSD: miidevs,v 1.111 2013/01/12 21:43:13 jakllsch Exp $
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -287,8 +287,8 @@
 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
+model SMSC LAN8700             0x000c SMSC LAN8700 10/100 Ethernet Transceiver
+model SMSC LAN8710_LAN8720     0x000f SMSC LAN8710/LAN8720 10/100 Ethernet Transceiver
 
 /* Texas Instruments PHYs */
 model TI TLAN10T               0x0001 ThunderLAN 10BASE-T media interface



Home | Main Index | Thread Index | Old Index