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/7d65dbd8e3fb
branches: trunk
changeset: 812360:7d65dbd8e3fb
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 7ddbea210a5a -r 7d65dbd8e3fb 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