handle var len names, sync with vax
[unix-history] / usr / src / sys / vax / mba / mtreg.h
index a1b4414..96239cb 100644 (file)
@@ -1,4 +1,10 @@
-/*     mtreg.h 6.2     84/09/25        */
+/*
+ * 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.
+ *
+ *     @(#)mtreg.h     7.2 (Berkeley) %G%
+ */
 
 /*
  * TU78 registers.
 
 /*
  * TU78 registers.
@@ -76,7 +82,8 @@ struct mtdevice {
 
 /* mter */
 #define        MTER_INTCODE    0377            /* mask for interrupt code */
 
 /* mter */
 #define        MTER_INTCODE    0377            /* mask for interrupt code */
-#define MTER_FAILCODE  0176000         /* failure code */
+#define        MTER_FAILCODE   0176000         /* failure code */
+#define        MTER_FSHIFT     10              /* shift to make units */
 
 /* interrupt codes */
 #define        MTER_DONE       001             /* operation complete */
 
 /* interrupt codes */
 #define        MTER_DONE       001             /* operation complete */