mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
vtvga: improve the device description.
This commit is contained in:
parent
e7e04fe216
commit
bae1c14d6b
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue