Author: rpaulo
Date: Thu Feb  5 19:36:29 2015
New Revision: 278276
URL: https://svnweb.freebsd.org/changeset/base/278276

Log:
  vtvga: improve the device description.

Modified:
  head/sys/dev/vt/hw/vga/vt_vga.c

Modified: head/sys/dev/vt/hw/vga/vt_vga.c
==============================================================================
--- head/sys/dev/vt/hw/vga/vt_vga.c     Thu Feb  5 19:31:41 2015        
(r278275)
+++ head/sys/dev/vt/hw/vga/vt_vga.c     Thu Feb  5 19:36:29 2015        
(r278276)
@@ -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);
 }
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to