MFi386: revision 1.502
This commit is contained in:
parent
7f733cd94b
commit
d58e833adf
@ -998,6 +998,10 @@ SYSCTL_STRUCT(_machdep, CPU_BOOTINFO, bootinfo,
|
||||
SYSCTL_INT(_machdep, CPU_WALLCLOCK, wall_cmos_clock,
|
||||
CTLFLAG_RW, &wall_cmos_clock, 0, "");
|
||||
|
||||
u_long bootdev; /* not a dev_t - encoding is different */
|
||||
SYSCTL_ULONG(_machdep, OID_AUTO, guessed_bootdev,
|
||||
CTLFLAG_RD, &bootdev, 0, "Maybe the Boot device (not in dev_t format)");
|
||||
|
||||
/*
|
||||
* Initialize 386 and configure to run kernel
|
||||
*/
|
||||
|
@ -998,6 +998,10 @@ SYSCTL_STRUCT(_machdep, CPU_BOOTINFO, bootinfo,
|
||||
SYSCTL_INT(_machdep, CPU_WALLCLOCK, wall_cmos_clock,
|
||||
CTLFLAG_RW, &wall_cmos_clock, 0, "");
|
||||
|
||||
u_long bootdev; /* not a dev_t - encoding is different */
|
||||
SYSCTL_ULONG(_machdep, OID_AUTO, guessed_bootdev,
|
||||
CTLFLAG_RD, &bootdev, 0, "Maybe the Boot device (not in dev_t format)");
|
||||
|
||||
/*
|
||||
* Initialize 386 and configure to run kernel
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user