summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/psl.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-10 03:51:18 +0000
committerwollman <wollman@FreeBSD.org>1994-08-10 03:51:18 +0000
commitdfdb8b7e14e0cb03339148e47d0f7b772f65f324 (patch)
tree1aef2a1a6a64c6b2a199703ae02ead93d9912d79 /sys/i386/include/psl.h
parent90f432ed612b9868bb7a2b86021113aeb5838399 (diff)
downloadFreeBSD-src-dfdb8b7e14e0cb03339148e47d0f7b772f65f324.zip
FreeBSD-src-dfdb8b7e14e0cb03339148e47d0f7b772f65f324.tar.gz
Add back in CPU detection copde from 1.1.5. As an added bonus, the
hw.model MIB variable is now declared correctly.
Diffstat (limited to 'sys/i386/include/psl.h')
-rw-r--r--sys/i386/include/psl.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/i386/include/psl.h b/sys/i386/include/psl.h
index 997fb23..906acd4 100644
--- a/sys/i386/include/psl.h
+++ b/sys/i386/include/psl.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)psl.h 5.2 (Berkeley) 1/18/91
- * $Id: psl.h,v 1.3 1993/11/07 17:43:04 wollman Exp $
+ * $Id: psl.h,v 1.4 1994/02/24 00:21:12 hsu Exp $
*/
#ifndef _MACHINE_PSL_H_
@@ -56,6 +56,10 @@
#define PSL_NT 0x00004000 /* nested task bit */
#define PSL_RF 0x00010000 /* restart flag bit */
#define PSL_VM 0x00020000 /* virtual 8086 mode bit */
+#define PSL_AC 0x00040000 /* alignment checking */
+#define PSL_VIF 0x00080000 /* virtual interrupt enable */
+#define PSL_VIP 0x00100000 /* virtual interrupt pending */
+#define PSL_ID 0x00200000 /* identification bit */
#define PSL_MBZ 0xffc08028 /* must be zero bits */
#define PSL_MBO 0x00000002 /* must be one bits */
OpenPOWER on IntegriCloud