aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2000-12-13 06:27:23 +0000
committerWarner Losh <imp@FreeBSD.org>2000-12-13 06:27:23 +0000
commit3a68d6087afced7d8e54b23cec4b97a3018ab241 (patch)
tree08578a9b34a0c36d5a012cd48f014627e2e95370 /sys
parentb76f687a7ea302911d7907ca0d924908b77e574f (diff)
downloadsrc-3a68d6087afced7d8e54b23cec4b97a3018ab241.tar.gz
src-3a68d6087afced7d8e54b23cec4b97a3018ab241.zip
Fix problem with ax88190 based cards trying to probe further after
matching the ax88190.
Notes
Notes: svn path=/head/; revision=69964
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ed/if_ed_pccard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ed/if_ed_pccard.c b/sys/dev/ed/if_ed_pccard.c
index 691245693843..a4efae01b266 100644
--- a/sys/dev/ed/if_ed_pccard.c
+++ b/sys/dev/ed/if_ed_pccard.c
@@ -172,6 +172,7 @@ ed_pccard_probe(device_t dev)
ax88190_geteprom(sc);
ed_release_resources(dev);
+ goto end2;
}
error = ed_probe_Novell(dev, 0, flags);