BSD 4_3 release
[unix-history] / usr / src / sys / stand / savax.h
index 60c762a..b8c5c53 100644 (file)
@@ -1,4 +1,10 @@
-/*     savax.h 6.1     83/07/29        */
+/*
+ * Copyright (c) 1982, 1986 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)savax.h     7.1 (Berkeley) 6/5/86
+ */
 
 /*
  * Standalone definitions peculiar to vaxen
 
 /*
  * Standalone definitions peculiar to vaxen
@@ -19,6 +25,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;
@@ -38,3 +45,11 @@ struct       uba_regs **ubaddr;
 #define        PHYSMBA0        0x20010000
 #define        PHYSMBA1        0x20012000
 #define        PHYSUMEM        0x2013e000
 #define        PHYSMBA0        0x20010000
 #define        PHYSMBA1        0x20012000
 #define        PHYSUMEM        0x2013e000
+
+/*
+ * RM03/5 (4-byte header plus CRC) format information:
+ * codes for sector header word 1
+ */
+#define        HDR1_FMT22      0x1000  /* standard 16 bit format */
+#define        HDR1_OKSCT      0xc000  /* sector ok */
+#define        HDR1_SSF        0x2000  /* skip sector flag */