Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/include Add the %gsr to our fpstate structure.



details:   https://anonhg.NetBSD.org/src/rev/e473ea940fc8
branches:  trunk
changeset: 480023:e473ea940fc8
user:      eeh <eeh%NetBSD.org@localhost>
date:      Thu Dec 30 16:20:43 1999 +0000

description:
Add the %gsr to our fpstate structure.

diffstat:

 sys/arch/sparc64/include/reg.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r ba89a3486184 -r e473ea940fc8 sys/arch/sparc64/include/reg.h
--- a/sys/arch/sparc64/include/reg.h    Thu Dec 30 16:19:00 1999 +0000
+++ b/sys/arch/sparc64/include/reg.h    Thu Dec 30 16:20:43 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: reg.h,v 1.4 1999/11/06 20:13:50 eeh Exp $ */
+/*     $NetBSD: reg.h,v 1.5 1999/12/30 16:20:43 eeh Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -154,6 +154,7 @@
 struct fpstate64 {
        u_int   fs_regs[64];            /* our view is 64 32-bit registers */
        int64_t fs_fsr;                 /* %fsr */
+       int     fs_gsr;                 /* graphics state reg */
        int     fs_qsize;               /* actual queue depth */
        struct  fp_qentry fs_queue[FP_QSIZE];   /* queue contents */
 };
@@ -174,6 +175,7 @@
 struct fpreg64 {
        u_int   fr_regs[64];            /* our view is 64 32-bit registers */
        int64_t fr_fsr;                 /* %fsr */
+       int     fr_gsr;                 /* graphics state reg */
        int     fr_qsize;               /* actual queue depth */
        struct  fp_qentry fr_queue[FP_QSIZE];   /* queue contents */
 };



Home | Main Index | Thread Index | Old Index