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 Intel 82553 and TSC 78Q2120.
details: https://anonhg.NetBSD.org/src/rev/3749d73d27d9
branches: trunk
changeset: 476058:3749d73d27d9
user: soren <soren%NetBSD.org@localhost>
date: Sat Sep 04 23:58:55 1999 +0000
description:
Add Intel 82553 and TSC 78Q2120.
diffstat:
sys/dev/mii/files.mii | 10 +++++++++-
sys/dev/mii/miidevs | 12 ++++++++++--
2 files changed, 19 insertions(+), 3 deletions(-)
diffs (73 lines):
diff -r 5860bc9e6407 -r 3749d73d27d9 sys/dev/mii/files.mii
--- a/sys/dev/mii/files.mii Sat Sep 04 23:08:44 1999 +0000
+++ b/sys/dev/mii/files.mii Sat Sep 04 23:58:55 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.mii,v 1.13 1998/11/05 00:36:48 thorpej Exp $
+# $NetBSD: files.mii,v 1.14 1999/09/04 23:58:55 soren Exp $
file dev/mii/mii.c mii
@@ -24,6 +24,10 @@
attach inphy at mii
file dev/mii/inphy.c inphy
+device iophy: mii_phy
+attach iophy at mii
+file dev/mii/iophy.c iophy
+
device exphy: mii_phy, ukphy_subr
attach exphy at mii
file dev/mii/exphy.c exphy
@@ -40,6 +44,10 @@
attach sqphy at mii
file dev/mii/sqphy.c sqphy
+device tqphy: mii_phy
+attach tqphy at mii
+file dev/mii/tqphy.c tqphy
+
device ukphy: mii_phy, ukphy_subr
attach ukphy at mii
file dev/mii/ukphy.c ukphy
diff -r 5860bc9e6407 -r 3749d73d27d9 sys/dev/mii/miidevs
--- a/sys/dev/mii/miidevs Sat Sep 04 23:08:44 1999 +0000
+++ b/sys/dev/mii/miidevs Sat Sep 04 23:58:55 1999 +0000
@@ -1,4 +1,4 @@
-$NetBSD: miidevs,v 1.6 1999/05/14 11:37:30 drochner Exp $
+$NetBSD: miidevs,v 1.7 1999/09/04 23:58:55 soren Exp $
/*-
* Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -58,11 +58,14 @@
oui SEEQ 0x00a07d Seeq
oui SIS 0x00e006 Silicon Integrated Systems
oui TI 0x080028 Texas Instruments
-
+oui TSC 0x00c039 TDK Semiconductor
/* in the 79c873, AMD uses another OUI (which matches Davicom!) */
oui xxAMD 0x00606e Advanced Micro Devices
+/* Some Intel 82553's use an alternative OUI. */
+oui xxINTEL 0x00f800 Intel
+
/* some vendors have the bits swapped within bytes
(ie, ordered as on the wire) */
oui xxICS 0x00057d Integrated Circuit Systems
@@ -93,7 +96,9 @@
model xxICS 1890 0x0002 ICS1890 10/100 media interface
/* Intel PHYs */
+model xxINTEL I82553 0x0000 i82553 10/100 media interface
model INTEL I82555 0x0015 i82555 10/100 media interface
+model INTEL I82553 0x0035 i82553 10/100 media interface
/* Level 1 PHYs */
model xxLEVEL1 LXT970 0x0000 LXT970 10/100 media interface
@@ -115,3 +120,6 @@
/* Texas Instruments PHYs */
model xxTI TLAN10T 0x0001 ThunderLAN 10baseT media interface
model xxTI 100VGPMI 0x0002 ThunderLAN 100VG-AnyLan media interface
+
+/* TDK Semiconductor PHYs */
+model TSC 78Q2120 0x0014 78Q2120 10/100 media interface
Home |
Main Index |
Thread Index |
Old Index