second arg to probe routine for uba mass storage devies is um_ctlr
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Sun, 2 Jan 1983 10:08:22 +0000 (02:08 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Sun, 2 Jan 1983 10:08:22 +0000 (02:08 -0800)
SCCS-vsn: sys/vax/vax/autoconf.c 4.46

usr/src/sys/vax/vax/autoconf.c

index f575ceb..de92344 100644 (file)
@@ -1,4 +1,4 @@
-/*     autoconf.c      4.45    82/12/17        */
+/*     autoconf.c      4.46    83/01/01        */
 
 /*
  * Setup the system to run on the current machine.
 
 /*
  * Setup the system to run on the current machine.
@@ -462,7 +462,7 @@ unifind(vubp, pubp, vumem, pumem, memmap)
                }
 #endif
                cvec = 0x200;
                }
 #endif
                cvec = 0x200;
-               i = (*udp->ud_probe)(reg);
+               i = (*udp->ud_probe)(reg, um->um_ctlr);
 #if VAX780
                if (haveubasr && vubp->uba_sr) {
                        vubp->uba_sr = vubp->uba_sr;
 #if VAX780
                if (haveubasr && vubp->uba_sr) {
                        vubp->uba_sr = vubp->uba_sr;
@@ -543,7 +543,7 @@ unifind(vubp, pubp, vumem, pumem, memmap)
                }
 #endif
                cvec = 0x200;
                }
 #endif
                cvec = 0x200;
-               i = (*udp->ud_probe)(reg, um->um_ctlr);
+               i = (*udp->ud_probe)(reg);
 #if VAX780
                if (haveubasr && vubp->uba_sr) {
                        vubp->uba_sr = vubp->uba_sr;
 #if VAX780
                if (haveubasr && vubp->uba_sr) {
                        vubp->uba_sr = vubp->uba_sr;