summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/alpha/include/cpu.h2
-rw-r--r--sys/amd64/include/cpu.h2
-rw-r--r--sys/i386/include/cpu.h2
-rw-r--r--sys/ia64/include/cpu.h2
-rw-r--r--sys/sparc64/include/cpu.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/alpha/include/cpu.h b/sys/alpha/include/cpu.h
index 1edf6be..9db2b9a 100644
--- a/sys/alpha/include/cpu.h
+++ b/sys/alpha/include/cpu.h
@@ -66,7 +66,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_ROOT_DEVICE 2 /* string: root device name */
#define CPU_UNALIGNED_PRINT 3 /* int: print unaligned accesses */
#define CPU_UNALIGNED_FIX 4 /* int: fix unaligned accesses */
diff --git a/sys/amd64/include/cpu.h b/sys/amd64/include/cpu.h
index 2aeda85..f8a2ee3 100644
--- a/sys/amd64/include/cpu.h
+++ b/sys/amd64/include/cpu.h
@@ -65,7 +65,7 @@
/*
* 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 5 /* int: indicates wall CMOS clock */
diff --git a/sys/i386/include/cpu.h b/sys/i386/include/cpu.h
index 0702b06..ad5665b 100644
--- a/sys/i386/include/cpu.h
+++ b/sys/i386/include/cpu.h
@@ -65,7 +65,7 @@
/*
* 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_BOOTINFO 4 /* struct: bootinfo */
diff --git a/sys/ia64/include/cpu.h b/sys/ia64/include/cpu.h
index b2bffe8..f6f6b5c 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 */
diff --git a/sys/sparc64/include/cpu.h b/sys/sparc64/include/cpu.h
index 6778d04..b00280d 100644
--- a/sys/sparc64/include/cpu.h
+++ b/sys/sparc64/include/cpu.h
@@ -52,7 +52,7 @@
/*
* 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_BOOTINFO 4 /* struct: bootinfo */
OpenPOWER on IntegriCloud