Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm32/vidc Just switch the RI_CENTER off for now .....
details: https://anonhg.NetBSD.org/src/rev/cfc634a9f255
branches: trunk
changeset: 508470:cfc634a9f255
user: reinoud <reinoud%NetBSD.org@localhost>
date: Thu Apr 12 00:42:50 2001 +0000
description:
Just switch the RI_CENTER off for now ... just to avoid troubles with
the hardware scrolling code...
diffstat:
sys/arch/arm32/vidc/vidcvideo.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 5675d839aa6b -r cfc634a9f255 sys/arch/arm32/vidc/vidcvideo.c
--- a/sys/arch/arm32/vidc/vidcvideo.c Wed Apr 11 23:39:46 2001 +0000
+++ b/sys/arch/arm32/vidc/vidcvideo.c Thu Apr 12 00:42:50 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vidcvideo.c,v 1.5 2001/04/09 13:59:44 reinoud Exp $ */
+/* $NetBSD: vidcvideo.c,v 1.6 2001/04/12 00:42:50 reinoud Exp $ */
/*
* Copyright (c) 2001 Reinoud Zandijk
@@ -36,7 +36,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: vidcvideo.c,v 1.5 2001/04/09 13:59:44 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vidcvideo.c,v 1.6 2001/04/12 00:42:50 reinoud Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -254,7 +254,7 @@
/* initialize colormap and cursor resource */
vidcvideo_colourmap_and_cursor_init(dc);
- dc->rinfo.ri_flg = RI_CENTER;
+ dc->rinfo.ri_flg = 0; /* RI_CENTER; */
dc->rinfo.ri_depth = dc->dc_depth;
dc->rinfo.ri_bits = (void *) dc->dc_videobase;
dc->rinfo.ri_width = dc->dc_wid;
Home |
Main Index |
Thread Index |
Old Index