tired of those old printfs
[unix-history] / usr / src / sys / vax / include / cpu.h
index c5ff198..1b3de25 100644 (file)
@@ -1,4 +1,4 @@
-/*     cpu.h   4.4     81/03/13        */
+/*     cpu.h   4.7     82/05/26        */
 
 #ifndef LOCORE
 /*
 
 #ifndef LOCORE
 /*
@@ -22,12 +22,14 @@ union cpusid {
                        :8,
                        cp_type:8;              /* VAX_750 */
        } cpu750;
                        :8,
                        cp_type:8;              /* VAX_750 */
        } cpu750;
+       /* need structure for 730 */
 };
 #endif
 #define        VAX_780         1
 #define        VAX_750         2
 };
 #endif
 #define        VAX_780         1
 #define        VAX_750         2
+#define        VAX_730         3
 
 
-#define        VAX_MAX         2
+#define        VAX_MAX         3
 
 #ifndef LOCORE
 /*
 
 #ifndef LOCORE
 /*