summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/include/instr.h
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-08-08 08:27:49 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-08-08 08:27:49 +0000
commitc6af50ae96c114059441edde31a2879102e32d99 (patch)
treee77d44cd72b4d881fb3461d76bdd50f77adc0966 /sys/arch/sparc/include/instr.h
parentc1492b0f5209b759b0ab6624db56b310c28e48e2 (diff)
Mostly sync to NetBSD-current 970804.
GENERIC currently compiles and runs; some devices (isp) are not complete and not yet enabled.
Diffstat (limited to 'sys/arch/sparc/include/instr.h')
-rw-r--r--sys/arch/sparc/include/instr.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc/include/instr.h b/sys/arch/sparc/include/instr.h
index 6aa7c24229d..d4b002445f3 100644
--- a/sys/arch/sparc/include/instr.h
+++ b/sys/arch/sparc/include/instr.h
@@ -1,4 +1,5 @@
-/* $NetBSD: instr.h,v 1.2 1994/11/20 20:53:11 deraadt Exp $ */
+/* $OpenBSD: instr.h,v 1.2 1997/08/08 08:26:26 downsj Exp $ */
+/* $NetBSD: instr.h,v 1.3 1997/03/14 23:54:07 christos Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -244,6 +245,7 @@ union instr {
u_int i_rd:5; /* destination register */
u_int i_op3:6; /* second-level decode */
u_int i_rs1:5; /* source register 1 */
+ u_int i_i:1; /* immediate vs asi */
u_int i_asi:8; /* asi */
u_int i_rs2:5; /* source register 2 */
} i_asi;