almost working versions
[unix-history] / usr / src / sys / vax / uba / tm.c
index 9311997..50d6592 100644 (file)
@@ -1,4 +1,4 @@
-/*     tm.c    4.17    %G%     */
+/*     tm.c    4.18    %G%     */
 
 #include "tm.h"
 #if NTM > 0
 
 #include "tm.h"
 #if NTM > 0
@@ -518,7 +518,9 @@ tmintr(tm11)
                /*
                 * Couldn't recover error
                 */
                /*
                 * Couldn't recover error
                 */
-               deverror(bp, sc->sc_erreg, sc->sc_dsreg);
+               harderr(bp);
+               printf("tm%d er %b\n", dkunit(bp),
+                   sc->sc_erreg, TMEREG_BITS);
                bp->b_flags |= B_ERROR;
                goto opdone;
        }
                bp->b_flags |= B_ERROR;
                goto opdone;
        }