fixes for uba init on 730
authorBill Joy <wnj@ucbvax.Berkeley.EDU>
Mon, 23 Mar 1981 13:00:10 +0000 (05:00 -0800)
committerBill Joy <wnj@ucbvax.Berkeley.EDU>
Mon, 23 Mar 1981 13:00:10 +0000 (05:00 -0800)
SCCS-vsn: sys/vax/uba/uba.c 4.26

usr/src/sys/vax/uba/uba.c

index 6e544aa..6f7e849 100644 (file)
@@ -1,4 +1,4 @@
-/*     uba.c   4.25    81/03/21        */
+/*     uba.c   4.26    81/03/22        */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -333,15 +333,16 @@ ubainit(uba)
 #endif
 #if VAX750
        case VAX_750:
 #endif
 #if VAX750
        case VAX_750:
-               mtpr(IUR, 1);
-               /* give devices time to recover from power fail */
-/* THIS IS PROBABLY UNNECESSARY */
-               DELAY(5000000);
-/* END PROBABLY UNNECESSARY */
-               break;
 #endif
 #if VAX730
        case VAX_730:
 #endif
 #if VAX730
        case VAX_730:
+#endif
+#if defined(VAX750) || defined(VAX730)
+               mtpr(IUR, 0);
+               /* give devices time to recover from power fail */
+/* THIS IS PROBABLY UNNECESSARY */
+               DELAY(500000);
+/* END PROBABLY UNNECESSARY */
                break;
 #endif
        }
                break;
 #endif
        }