Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc/dev fdcstatus() formatting.



details:   https://anonhg.NetBSD.org/src/rev/e3b1c0c71645
branches:  trunk
changeset: 481414:e3b1c0c71645
user:      pk <pk%NetBSD.org@localhost>
date:      Fri Jan 28 15:46:20 2000 +0000

description:
fdcstatus() formatting.

diffstat:

 sys/arch/sparc/dev/fd.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r a508bd2b4c95 -r e3b1c0c71645 sys/arch/sparc/dev/fd.c
--- a/sys/arch/sparc/dev/fd.c   Fri Jan 28 15:18:32 2000 +0000
+++ b/sys/arch/sparc/dev/fd.c   Fri Jan 28 15:46:20 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fd.c,v 1.74 2000/01/24 16:52:02 pk Exp $       */
+/*     $NetBSD: fd.c,v 1.75 2000/01/28 15:46:20 pk Exp $       */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -1831,7 +1831,8 @@
                        diskerr(bp, "fd", "hard error", LOG_PRINTF,
                                fd->sc_skip / FD_BSIZE(fd),
                                (struct disklabel *)NULL);
-                       fdcstatus(fdc, "\n controller status");
+                       printf("\n");
+                       fdcstatus(fdc, "controller status");
                }
 
        failsilent:



Home | Main Index | Thread Index | Old Index