Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2002 19:40:01 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 17809 for review
Message-ID:  <200209210240.g8L2e1GK092685@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=17809

Change 17809 by peter@peter_daintree on 2002/09/20 19:39:33

	zap vm86, #if 0 the descriptor stuff and debug regs

Affected files ...

.. //depot/projects/hammer/sys/x86_64/include/sysarch.h#2 edit

Differences ...

==== //depot/projects/hammer/sys/x86_64/include/sysarch.h#2 (text+ko) ====

@@ -39,14 +39,13 @@
 #ifndef _MACHINE_SYSARCH_H_
 #define _MACHINE_SYSARCH_H_
 
+#if 0
 #define I386_GET_LDT	0
 #define I386_SET_LDT	1
 				/* I386_IOPL */
 #define I386_GET_IOPERM	3
 #define I386_SET_IOPERM	4
 				/* xxxxx */
-#define I386_VM86	6
-
 struct i386_ldt_args {
 	int	start;
 	union	descriptor *descs;
@@ -59,11 +58,6 @@
 	int	enable;
 };
 
-struct i386_vm86_args {
-	int	sub_op;			/* sub-operation to perform */
-	char	*sub_args;		/* args */
-};
-
 #ifndef _KERNEL
 #include <sys/cdefs.h>
 
@@ -81,4 +75,6 @@
 __END_DECLS
 #endif
 
+#endif
+
 #endif /* !_MACHINE_SYSARCH_H_ */

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209210240.g8L2e1GK092685>