new boot flags
authorBill Joy <bill@ucbvax.Berkeley.EDU>
Mon, 10 Nov 1980 09:30:50 +0000 (01:30 -0800)
committerBill Joy <bill@ucbvax.Berkeley.EDU>
Mon, 10 Nov 1980 09:30:50 +0000 (01:30 -0800)
SCCS-vsn: sys/vax/vax/cons.h 4.2

usr/src/sys/vax/vax/cons.h

index be95378..839a2fd 100644 (file)
@@ -1,4 +1,4 @@
-/*     cons.h  4.1     %G%     */
+/*     cons.h  4.2     %G%     */
 
 /*
  * VAX console interface registers
 
 /*
  * VAX console interface registers
@@ -14,5 +14,6 @@
 #define        TXCS_RDY        0x80            /* transmitter ready for next char */
 #define        TXDB_DATA       0xff            /* transmitter byte */
 #define        TXDB_ID         0xf00           /* channel id */
 #define        TXCS_RDY        0x80            /* transmitter ready for next char */
 #define        TXDB_DATA       0xff            /* transmitter byte */
 #define        TXDB_ID         0xf00           /* channel id */
-#define        TXDB_AUTOR      0xf03           /* auto-restart command */
-#define        TXDB_BOOT       0xf04           /* boot command */
+#define        TXDB_WSI        0xf02           /* set warm start inhibit */
+#define        TXDB_CWSI       0xf03           /* clear warm start inhibit */
+#define        TXDB_BOOT       0xf04           /* enable boot */