artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4078ca9
)
nice rd attach msg
author
deraadt
<deraadt@openbsd.org>
Thu, 1 May 1997 00:06:55 +0000
(
00:06
+0000)
committer
deraadt
<deraadt@openbsd.org>
Thu, 1 May 1997 00:06:55 +0000
(
00:06
+0000)
sys/arch/powerpc/powerpc/rd_root.c
patch
|
blob
|
history
diff --git
a/sys/arch/powerpc/powerpc/rd_root.c
b/sys/arch/powerpc/powerpc/rd_root.c
index
4120f46
..
2b1e721
100644
(file)
--- 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);
}
}