summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-12-17 18:15:15 +0000
committerimp <imp@FreeBSD.org>2000-12-17 18:15:15 +0000
commite483aa0cee4a82f2944caa5015aa009669ab419e (patch)
tree70457d43b0819df20ff0657bc8558cf5ea2693bb /sys
parentcc356684533580f7a145e38eb85aa94961e2713d (diff)
downloadFreeBSD-src-e483aa0cee4a82f2944caa5015aa009669ab419e.zip
FreeBSD-src-e483aa0cee4a82f2944caa5015aa009669ab419e.tar.gz
Call ed_probe_Novel in the AX88190 case as well.
Remove stary blank line. Submitted by: Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ed/if_ed_pccard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ed/if_ed_pccard.c b/sys/dev/ed/if_ed_pccard.c
index a4efae0..e9a6629 100644
--- a/sys/dev/ed/if_ed_pccard.c
+++ b/sys/dev/ed/if_ed_pccard.c
@@ -158,7 +158,6 @@ ed_pccard_probe(device_t dev)
sc->asic_offset = ED_NOVELL_ASIC_OFFSET;
sc->nic_offset = ED_NOVELL_NIC_OFFSET;
-
sc->chip_type = ED_CHIP_TYPE_AX88190;
/*
@@ -172,6 +171,7 @@ ed_pccard_probe(device_t dev)
ax88190_geteprom(sc);
ed_release_resources(dev);
+ error = ed_probe_Novell(dev, 0, flags);
goto end2;
}
OpenPOWER on IntegriCloud