Return BUS_PROBE_GENERIC rather than 0 in the probe routine.

Requested by:	marius
This commit is contained in:
jhb 2005-12-22 16:25:22 +00:00
parent fec7bec361
commit d4cd89f6af

View File

@ -61,7 +61,7 @@ vga_pci_probe(device_t dev)
return (ENXIO); return (ENXIO);
} }
device_set_desc(dev, "VGA-compatible display"); device_set_desc(dev, "VGA-compatible display");
return (0); return (BUS_PROBE_GENERIC);
} }
static int static int