Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/sparc/dev Pull up revisions 1.3-1.4 of sys/dev...
details: https://anonhg.NetBSD.org/src/rev/f5b8c77161bb
branches: netbsd-1-5
changeset: 490553:f5b8c77161bb
user: jhawk <jhawk%NetBSD.org@localhost>
date: Sat Jan 27 06:53:31 2001 +0000
description:
Pull up revisions 1.3-1.4 of sys/dev/sun/cgsixreg.h via patch (requested by tsutsui):
Initialize cgsix registers for machines that do not do so by themselves.
Fixes PR port-sparc/11944.
diffstat:
sys/arch/sparc/dev/cgsixreg.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 73f0bad09344 -r f5b8c77161bb sys/arch/sparc/dev/cgsixreg.h
--- a/sys/arch/sparc/dev/cgsixreg.h Sat Jan 27 06:52:52 2001 +0000
+++ b/sys/arch/sparc/dev/cgsixreg.h Sat Jan 27 06:53:31 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cgsixreg.h,v 1.6 2000/03/30 13:57:51 pk Exp $ */
+/* $NetBSD: cgsixreg.h,v 1.6.4.1 2001/01/27 06:53:31 jhawk Exp $ */
/*
* Copyright (c) 1993
@@ -166,7 +166,8 @@
* stuff canned values in them (eg, offx).
*/
struct cg6_fbc {
- u_int32_t fbc_pad1[2];
+ u_int32_t fbc_pad1[1];
+ u_int32_t fbc_mode; /* mode setting */
u_int32_t fbc_clip; /* function unknown */
u_int32_t fbc_pad2[1];
u_int32_t fbc_s; /* global status */
Home |
Main Index |
Thread Index |
Old Index