Source-Changes-HG archive

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

[src/netbsd-7-0]: src/sys/arch/evbarm/conf Pull up following revision(s) (req...



details:   https://anonhg.NetBSD.org/src/rev/b6430f932ac3
branches:  netbsd-7-0
changeset: 801114:b6430f932ac3
user:      snj <snj%NetBSD.org@localhost>
date:      Sat Jan 16 10:09:58 2016 +0000

description:
Pull up following revision(s) (requested by cyber in ticket #1061):
        sys/arch/evbarm/conf/OPENRD: revision 1.6
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 2abdf05bd7da -r b6430f932ac3 sys/arch/evbarm/conf/OPENRD
--- a/sys/arch/evbarm/conf/OPENRD       Fri Jan 15 18:10:10 2016 +0000
+++ b/sys/arch/evbarm/conf/OPENRD       Sat Jan 16 10:09:58 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: OPENRD,v 1.5 2014/04/04 07:55:25 msaitoh Exp $
+#      $NetBSD: OPENRD,v 1.5.8.1 2016/01/16 10:09:58 snj 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