Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/conf Added ukphy to use USB ethernet adopters.



details:   https://anonhg.NetBSD.org/src/rev/9bf2cace1f9d
branches:  trunk
changeset: 526574:9bf2cace1f9d
user:      takemura <takemura%NetBSD.org@localhost>
date:      Mon May 06 13:42:29 2002 +0000

description:
Added ukphy to use USB ethernet adopters.

diffstat:

 sys/arch/hpcmips/conf/GENERIC |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r de99a9554fe2 -r 9bf2cace1f9d sys/arch/hpcmips/conf/GENERIC
--- a/sys/arch/hpcmips/conf/GENERIC     Mon May 06 13:35:17 2002 +0000
+++ b/sys/arch/hpcmips/conf/GENERIC     Mon May 06 13:42:29 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.123 2002/05/04 09:37:24 takemura Exp $
+# $NetBSD: GENERIC,v 1.124 2002/05/06 13:42:29 takemura Exp $
 #
 # GENERIC machine description file
 # 
@@ -24,7 +24,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.123 $"
+#ident                 "GENERIC-$Revision: 1.124 $"
 
 maxusers       16
 
@@ -532,6 +532,9 @@
 cue*   at uhub? port ?         # CATC USB-EL1201A based adapters
 kue*   at uhub? port ?         # Kawasaki LSI KL5KUSB101B based adapters
 
+# MII/PHY support
+ukphy* at mii? phy ?           # generic unknown PHYs
+
 # Prolofic PL2301/PL2302 host-to-host adapter
 upl*   at uhub? port ?
 



Home | Main Index | Thread Index | Old Index