Add copyright
[unix-history] / usr / src / sys / vax / stand / savax.h
index 8ee1200..77e4365 100644 (file)
@@ -1,4 +1,4 @@
-/*     savax.h 4.3     82/07/15        */
+/*     savax.h 6.2     84/08/07        */
 
 /*
  * Standalone definitions peculiar to vaxen
 
 /*
  * Standalone definitions peculiar to vaxen
@@ -19,6 +19,7 @@
 int    cpu;            /* see <sys/cpu.h> */
 
 #define        MAXNMBA 4
 int    cpu;            /* see <sys/cpu.h> */
 
 #define        MAXNMBA 4
+#define        MAXNUBA 4
 struct mba_regs **mbaddr;
 int    mbaact;
 caddr_t        *umaddr;
 struct mba_regs **mbaddr;
 int    mbaact;
 caddr_t        *umaddr;
@@ -33,3 +34,8 @@ struct        uba_regs **ubaddr;
 #define        UNITTOUBA(unit)         ((unit)>>3)
 #define        ubauba(unit)            (ubaddr[UNITTOUBA(unit)])
 #define        ubamem(unit, off)       ((umaddr[UNITTOUBA(unit)]+ubdevreg(off)))
 #define        UNITTOUBA(unit)         ((unit)>>3)
 #define        ubauba(unit)            (ubaddr[UNITTOUBA(unit)])
 #define        ubamem(unit, off)       ((umaddr[UNITTOUBA(unit)]+ubdevreg(off)))
+
+#define        PHYSUBA0        0x20006000
+#define        PHYSMBA0        0x20010000
+#define        PHYSMBA1        0x20012000
+#define        PHYSUMEM        0x2013e000