summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2004-06-20 03:52:50 +0000
committerbde <bde@FreeBSD.org>2004-06-20 03:52:50 +0000
commitda4e7c693b9265024d10655fef30c50246311b0c (patch)
treef43c4c102aa1b264f32a165c02d81bd1e9b212ef /sys/alpha
parentb84441dcdffb6fbc3387b1924064752d409f6288 (diff)
downloadFreeBSD-src-da4e7c693b9265024d10655fef30c50246311b0c.zip
FreeBSD-src-da4e7c693b9265024d10655fef30c50246311b0c.tar.gz
Backed out previous commit. Blind substitution of dev_t by `struct cdev *'
was just wrong here because the dev_t's are user dev_t's.
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/include/cpu.h2
1 files changed, 1 insertions, 1 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 */
OpenPOWER on IntegriCloud