diff options
| author | Warner Losh <imp@FreeBSD.org> | 2000-04-08 17:23:46 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2000-04-08 17:23:46 +0000 |
| commit | d85d39f7d1f3594fdd2ee61f1cf84bfaa67e2b61 (patch) | |
| tree | 3f30a2368e3d43e1c8069557427ca2a559d4018c /sys/dev | |
| parent | 0491a49ae7bbeff371e29c5d326b4251032fe451 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/sn/if_sn_isa.c | 4 |
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 1ff9de4b1497..ab34a234526e 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); } |
