Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Make PCDISPLAY_SOFTCURSOR work as it should.



details:   https://anonhg.NetBSD.org/src/rev/8a03ff212b58
branches:  trunk
changeset: 480429:8a03ff212b58
user:      ad <ad%NetBSD.org@localhost>
date:      Wed Jan 12 14:42:21 2000 +0000

description:
Make PCDISPLAY_SOFTCURSOR work as it should.

diffstat:

 sys/dev/ic/pcdisplay_subr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 5180637c66fe -r 8a03ff212b58 sys/dev/ic/pcdisplay_subr.c
--- a/sys/dev/ic/pcdisplay_subr.c       Wed Jan 12 14:41:44 2000 +0000
+++ b/sys/dev/ic/pcdisplay_subr.c       Wed Jan 12 14:42:21 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pcdisplay_subr.c,v 1.12 2000/01/05 16:14:35 ad Exp $ */
+/* $NetBSD: pcdisplay_subr.c,v 1.13 2000/01/12 14:42:21 ad Exp $ */
 
 /*
  * Copyright (c) 1995, 1996 Carnegie-Mellon University.
@@ -46,8 +46,8 @@
 {
 
 #ifdef PCDISPLAY_SOFTCURSOR
-       pcdisplay_6845_write(scr->hdl, cursorh, 0x10);
-       pcdisplay_6845_write(scr->hdl, cursorl, 0x10);
+       pcdisplay_6845_write(scr->hdl, curstart, 0x10);
+       pcdisplay_6845_write(scr->hdl, curend, 0x10);
 #endif
 }
 



Home | Main Index | Thread Index | Old Index