Return BUS_PROBE_GENERIC rather than 0 in the probe routine.
Requested by: marius
This commit is contained in:
parent
fec7bec361
commit
d4cd89f6af
@ -61,7 +61,7 @@ vga_pci_probe(device_t dev)
|
||||
return (ENXIO);
|
||||
}
|
||||
device_set_desc(dev, "VGA-compatible display");
|
||||
return (0);
|
||||
return (BUS_PROBE_GENERIC);
|
||||
}
|
||||
|
||||
static int
|
||||
|
Loading…
x
Reference in New Issue
Block a user