Return -10000 in pci_hostb_probe to allow agp driver (disabled otherwise)
This commit is contained in:
parent
da0f52e1ea
commit
c07f6a2dd1
@ -473,7 +473,7 @@ pci_hostb_probe(device_t dev)
|
||||
pci_get_subclass(dev) == PCIS_BRIDGE_HOST) {
|
||||
device_set_desc(dev, "Host to PCI bridge");
|
||||
device_quiet(dev);
|
||||
return 0;
|
||||
return -10000;
|
||||
}
|
||||
return ENXIO;
|
||||
}
|
||||
|
@ -473,7 +473,7 @@ pci_hostb_probe(device_t dev)
|
||||
pci_get_subclass(dev) == PCIS_BRIDGE_HOST) {
|
||||
device_set_desc(dev, "Host to PCI bridge");
|
||||
device_quiet(dev);
|
||||
return 0;
|
||||
return -10000;
|
||||
}
|
||||
return ENXIO;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user