Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/i386 make shutdown error messages clearer (ide...



details:   https://anonhg.NetBSD.org/src/rev/806ad14ecb32
branches:  trunk
changeset: 550675:806ad14ecb32
user:      kochi <kochi%NetBSD.org@localhost>
date:      Sun Aug 17 14:23:16 2003 +0000

description:
make shutdown error messages clearer (idea from Christoph Egger)

diffstat:

 sys/arch/i386/i386/machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 6476fe73e297 -r 806ad14ecb32 sys/arch/i386/i386/machdep.c
--- a/sys/arch/i386/i386/machdep.c      Sun Aug 17 14:15:43 2003 +0000
+++ b/sys/arch/i386/i386/machdep.c      Sun Aug 17 14:23:16 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.530 2003/08/17 14:15:43 kochi Exp $      */
+/*     $NetBSD: machdep.c,v 1.531 2003/08/17 14:23:16 kochi Exp $      */
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2000 The NetBSD Foundation, Inc.
@@ -72,7 +72,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.530 2003/08/17 14:15:43 kochi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.531 2003/08/17 14:23:16 kochi Exp $");
 
 #include "opt_cputype.h"
 #include "opt_ddb.h"
@@ -906,7 +906,7 @@
                apm_set_powstate(APM_DEV_DISK(0xff), APM_SYS_OFF);
                delay(500000);
                apm_set_powstate(APM_DEV_ALLDEVS, APM_SYS_OFF);
-               printf("WARNING: powerdown failed!\n");
+               printf("WARNING: APM powerdown failed!\n");
                /*
                 * RB_POWERDOWN implies RB_HALT... fall into it...
                 */



Home | Main Index | Thread Index | Old Index