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.
This commit is contained in:
Bruce Evans 2004-06-20 03:52:50 +00:00
parent 82d8695afb
commit 4c5f10a672
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130764
5 changed files with 5 additions and 5 deletions

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */