summaryrefslogtreecommitdiffstats
path: root/sys/mips/atheros/ar724x_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips/atheros/ar724x_pci.c')
-rw-r--r--sys/mips/atheros/ar724x_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/atheros/ar724x_pci.c b/sys/mips/atheros/ar724x_pci.c
index e73e9fc..c481b6a 100644
--- a/sys/mips/atheros/ar724x_pci.c
+++ b/sys/mips/atheros/ar724x_pci.c
@@ -349,7 +349,7 @@ static int
ar724x_pci_probe(device_t dev)
{
- return (0);
+ return (BUS_PROBE_NOWILDCARD);
}
static int
OpenPOWER on IntegriCloud