vtvga: improve the device description.

This commit is contained in:
Rui Paulo 2015-02-05 19:36:29 +00:00
parent e7e04fe216
commit bae1c14d6b

View File

@ -1263,7 +1263,8 @@ static int
vtvga_probe(device_t dev)
{
device_set_desc(dev, "vt_vga driver");
device_set_desc(dev, "VT VGA driver");
return (BUS_PROBE_NOWILDCARD);
}