nice rd attach msg
authorderaadt <deraadt@openbsd.org>
Thu, 1 May 1997 00:06:55 +0000 (00:06 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 1 May 1997 00:06:55 +0000 (00:06 +0000)
sys/arch/powerpc/powerpc/rd_root.c

index 4120f46..2b1e721 100644 (file)
@@ -60,7 +60,7 @@ rd_attach_hook(unit, rd)
                rd->rd_addr = (caddr_t) rd_root_image;
                rd->rd_size = (size_t)  rd_root_size;
                rd->rd_type = RD_KMEM_FIXED;
-               printf(" fixed, %d blocks", MINIROOTSIZE);
+               printf("rd%d: fixed, %d blocks", unit, MINIROOTSIZE);
        }
 }