summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1999-02-07 00:54:46 +0000
committermillert <millert@openbsd.org>1999-02-07 00:54:46 +0000
commit0cbcfb5f3653642e059e3a21fad5314355a23837 (patch)
tree69628708e28b351d63e33b605e482469ae62fcb1
parentman pages belong in section 8 (diff)
downloadwireguard-openbsd-0cbcfb5f3653642e059e3a21fad5314355a23837.tar.xz
wireguard-openbsd-0cbcfb5f3653642e059e3a21fad5314355a23837.zip
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.
-rw-r--r--sys/dev/isa/isa.c4
1 files changed, 2 insertions, 2 deletions
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