Module Name:    src
Committed By:   matt
Date:           Tue Jan  4 09:13:19 UTC 2011

Modified Files:
        src/sys/arch/evbppc/conf: OPENBLOCKS266

Log Message:
Add ukphy (makes MIIVERBOSE happier)


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/evbppc/conf/OPENBLOCKS266

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbppc/conf/OPENBLOCKS266
diff -u src/sys/arch/evbppc/conf/OPENBLOCKS266:1.50 src/sys/arch/evbppc/conf/OPENBLOCKS266:1.51
--- src/sys/arch/evbppc/conf/OPENBLOCKS266:1.50	Tue Nov 23 11:13:57 2010
+++ src/sys/arch/evbppc/conf/OPENBLOCKS266	Tue Jan  4 09:13:19 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: OPENBLOCKS266,v 1.50 2010/11/23 11:13:57 hannken Exp $
+#	$NetBSD: OPENBLOCKS266,v 1.51 2011/01/04 09:13:19 matt Exp $
 #
 #	GENERIC -- everything that's currently supported
 #
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"OPENBLOCKS266-$Revision: 1.50 $"
+#ident 		"OPENBLOCKS266-$Revision: 1.51 $"
 
 maxusers	32
 
@@ -181,6 +181,7 @@
 # MII/PHY support
 dmphy*	at mii? phy ?			# Davicom DM9101/9102 PHYs
 lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
+ukphy*	at mii? phy ?			# unknown PHYs
 options 	MIIVERBOSE		# verbose PHY autoconfig messages
 
 

Reply via email to