summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2009-12-04 22:48:12 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2009-12-04 22:48:12 +0000
commit78875a4ded78134f863b5d57329ceb98380d0889 (patch)
tree260eeb457b7ddd7d69afd0fab5ad3f37fc1f7335
parentd755bf2d2d13a58afd7a341ebe71856754b71012 (diff)
Send `* pwr d' instead of `pwr d' on powerdown, to have L1 broadcast the
request to other bricks connected to our node.
-rw-r--r--sys/arch/sgi/sgi/ip27_machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/sgi/ip27_machdep.c b/sys/arch/sgi/sgi/ip27_machdep.c
index cec3d107e73..28c59286b25 100644
--- a/sys/arch/sgi/sgi/ip27_machdep.c
+++ b/sys/arch/sgi/sgi/ip27_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip27_machdep.c,v 1.40 2009/11/29 17:03:53 miod Exp $ */
+/* $OpenBSD: ip27_machdep.c,v 1.41 2009/12/04 22:48:11 miod Exp $ */
/*
* Copyright (c) 2008, 2009 Miodrag Vallat.
@@ -534,7 +534,7 @@ ip27_halt(int howto)
#else
if (howto & RB_POWERDOWN) {
if (ip35) {
- l1_exec_command(masternasid, "pwr d");
+ l1_exec_command(masternasid, "* pwr d");
delay(1000000);
printf("Powerdown failed, "
"please switch off power manually.\n");