1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00

Return BUS_PROBE_GENERIC rather than 0 in the probe routine.

Requested by:	marius
This commit is contained in:
John Baldwin 2005-12-22 16:25:22 +00:00
parent 2a3d3a660b
commit be7ccc4ba3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153646

View File

@ -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