Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/i386/i386 pullup 1.5->1.6 (fvdl)



details:   https://anonhg.NetBSD.org/src/rev/d8d6001024ae
branches:  netbsd-1-4
changeset: 468486:d8d6001024ae
user:      perry <perry%NetBSD.org@localhost>
date:      Mon Apr 26 16:30:52 1999 +0000

description:
pullup 1.5->1.6 (fvdl)

diffstat:

 sys/arch/i386/i386/math_emu.h |  17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r b833cac4f7ac -r d8d6001024ae sys/arch/i386/i386/math_emu.h
--- a/sys/arch/i386/i386/math_emu.h     Mon Apr 26 16:24:38 1999 +0000
+++ b/sys/arch/i386/i386/math_emu.h     Mon Apr 26 16:30:52 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: math_emu.h,v 1.5 1995/05/03 00:17:16 mycroft Exp $     */
+/*     $NetBSD: math_emu.h,v 1.5.26.1 1999/04/26 16:30:52 perry Exp $  */
 
 /*
  * linux/include/linux/math_emu.h
@@ -103,6 +103,21 @@
 #define set_C2() (I387.swd |= 0x0400)
 #define set_C3() (I387.swd |= 0x4000)
 
+#define INSPREF_LOCK   0xf0
+#define INSPREF_REPN   0xf2
+#define INSPREF_REPE   0xf3
+
+#define INSPREF_CS     0x2e
+#define INSPREF_SS     0x36
+#define INSPREF_DS     0x3e
+#define INSPREF_ES     0x26
+#define INSPREF_FS     0x64
+#define INSPREF_GS     0x65
+
+#define INSPREF_OSIZE  0x66
+#define INSPREF_ASIZE  0x67
+
+
 /* ea.c */
 
 char * ea(struct trapframe *, unsigned short);



Home | Main Index | Thread Index | Old Index