diff options
Diffstat (limited to 'sys/dev/isp')
| -rw-r--r-- | sys/dev/isp/isp_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c index be92b963ee194..1e7213c30a556 100644 --- a/sys/dev/isp/isp_pci.c +++ b/sys/dev/isp/isp_pci.c @@ -354,7 +354,7 @@ isp_pci_probe(device_t dev) * XXXX: Here is where we might load the f/w module * XXXX: (or increase a reference count to it). */ - return (0); + return (BUS_PROBE_DEFAULT); } static int |
