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/arm/iomd Pull up revision 1.4 (requested by bj...



details:   https://anonhg.NetBSD.org/src/rev/433f0c563e00
branches:  netbsd-1-6
changeset: 528050:433f0c563e00
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Jun 21 14:50:55 2002 +0000

description:
Pull up revision 1.4 (requested by bjh21 in ticket #328):
Kill off vidcvideo_textpalette() again, but better.
This time, vidcvideo_stdpalette() uses vidcvideo_write(), as it should, and
correctly initialises the paletter in 16bpp and (I hope) 32 bpp modes.
This fixes the colours on the text console in 16bpp modes.  32bpp seems to be
generally broken anyway.

diffstat:

 sys/arch/arm/iomd/vidc20config.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 821a31f885fb -r 433f0c563e00 sys/arch/arm/iomd/vidc20config.h
--- a/sys/arch/arm/iomd/vidc20config.h  Fri Jun 21 14:50:47 2002 +0000
+++ b/sys/arch/arm/iomd/vidc20config.h  Fri Jun 21 14:50:55 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vidc20config.h,v 1.1 2001/10/05 22:27:43 reinoud Exp $ */
+/* $NetBSD: vidc20config.h,v 1.1.16.1 2002/06/21 14:50:55 lukem Exp $ */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -48,7 +48,6 @@
 extern int   vidcvideo_write          __P((u_int reg, int value));
 extern int   vidcvideo_cursor_init    __P((int width, int heigth));
 extern void  vidcvideo_setpalette     __P((struct vidc_state *vidc));
-extern int   vidcvideo_textpalette    __P((void));
 extern void  vidcvideo_stdpalette     __P((void));
 extern void  vidcvideo_setstate       __P((struct vidc_state *vidc));
 extern void  vidcvideo_getstate       __P((struct vidc_state *vidc));



Home | Main Index | Thread Index | Old Index