Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf mvsdio does not work on OPENRD, disable...



details:   https://anonhg.NetBSD.org/src/rev/9273f70912c0
branches:  trunk
changeset: 342218:9273f70912c0
user:      cyber <cyber%NetBSD.org@localhost>
date:      Sun Dec 13 04:55:12 2015 +0000

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

diffstat:

 sys/arch/evbarm/conf/OPENRD |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 1f0b25945769 -r 9273f70912c0 sys/arch/evbarm/conf/OPENRD
--- a/sys/arch/evbarm/conf/OPENRD       Sun Dec 13 02:27:06 2015 +0000
+++ b/sys/arch/evbarm/conf/OPENRD       Sun Dec 13 04:55:12 2015 +0000
@@ -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 @@
 
 vga*           at pci? dev ? function ?
 wsdisplay*     at vga? console ?
+
+
+# mvsdio doesn't currently function on OPENRD
+# Tested on OpenRD-Client
+no mvsdio
+



Home | Main Index | Thread Index | Old Index