diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-03-29 01:11:01 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-03-29 01:11:01 +0000 |
commit | cf6aae07de4922efb84a43eb272b87779288948a (patch) | |
tree | 8562a9e8683f7a342d7ac6e1e7f8461052c3cabb /sys/arch/hppa/gsc/osiop_gsc.c | |
parent | 4f047ee812276918955edfbec20d5db2637a3182 (diff) |
try to blink
Diffstat (limited to 'sys/arch/hppa/gsc/osiop_gsc.c')
-rw-r--r-- | sys/arch/hppa/gsc/osiop_gsc.c | 5 |
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); } |