summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/gsc
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-12-11 06:02:24 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-12-11 06:02:24 +0000
commit2902d49d711b28aa8dac7e1340bb32130063fd2d (patch)
treedd953788ca25d5cffa95f364bf88b4483f3ab38a /sys/arch/hppa/gsc
parentaebbfa88f0633f8b1cb151c39deebd43919f026d (diff)
delay(1) is enough on attention
Diffstat (limited to 'sys/arch/hppa/gsc')
-rw-r--r--sys/arch/hppa/gsc/if_ie_gsc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hppa/gsc/if_ie_gsc.c b/sys/arch/hppa/gsc/if_ie_gsc.c
index a2b9012f190..199c167ed61 100644
--- a/sys/arch/hppa/gsc/if_ie_gsc.c
+++ b/sys/arch/hppa/gsc/if_ie_gsc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ie_gsc.c,v 1.14 2002/10/13 14:15:35 mickey Exp $ */
+/* $OpenBSD: if_ie_gsc.c,v 1.15 2002/12/11 06:02:23 mickey Exp $ */
/*
* Copyright (c) 1998,1999 Michael Shalayeff
@@ -153,9 +153,9 @@ ie_gsc_attend(sc)
register volatile struct ie_gsc_regs *r = (struct ie_gsc_regs *)sc->ioh;
fdcache(0, (vaddr_t)ie_mem, IE_SIZE);
- DELAY(10);
+ DELAY(1);
r->ie_attn = 0;
- DELAY(10);
+ DELAY(1);
}
void