diff options
Diffstat (limited to 'sys/dev/pci/isa_pci.c')
-rw-r--r-- | sys/dev/pci/isa_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/isa_pci.c b/sys/dev/pci/isa_pci.c index c8ad277edb41..f63c63afc384 100644 --- a/sys/dev/pci/isa_pci.c +++ b/sys/dev/pci/isa_pci.c @@ -160,7 +160,7 @@ static int isab_pci_attach(device_t dev) { - bus_generic_probe(dev); + bus_identify_children(dev); return (isab_attach(dev)); } |