diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2004-06-20 03:52:50 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2004-06-20 03:52:50 +0000 |
| commit | 4c5f10a672b9f20238f26fa9add2c043bbfd0e14 (patch) | |
| tree | f43c4c102aa1b264f32a165c02d81bd1e9b212ef /sys | |
| parent | 82d8695afbbbc5a39a9fb96801940e11b05912b5 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/alpha/include/cpu.h | 2 | ||||
| -rw-r--r-- | sys/amd64/include/cpu.h | 2 | ||||
| -rw-r--r-- | sys/i386/include/cpu.h | 2 | ||||
| -rw-r--r-- | sys/ia64/include/cpu.h | 2 | ||||
| -rw-r--r-- | sys/sparc64/include/cpu.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/alpha/include/cpu.h b/sys/alpha/include/cpu.h index 1edf6bebab644..9db2b9aad497e 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 2aeda85bccab3..f8a2ee3fef0ef 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 0702b06d3c86f..ad5665b27b7da 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 b2bffe8a7acc8..f6f6b5cba4300 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 6778d04475931..b00280d7edcfb 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 */ |
