aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-10-18 03:42:18 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-10-18 03:42:18 +0000
commit37b28ca421e1666e0bdf2c22cb9f249259a20ec4 (patch)
tree5005bfbc901ff2832dc64db954f0d353abcdecd8 /sys/amd64/include
parent27e3c1f843f6c69ec7673554af4f8b7608dbe518 (diff)
Notes
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/cpu.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/amd64/include/cpu.h b/sys/amd64/include/cpu.h
index 16a5f25bf4625..71febfd4bef11 100644
--- a/sys/amd64/include/cpu.h
+++ b/sys/amd64/include/cpu.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)cpu.h 5.4 (Berkeley) 5/9/91
- * $Id: cpu.h,v 1.13 1994/10/10 01:06:48 phk Exp $
+ * $Id: cpu.h,v 1.14 1994/10/15 21:18:11 ache Exp $
*/
#ifndef _MACHINE_CPU_H_
@@ -100,15 +100,13 @@ struct cpu_nameclass {
#define CPU_CONSDEV 1 /* dev_t: console terminal device */
#define CPU_ADJKERNTZ 2 /* int: timezone offset for resettodr() */
#define CPU_DISRTCSET 3 /* int: disable resettodr() call */
-#define CPU_COLORDISP 4 /* int: console display type */
-#define CPU_MAXID 5 /* number of valid machdep ids */
+#define CPU_MAXID 4 /* number of valid machdep ids */
#define CTL_MACHDEP_NAMES { \
{ 0, 0 }, \
{ "console_device", CTLTYPE_STRUCT }, \
{ "adjkerntz", CTLTYPE_INT }, \
{ "disable_rtc_set", CTLTYPE_INT }, \
- { "color_display", CTLTYPE_INT }, \
}
#ifdef KERNEL