summaryrefslogtreecommitdiff
path: root/sys/dev/isa/lm_isa.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/isa/lm_isa.c')
-rw-r--r--sys/dev/isa/lm_isa.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/dev/isa/lm_isa.c b/sys/dev/isa/lm_isa.c
index 41383b31deb..4461bfa058d 100644
--- a/sys/dev/isa/lm_isa.c
+++ b/sys/dev/isa/lm_isa.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lm_isa.c,v 1.2 2003/05/28 19:15:37 grange Exp $ */
+/* $OpenBSD: lm_isa.c,v 1.3 2003/06/29 21:17:07 grange Exp $ */
/* $NetBSD: lm_isa.c,v 1.9 2002/11/15 14:55:44 ad Exp $ */
/*-
@@ -74,12 +74,6 @@ lm_isa_match(struct device *parent, void *match, void *aux)
int iobase;
int rv;
- /* Must supply an address */
- if (ia->ipa_nio < 1) {
- DPRINTF(("%s: ipa_nio=%d\n", __func__, ia->ipa_nio));
- return (0);
- }
-
#ifdef __NetBSD__
if (ISA_DIRECT_CONFIG(ia))
return (0);