Module Name:    src
Committed By:   chs
Date:           Tue Oct  4 04:50:20 UTC 2011

Modified Files:
        src/sys/arch/atari/dev: grfabs_et.h

Log Message:
expand the attr array to hold all the bytes we store in it.
not that the code actually does anything with the extra bytes,
but at least it builds with gcc 4.5.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/atari/dev/grfabs_et.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/atari/dev/grfabs_et.h
diff -u src/sys/arch/atari/dev/grfabs_et.h:1.3 src/sys/arch/atari/dev/grfabs_et.h:1.4
--- src/sys/arch/atari/dev/grfabs_et.h:1.3	Tue Oct 20 19:10:10 2009
+++ src/sys/arch/atari/dev/grfabs_et.h	Tue Oct  4 04:50:20 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: grfabs_et.h,v 1.3 2009/10/20 19:10:10 snj Exp $	*/
+/*	$NetBSD: grfabs_et.h,v 1.4 2011/10/04 04:50:20 chs Exp $	*/
 
 /*
  * Copyright (c) 1996 Leo Weppelman.
@@ -31,7 +31,7 @@
 typedef struct {
 	u_char	misc_output;
 	u_char	crt[25];	/* Std. VGA crt registers	*/
-	u_char	attr[21];	/* Std. VGA attr. registers	*/
+	u_char	attr[25];	/* Std. VGA attr. registers	*/
 	u_char	grf[9];		/* Std. VGA grf. registers	*/
 	u_char	seq[5];		/* Std. VGA seq. registers	*/
 

Reply via email to