From bae1c14d6bf0c4556ba5300bd0ea243cb536c2c1 Mon Sep 17 00:00:00 2001 From: Rui Paulo Date: Thu, 5 Feb 2015 19:36:29 +0000 Subject: [PATCH] vtvga: improve the device description. --- sys/dev/vt/hw/vga/vt_vga.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/vt/hw/vga/vt_vga.c b/sys/dev/vt/hw/vga/vt_vga.c index d29a5b394481..43bad8e9a91b 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); }