Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/conf Add missing phy's



details:   https://anonhg.NetBSD.org/src/rev/ddc27ce0505a
branches:  trunk
changeset: 474079:ddc27ce0505a
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jun 27 22:35:56 1999 +0000

description:
Add missing phy's

diffstat:

 sys/arch/alpha/conf/GENERIC |  16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

diffs (30 lines):

diff -r e2e20d5e5700 -r ddc27ce0505a sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Sun Jun 27 22:35:43 1999 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Sun Jun 27 22:35:56 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.120 1999/06/27 15:58:18 christos Exp $
+# $NetBSD: GENERIC,v 1.121 1999/06/27 22:35:56 christos Exp $
 #
 # Generic Alpha kernel.  Enough to get booted, etc., but not much more.
 
@@ -185,11 +185,15 @@
 #opl*  at      sv?
 
 # MII/PHY support
-exphy* at      mii? phy ?
-inphy* at      mii? phy ?
-nsphy* at      mii? phy ?
-qsphy* at      mii? phy ? 
-tlphy* at      mii? phy ?
+exphy* at mii? phy ?                   # 3Com internal PHYs
+icsphy*        at mii? phy ?                   # Integrated Circuit Systems ICS1890
+inphy* at mii? phy ?                   # Intel 82555 PHYs
+lxtphy*        at mii? phy ?                   # Level One LXT-970 PHYs
+nsphy* at mii? phy ?                   # NS83840 PHYs
+qsphy* at mii? phy ?                   # Quality Semiconductor QS6612 PHYs
+sqphy* at mii? phy ?                   # Seeq 80220/80221/80223 PHYs
+tlphy* at mii? phy ?                   # ThunderLAN PHYs
+ukphy* at mii? phy ?                   # generic unknown PHYs
 
 # ISA/EISA bus support
 isa*   at      pceb?



Home | Main Index | Thread Index | Old Index