summaryrefslogtreecommitdiffstats
path: root/sys/dev/amr/amr_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/amr/amr_pci.c')
-rw-r--r--sys/dev/amr/amr_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/amr/amr_pci.c b/sys/dev/amr/amr_pci.c
index c70159b..6fab698 100644
--- a/sys/dev/amr/amr_pci.c
+++ b/sys/dev/amr/amr_pci.c
@@ -154,7 +154,7 @@ amr_pci_probe(device_t dev)
continue;
}
device_set_desc(dev, LSI_DESC_PCI);
- return(-10); /* allow room to be overridden */
+ return(BUS_PROBE_DEFAULT);
}
}
return(ENXIO);
OpenPOWER on IntegriCloud