Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/hpcmips/vr Pull up revision 1.8 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/29e015471075
branches:  netbsd-1-6
changeset: 529557:29e015471075
user:      he <he%NetBSD.org@localhost>
date:      Sat Nov 30 12:59:40 2002 +0000

description:
Pull up revision 1.8 (requested by takemura in ticket #753):
  Fix this driver; revision 1.7 was incomplete.

diffstat:

 sys/arch/hpcmips/vr/mq200_vrip.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 19d83ec44f2e -r 29e015471075 sys/arch/hpcmips/vr/mq200_vrip.c
--- a/sys/arch/hpcmips/vr/mq200_vrip.c  Sat Nov 30 12:39:32 2002 +0000
+++ b/sys/arch/hpcmips/vr/mq200_vrip.c  Sat Nov 30 12:59:40 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mq200_vrip.c,v 1.7 2002/05/11 14:10:06 takemura Exp $  */
+/*     $NetBSD: mq200_vrip.c,v 1.7.4.1 2002/11/30 12:59:40 he Exp $    */
 
 /*-
  * Copyright (c) 2000 Takemura Shin
@@ -74,7 +74,8 @@
                return 0;
 #endif /* NBIVIDEO > 0 */
 
-       if (bus_space_map(va->va_iot, va->va_addr, va->va_size, 0, &ioh)) {
+       if (bus_space_map(va->va_iot, va->va_addr + MQ200_REGADDR,
+           va->va_size, 0, &ioh)) {
                printf(": can't map i/o space\n");
                return 0;
        }



Home | Main Index | Thread Index | Old Index