diff options
Diffstat (limited to 'sys/dev/aic7xxx/ahc_pci.c')
-rw-r--r-- | sys/dev/aic7xxx/ahc_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/ahc_pci.c b/sys/dev/aic7xxx/ahc_pci.c index a9d4478..4a4889c 100644 --- a/sys/dev/aic7xxx/ahc_pci.c +++ b/sys/dev/aic7xxx/ahc_pci.c @@ -66,7 +66,7 @@ ahc_pci_probe(device_t dev) entry = ahc_find_pci_device(dev); if (entry != NULL) { device_set_desc(dev, entry->name); - return (0); + return (BUS_PROBE_DEFAULT); } return (ENXIO); } |