added RB_TIMEBAD bootflag
authorkstailey <kstailey@openbsd.org>
Thu, 16 Jan 1997 04:19:41 +0000 (04:19 +0000)
committerkstailey <kstailey@openbsd.org>
Thu, 16 Jan 1997 04:19:41 +0000 (04:19 +0000)
sys/sys/reboot.h

index e72051e..4fe9805 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: reboot.h,v 1.6 1996/10/14 13:22:15 mickey Exp $       */
+/*     $OpenBSD: reboot.h,v 1.7 1997/01/16 04:19:41 kstailey Exp $     */
 /*     $NetBSD: reboot.h,v 1.9 1996/04/22 01:23:25 christos Exp $      */
 
 /*
@@ -53,6 +53,7 @@
 #define        RB_DUMP         0x100   /* dump kernel memory before reboot */
 #define        RB_MINIROOT     0x200   /* mini-root present in memory at boot time */
 #define        RB_CONFIG       0x400   /* change configured devices */
+#define        RB_TIMEBAD      0x800   /* don't call resettodr() in boot() */
 
 /*
  * Constants for converting boot-style device number to type,