diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/isa/isa.c | 4 |
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 |