summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-05-01 00:06:56 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-05-01 00:06:56 +0000
commitc37f2172b2e3d62d2f0816417cd4f0ffcf08570d (patch)
treee91a12e1fa4f4056842c6388216782053442fa2d /sys
parent737ce7a1997b999f1cdb318af20fc968d9cb6859 (diff)
nice rd attach msg
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/powerpc/powerpc/rd_root.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/powerpc/powerpc/rd_root.c b/sys/arch/powerpc/powerpc/rd_root.c
index 4120f4641a6..2b1e7217ff5 100644
--- a/sys/arch/powerpc/powerpc/rd_root.c
+++ b/sys/arch/powerpc/powerpc/rd_root.c
@@ -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);
}
}