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 some IC Plus Corp. devices.



details:   https://anonhg.NetBSD.org/src/rev/3e8ee0a03fc2
branches:  trunk
changeset: 787347:3e8ee0a03fc2
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Jun 12 02:51:16 2013 +0000

description:
Add some IC Plus Corp. devices.

diffstat:

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

diffs (20 lines):

diff -r 72c868a6896a -r 3e8ee0a03fc2 sys/dev/mii/miidevs
--- a/sys/dev/mii/miidevs       Wed Jun 12 02:08:02 2013 +0000
+++ b/sys/dev/mii/miidevs       Wed Jun 12 02:51:16 2013 +0000
@@ -1,4 +1,4 @@
-$NetBSD: miidevs,v 1.115 2013/06/02 09:13:07 msaitoh Exp $
+$NetBSD: miidevs,v 1.116 2013/06/12 02:51:16 msaitoh Exp $
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -206,7 +206,10 @@
 model xxDAVICOM DM9102         0x0004 DM9102 10/100 media interface
 
 /* IC Plus Corp. PHYs */
+model ICPLUS IP100             0x0004 IP100 10/100 PHY
 model ICPLUS IP101             0x0005 IP101 10/100 PHY
+model ICPLUS IP1000A           0x0008 IP1000A 10/100/1000 PHY
+model ICPLUS IP1001            0x0019 IP1001 10/100/1000 PHY
 
 /* Integrated Circuit Systems PHYs */
 model ICS 1889                 0x0001 ICS1889 10/100 media interface



Home | Main Index | Thread Index | Old Index