aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-03-05 18:10:49 +0000
committerWarner Losh <imp@FreeBSD.org>2005-03-05 18:10:49 +0000
commit6b9907e7f8ba7c43f55d6a4101c31329b45907e0 (patch)
tree8a0f400e5e792e0f80e6277d64df1439693f9b62 /sys/dev/mlx
parent99110cb6fe5c89b2043c74638debf6548da6e8fb (diff)
Notes
Diffstat (limited to 'sys/dev/mlx')
-rw-r--r--sys/dev/mlx/mlx_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mlx/mlx_pci.c b/sys/dev/mlx/mlx_pci.c
index f3309277fb63..6c2fe87e6e93 100644
--- a/sys/dev/mlx/mlx_pci.c
+++ b/sys/dev/mlx/mlx_pci.c
@@ -106,7 +106,7 @@ mlx_pci_probe(device_t dev)
(m->subdevice == pci_get_subdevice(dev))))) {
device_set_desc(dev, m->desc);
- return(-10); /* allow room to be overridden */
+ return(BUS_PROBE_DEFAULT);
}
}
return(ENXIO);