Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/stand/mboot Oops, One more message.



details:   https://anonhg.NetBSD.org/src/rev/8b9b8512aa4b
branches:  trunk
changeset: 778598:8b9b8512aa4b
user:      isaki <isaki%NetBSD.org@localhost>
date:      Fri Apr 06 09:44:44 2012 +0000

description:
Oops, One more message.

diffstat:

 sys/arch/x68k/stand/mboot/mboot.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0ed49b92385c -r 8b9b8512aa4b sys/arch/x68k/stand/mboot/mboot.c
--- a/sys/arch/x68k/stand/mboot/mboot.c Fri Apr 06 09:38:40 2012 +0000
+++ b/sys/arch/x68k/stand/mboot/mboot.c Fri Apr 06 09:44:44 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mboot.c,v 1.11 2012/04/06 09:38:40 isaki Exp $ */
+/*     $NetBSD: mboot.c,v 1.12 2012/04/06 09:44:44 isaki Exp $ */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -50,7 +50,7 @@
                return 0;
 
        if (IOCS_S_READCAP(scsiid, &cap) < 0) {
-               IOCS_B_PRINT("Error in reading.\r\n");
+               IOCS_B_PRINT(BOOT ": Error in reading.\r\n");
                return 0;
        }
        size = cap.size >> 9;



Home | Main Index | Thread Index | Old Index