aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64/include/cpu.h
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2004-06-20 03:52:50 +0000
committerBruce Evans <bde@FreeBSD.org>2004-06-20 03:52:50 +0000
commit4c5f10a672b9f20238f26fa9add2c043bbfd0e14 (patch)
treef43c4c102aa1b264f32a165c02d81bd1e9b212ef /sys/ia64/include/cpu.h
parent82d8695afbbbc5a39a9fb96801940e11b05912b5 (diff)
Notes
Diffstat (limited to 'sys/ia64/include/cpu.h')
-rw-r--r--sys/ia64/include/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/include/cpu.h b/sys/ia64/include/cpu.h
index b2bffe8a7acc..f6f6b5cba430 100644
--- a/sys/ia64/include/cpu.h
+++ b/sys/ia64/include/cpu.h
@@ -62,7 +62,7 @@ struct clockframe {
/*
* CTL_MACHDEP definitions.
*/
-#define CPU_CONSDEV 1 /* struct cdev *: console terminal device */
+#define CPU_CONSDEV 1 /* dev_t: console terminal device */
#define CPU_ADJKERNTZ 2 /* int: timezone offset (seconds) */
#define CPU_DISRTCSET 3 /* int: disable resettodr() call */
#define CPU_WALLCLOCK 4 /* int: indicates wall CMOS clock */