aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fe
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2000-11-10 14:05:47 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2000-11-10 14:05:47 +0000
commita79d3d24284a20abe293f49c92b30d3bbbaa93cd (patch)
tree1e672c4950279dab507b3c0f85eac861e9c32e87 /sys/dev/fe
parent906b64d5b6ca3d31c46e1650d017c1b4c18fad93 (diff)
Notes
Diffstat (limited to 'sys/dev/fe')
-rw-r--r--sys/dev/fe/if_fe_cbus.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/fe/if_fe_cbus.c b/sys/dev/fe/if_fe_cbus.c
index ea61b7615fa6..0e8d7325ba5d 100644
--- a/sys/dev/fe/if_fe_cbus.c
+++ b/sys/dev/fe/if_fe_cbus.c
@@ -96,6 +96,10 @@ fe_isa_probe(device_t dev)
struct fe_softc * sc;
int error;
+ /* Check isapnp ids */
+ if (isa_get_vendorid(dev))
+ return (ENXIO);
+
/* Prepare for the softc struct. */
sc = device_get_softc(dev);
sc->sc_unit = device_get_unit(dev);