summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/cpu.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-10-18 03:42:18 +0000
committerache <ache@FreeBSD.org>1994-10-18 03:42:18 +0000
commit976b2038f4a7d1f65b97f1627065a2f54b4e66eb (patch)
tree5005bfbc901ff2832dc64db954f0d353abcdecd8 /sys/i386/include/cpu.h
parenta6d5d66fc29c9c02437f9e0fbc5e94765522008c (diff)
downloadFreeBSD-src-976b2038f4a7d1f65b97f1627065a2f54b4e66eb.zip
FreeBSD-src-976b2038f4a7d1f65b97f1627065a2f54b4e66eb.tar.gz
Remove CPU_COLORDISP, GIO_COLOR now exists
Diffstat (limited to 'sys/i386/include/cpu.h')
-rw-r--r--sys/i386/include/cpu.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/i386/include/cpu.h b/sys/i386/include/cpu.h
index 16a5f25..71febfd 100644
--- a/sys/i386/include/cpu.h
+++ b/sys/i386/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
OpenPOWER on IntegriCloud