Add support for microvax 3000.
[unix-history] / usr / src / sys / vax / vax / autoconf.c
index 6e761b8..fd2d2c3 100644 (file)
@@ -3,7 +3,7 @@
  * 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.
  *
- *     @(#)autoconf.c  7.15 (Berkeley) %G%
+ *     @(#)autoconf.c  7.16 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -153,6 +153,11 @@ VAX 11/78%c, serial# %d(%d), hardware ECO level %d(%d)\n",
        case VAX_630:
                printf("MicroVAX-II\n");
                break;
        case VAX_630:
                printf("MicroVAX-II\n");
                break;
+#endif
+#if VAX650
+       case VAX_650:
+               printf("MicroVAX 3000, ucode rev %d\n", cpusid.cpu650.cp_urev);
+               break;
 #endif
        }
        for (ocp = percpu; ocp->pc_cputype; ocp++)
 #endif
        }
        for (ocp = percpu; ocp->pc_cputype; ocp++)
@@ -218,7 +223,7 @@ probeio(pcpu)
 
                switch (iob->io_type) {
 
 
                switch (iob->io_type) {
 
-#if VAX630
+#if VAX630 || VAX650
                case IO_QBUS:
                        probeqbus((struct qbus *)iob->io_details);
                        break;
                case IO_QBUS:
                        probeqbus((struct qbus *)iob->io_details);
                        break;