summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>1998-09-15 04:27:09 +0000
committerJason Wright <jason@cvs.openbsd.org>1998-09-15 04:27:09 +0000
commita191b615b33316ed26f562fc953609f4076439a4 (patch)
treefced0e48573a4cde0402d4a0f6030e2b9f10c306 /sys
parent56801073c0be0222c171e291958065d354c2dc38 (diff)
Call sun4 led blinker, not 4c led blinker if setup pre-initialized.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc/dev/led.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/led.c b/sys/arch/sparc/dev/led.c
index 93be079a1f0..87ee9a4aedf 100644
--- a/sys/arch/sparc/dev/led.c
+++ b/sys/arch/sparc/dev/led.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: led.c,v 1.3 1998/05/22 03:10:31 jason Exp $ */
+/* $OpenBSD: led.c,v 1.4 1998/09/15 04:27:08 jason Exp $ */
/*
* Copyright (c) 1998 Jason L. Wright (jason@thought.net)
@@ -93,7 +93,7 @@ ledattach(parent, self, aux)
/* In case it's initialized to true... */
if (sparc_led_blink)
- led_blink((caddr_t)0);
+ led_sun4_cycle((caddr_t)0);
}
/*