summaryrefslogtreecommitdiffstats
path: root/sys/dev/sn
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sn')
-rw-r--r--sys/dev/sn/if_sn_isa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sn/if_sn_isa.c b/sys/dev/sn/if_sn_isa.c
index 1ff9de4..ab34a23 100644
--- a/sys/dev/sn/if_sn_isa.c
+++ b/sys/dev/sn/if_sn_isa.c
@@ -60,10 +60,10 @@ static int sn_isa_attach (device_t);
static int
sn_isa_probe (device_t dev)
{
-#if 0
+ if (isa_get_logicalid(dev)) /* skip PnP probes */
+ return (ENXIO);
if (sn_probe(dev, 0) != 0)
return (0);
-#endif
return (ENXIO);
}
OpenPOWER on IntegriCloud