From a122fd1dfca2cc6b077c8396ffa4f43e9f5a8b50 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 7 Feb 1999 00:54:47 +0000 Subject: Break out of loop in isa_intr_check() if we know what IRQ we want but isa_intr_check() says we can't have it. --- sys/dev/isa/isa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/isa/isa.c') diff --git a/sys/dev/isa/isa.c b/sys/dev/isa/isa.c index 73dd22b7a8f..b59db02608d 100644 --- a/sys/dev/isa/isa.c +++ b/sys/dev/isa/isa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isa.c,v 1.35 1998/07/28 13:26:48 csapuntz Exp $ */ +/* $OpenBSD: isa.c,v 1.36 1999/02/07 00:54:46 millert Exp $ */ /* $NetBSD: isa.c,v 1.85 1996/05/14 00:31:04 thorpej Exp $ */ /* @@ -221,7 +221,7 @@ isascan(parent, match) cf->cf_driver->cd_name, cf->cf_unit, ia2.ia_irq); ia2 = ia; - continue; + break; } #endif -- cgit v1.2.3