summaryrefslogtreecommitdiffstats
path: root/sys/pci/agp_via.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/agp_via.c')
-rw-r--r--sys/pci/agp_via.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/agp_via.c b/sys/pci/agp_via.c
index a2cb739..118b906 100644
--- a/sys/pci/agp_via.c
+++ b/sys/pci/agp_via.c
@@ -145,7 +145,7 @@ agp_via_probe(device_t dev)
if (desc) {
device_verbose(dev);
device_set_desc(dev, desc);
- return 0;
+ return BUS_PROBE_DEFAULT;
}
return ENXIO;
OpenPOWER on IntegriCloud