diff options
| author | Rui Paulo <rpaulo@FreeBSD.org> | 2015-02-05 19:36:29 +0000 |
|---|---|---|
| committer | Rui Paulo <rpaulo@FreeBSD.org> | 2015-02-05 19:36:29 +0000 |
| commit | bae1c14d6bf0c4556ba5300bd0ea243cb536c2c1 (patch) | |
| tree | 99f3d6b5c7a3295100e6aac3490ad27ec5a9745c /sys/dev/vt/hw | |
| parent | e7e04fe216c8f478a26359c8f35b7214aab72d69 (diff) | |
Notes
Diffstat (limited to 'sys/dev/vt/hw')
| -rw-r--r-- | sys/dev/vt/hw/vga/vt_vga.c | 3 |
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); } |
