aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx/mlx_pci.c
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2000-10-28 10:46:30 +0000
committerMike Smith <msmith@FreeBSD.org>2000-10-28 10:46:30 +0000
commite10f2ee576c314be6b8d88dc2a3f47ec7e571ec3 (patch)
tree0454b6f160a581cab695025c4fe60ff81dce0a5f /sys/dev/mlx/mlx_pci.c
parent41fced74eba20634eac5f5af192279fa2121b502 (diff)
Notes
Diffstat (limited to 'sys/dev/mlx/mlx_pci.c')
-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 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);