diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-03-05 18:10:49 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-03-05 18:10:49 +0000 |
| commit | 6b9907e7f8ba7c43f55d6a4101c31329b45907e0 (patch) | |
| tree | 8a0f400e5e792e0f80e6277d64df1439693f9b62 /sys/dev/mlx | |
| parent | 99110cb6fe5c89b2043c74638debf6548da6e8fb (diff) | |
Notes
Diffstat (limited to 'sys/dev/mlx')
| -rw-r--r-- | sys/dev/mlx/mlx_pci.c | 2 |
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); |
