summaryrefslogtreecommitdiff
path: root/sys/arch/atari/dev/md_root.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/atari/dev/md_root.c')
-rw-r--r--sys/arch/atari/dev/md_root.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/atari/dev/md_root.c b/sys/arch/atari/dev/md_root.c
index 01650716262..15598de0fa2 100644
--- a/sys/arch/atari/dev/md_root.c
+++ b/sys/arch/atari/dev/md_root.c
@@ -1,4 +1,4 @@
-/* $NetBSD: md_root.c,v 1.11 1996/12/28 23:51:23 pk Exp $ */
+/* $NetBSD: md_root.c,v 1.12 1997/03/30 21:04:13 leo Exp $ */
/*
* Copyright (c) 1996 Leo Weppelman.
@@ -109,8 +109,8 @@ int unit;
struct md_conf *md;
{
if (atari_realconfig && (unit < RAMD_NDEV) && rd_info[unit].ramd_flag) {
- printf ("md%d:%sauto-load on open. Size %ld bytes.\n", unit,
- rd_info[unit].ramd_flag & RAMD_LCOMP ? " decompress/" : "",
+ printf ("md%d: %sauto-load on open. Size %ld bytes.\n", unit,
+ rd_info[unit].ramd_flag & RAMD_LCOMP ? "decompress/" : "",
rd_info[unit].ramd_size);
md->md_type = MD_UNCONFIGURED; /* Paranoia... */
}