summaryrefslogtreecommitdiffstats
path: root/sys/pci/alpm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/alpm.c')
-rw-r--r--sys/pci/alpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/alpm.c b/sys/pci/alpm.c
index 7a062e3..9a0e537 100644
--- a/sys/pci/alpm.c
+++ b/sys/pci/alpm.c
@@ -166,7 +166,7 @@ alpm_probe(device_t dev)
return (ENXIO);
}
#endif
- return (0);
+ return (BUS_PROBE_DEFAULT);
}
return (ENXIO);
OpenPOWER on IntegriCloud