summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_xl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_xl.c')
-rw-r--r--sys/pci/if_xl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c
index 883aea5..3cd39da 100644
--- a/sys/pci/if_xl.c
+++ b/sys/pci/if_xl.c
@@ -1062,7 +1062,7 @@ xl_probe(device_t dev)
if ((pci_get_vendor(dev) == t->xl_vid) &&
(pci_get_device(dev) == t->xl_did)) {
device_set_desc(dev, t->xl_name);
- return (0);
+ return (BUS_PROBE_DEFAULT);
}
t++;
}
OpenPOWER on IntegriCloud