Module Name:    src
Committed By:   cyber
Date:           Sun Dec 13 04:55:12 UTC 2015

Modified Files:
        src/sys/arch/evbarm/conf: OPENRD

Log Message:
mvsdio does not work on OPENRD, disable it.
Tested on OpenRD-Client, causes infinite loop during autoconf when enabled.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/conf/OPENRD

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/evbarm/conf/OPENRD
diff -u src/sys/arch/evbarm/conf/OPENRD:1.5 src/sys/arch/evbarm/conf/OPENRD:1.6
--- src/sys/arch/evbarm/conf/OPENRD:1.5	Fri Apr  4 07:55:25 2014
+++ src/sys/arch/evbarm/conf/OPENRD	Sun Dec 13 04:55:12 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: OPENRD,v 1.5 2014/04/04 07:55:25 msaitoh Exp $
+#	$NetBSD: OPENRD,v 1.6 2015/12/13 04:55:12 cyber Exp $
 #
 # This is a working config file for OpenRD(.org) Client.  Note that the
 # default boot address will not work and the kernel has to load at 8MB
@@ -23,3 +23,9 @@ no options 	COMPAT_LINUX
 
 vga*		at pci? dev ? function ?
 wsdisplay*	at vga? console ?
+
+
+# mvsdio doesn't currently function on OPENRD
+# Tested on OpenRD-Client
+no mvsdio
+

Reply via email to