diff options
| author | Mike Smith <msmith@FreeBSD.org> | 2000-10-28 10:46:30 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 2000-10-28 10:46:30 +0000 |
| commit | e10f2ee576c314be6b8d88dc2a3f47ec7e571ec3 (patch) | |
| tree | 0454b6f160a581cab695025c4fe60ff81dce0a5f /sys/dev/mlx/mlx_pci.c | |
| parent | 41fced74eba20634eac5f5af192279fa2121b502 (diff) | |
Notes
Diffstat (limited to 'sys/dev/mlx/mlx_pci.c')
| -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 497e0a67c040..2a2704850c22 100644 --- a/sys/dev/mlx/mlx_pci.c +++ b/sys/dev/mlx/mlx_pci.c @@ -104,7 +104,7 @@ mlx_pci_probe(device_t dev) (m->subdevice == pci_get_subdevice(dev))))) { device_set_desc(dev, m->desc); - return(0); + return(-10); /* allow room to be overridden */ } } return(ENXIO); |
