MFi386: revision 1.502

This commit is contained in:
nyan 2002-03-13 13:45:00 +00:00
parent 7f733cd94b
commit d58e833adf
2 changed files with 8 additions and 0 deletions

View File

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

View File

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