From: Bill Joy Date: Sun, 22 Mar 1981 07:50:37 +0000 (-0800) Subject: add 730 X-Git-Tag: BSD-4_1_snap-Snapshot-Development~1699 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/81975711118192207f04e1239a1391c78cae4823?ds=inline add 730 SCCS-vsn: sys/vax/vax/autoconf.c 4.29 --- diff --git a/usr/src/sys/vax/vax/autoconf.c b/usr/src/sys/vax/vax/autoconf.c index 0918013396..8af2252855 100644 --- a/usr/src/sys/vax/vax/autoconf.c +++ b/usr/src/sys/vax/vax/autoconf.c @@ -1,4 +1,4 @@ -/* autoconf.c 4.28 81/03/16 */ +/* autoconf.c 4.29 81/03/21 */ /* * Setup the system to run on the current machine. @@ -14,6 +14,9 @@ * #if VAX750 * which may be incorrect after more processors are introduced if they * are like either of these machines. + * + * TODO: + * use pcpu info about whether a ubasr exists */ #include "mba.h" @@ -196,7 +199,8 @@ unconfig: } } #if VAX780 - { int ubawatch(); timeout(ubawatch, (caddr_t)0, hz); } + if (cpu == VAX_780) + { int ubawatch(); timeout(ubawatch, (caddr_t)0, hz); } #endif } @@ -373,6 +377,10 @@ unifind(vubp, pubp, vumem, pumem) case VAX_750: uhp->uh_bdpfree = (1<