aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vt/hw
diff options
context:
space:
mode:
authorRui Paulo <rpaulo@FreeBSD.org>2015-02-05 19:36:29 +0000
committerRui Paulo <rpaulo@FreeBSD.org>2015-02-05 19:36:29 +0000
commitbae1c14d6bf0c4556ba5300bd0ea243cb536c2c1 (patch)
tree99f3d6b5c7a3295100e6aac3490ad27ec5a9745c /sys/dev/vt/hw
parente7e04fe216c8f478a26359c8f35b7214aab72d69 (diff)
Notes
Diffstat (limited to 'sys/dev/vt/hw')
-rw-r--r--sys/dev/vt/hw/vga/vt_vga.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/vt/hw/vga/vt_vga.c b/sys/dev/vt/hw/vga/vt_vga.c
index d29a5b394481c..43bad8e9a91be 100644
--- a/sys/dev/vt/hw/vga/vt_vga.c
+++ b/sys/dev/vt/hw/vga/vt_vga.c
@@ -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);
}