summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc/dev/power.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc/dev/power.c b/sys/arch/sparc/dev/power.c
index 0255c25c059..0d31d68c9d4 100644
--- a/sys/arch/sparc/dev/power.c
+++ b/sys/arch/sparc/dev/power.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: power.c,v 1.4 1997/08/08 08:25:22 downsj Exp $ */
+/* $OpenBSD: power.c,v 1.5 1999/05/05 07:08:03 deraadt Exp $ */
/* $NetBSD: power.c,v 1.2 1996/05/16 15:56:56 abrown Exp $ */
/*
@@ -103,4 +103,5 @@ powerdown()
{
if (power_attached)
*POWER_REG |= POWER_OFF;
+ DELAY(1000000);
}