summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2003-03-29 01:11:00 +0000
committermickey <mickey@openbsd.org>2003-03-29 01:11:00 +0000
commitcc3b0c153b4f50a45839ec4e22b4fe87131bb220 (patch)
treef83ccffff23f7c81b3606cc15028299fb3ec28e6
parentfetch the device address list for where supported; say 16 addresses is ought to be enough for every case. dim off the disk led amongst the other lights (diff)
downloadwireguard-openbsd-cc3b0c153b4f50a45839ec4e22b4fe87131bb220.tar.xz
wireguard-openbsd-cc3b0c153b4f50a45839ec4e22b4fe87131bb220.zip
try to blink
-rw-r--r--sys/arch/hppa/gsc/osiop_gsc.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/hppa/gsc/osiop_gsc.c b/sys/arch/hppa/gsc/osiop_gsc.c
index b8092f85552..b42c2348f5b 100644
--- a/sys/arch/hppa/gsc/osiop_gsc.c
+++ b/sys/arch/hppa/gsc/osiop_gsc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: osiop_gsc.c,v 1.3 2003/01/25 07:22:01 jason Exp $ */
+/* $OpenBSD: osiop_gsc.c,v 1.4 2003/03/29 01:11:00 mickey Exp $ */
/* $NetBSD: osiop_gsc.c,v 1.6 2002/10/02 05:17:50 thorpej Exp $ */
/*
@@ -193,8 +193,7 @@ osiop_gsc_intr(arg)
/* Deal with the interrupt */
osiop_intr(sc);
- /* Blink the LED. */
- /* hp700_led_blink(HP700_LED_DISK); */
+ ledctl(PALED_DISK, 0, 0);
return (1);
}