summaryrefslogtreecommitdiffstats
path: root/sys/dev/xen/pcifront/pcifront.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/xen/pcifront/pcifront.c')
-rw-r--r--sys/dev/xen/pcifront/pcifront.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/xen/pcifront/pcifront.c b/sys/dev/xen/pcifront/pcifront.c
index cdc8f9c..1613e0a 100644
--- a/sys/dev/xen/pcifront/pcifront.c
+++ b/sys/dev/xen/pcifront/pcifront.c
@@ -441,7 +441,7 @@ xpcife_probe(device_t dev)
struct pcifront_device *pdev = (struct pcifront_device *)device_get_ivars(dev);
DPRINTF("xpcife probe (unit=%d)\n", pdev->unit);
#endif
- return 0;
+ return (BUS_PROBE_NOWILDCARD);
}
/* Newbus xpcife device driver attach */
OpenPOWER on IntegriCloud