iba to isa
authorDon Ahn <donahn@ucbvax.Berkeley.EDU>
Sun, 24 Jun 1990 10:22:32 +0000 (02:22 -0800)
committerDon Ahn <donahn@ucbvax.Berkeley.EDU>
Sun, 24 Jun 1990 10:22:32 +0000 (02:22 -0800)
SCCS-vsn: sys/i386/i386/autoconf.c 5.2

usr/src/sys/i386/i386/autoconf.c

index 0e45154..1e17933 100644 (file)
@@ -7,9 +7,11 @@
  *
  * %sccs.include.386.c%
  *
  *
  * %sccs.include.386.c%
  *
- *     @(#)autoconf.c  5.1 (Berkeley) %G%
+ *     @(#)autoconf.c  5.2 (Berkeley) %G%
  */
 
  */
 
+/*     autoconf.c      1.13    87/04/02        */
+
 /*
  * Setup the system to run on the current machine.
  *
 /*
  * Setup the system to run on the current machine.
  *
@@ -56,7 +58,7 @@ configure()
                if (dvp->alive) {
                        printf("%s%d", dp->name, dvp->unit);
                        (*dp->attach)(dvp);
                if (dvp->alive) {
                        printf("%s%d", dp->name, dvp->unit);
                        (*dp->attach)(dvp);
-                       printf(" at 0x%x on iba0\n", dvp->ioa);
+                       printf(" at 0x%x on isa0\n", dvp->ioa);
                }
                splx(s);
        }
                }
                splx(s);
        }
@@ -76,7 +78,6 @@ configure()
 /*pg("swapconf");*/
        swapconf();
        cold = 0;
 /*pg("swapconf");*/
        swapconf();
        cold = 0;
-rootdev=0;
 }
 
 /*
 }
 
 /*