handle var len names, sync with vax
[unix-history] / usr / src / sys / vax / mba / mtreg.h
index 764248f..96239cb 100644 (file)
@@ -1,9 +1,9 @@
 /*
 /*
- * Copyright (c) 1982 Regents of the University of California.
+ * 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.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)mtreg.h     6.3 (Berkeley) %G%
+ *     @(#)mtreg.h     7.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -82,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 */