From 2902d49d711b28aa8dac7e1340bb32130063fd2d Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Wed, 11 Dec 2002 06:02:24 +0000 Subject: delay(1) is enough on attention --- sys/arch/hppa/gsc/if_ie_gsc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/arch/hppa/gsc') 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 -- cgit v1.2.3