Source-Changes-HG archive

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

[src/netbsd-7]: src/sys/arch/amiga/conf Pull up following revision(s) (reques...



details:   https://anonhg.NetBSD.org/src/rev/54fff04c3214
branches:  netbsd-7
changeset: 799377:54fff04c3214
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue May 26 02:28:46 2015 +0000

description:
Pull up following revision(s) (requested by mlelstv in ticket #806):
        sys/arch/amiga/conf/files.amiga: revision 1.177
amidisplaycc requires vcons

diffstat:

 sys/arch/amiga/conf/files.amiga |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cf241863932c -r 54fff04c3214 sys/arch/amiga/conf/files.amiga
--- a/sys/arch/amiga/conf/files.amiga   Tue May 26 02:22:00 2015 +0000
+++ b/sys/arch/amiga/conf/files.amiga   Tue May 26 02:28:46 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.amiga,v 1.176 2014/07/05 09:39:35 tsutsui Exp $
+#      $NetBSD: files.amiga,v 1.176.2.1 2015/05/26 02:28:46 msaitoh Exp $
 
 # maxpartitions must be first item in files.${ARCH}.newconf
 maxpartitions 16                       # NOTE THAT AMIGA IS SPECIAL!
@@ -165,7 +165,7 @@
 file   arch/amiga/dev/ite_cc.c         grfcc & ite
 
 # wscons interface to custom chips
-device amidisplaycc: wsemuldisplaydev
+device amidisplaycc: wsemuldisplaydev, vcons
 attach amidisplaycc at mainbus
 file   arch/amiga/dev/amidisplaycc.c   amidisplaycc needs-flag
 



Home | Main Index | Thread Index | Old Index