svn commit: r278276 - head/sys/dev/vt/hw/vga

Rui Paulo rpaulo at FreeBSD.org
Thu Feb 5 19:36:30 UTC 2015


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);
 }
 


More information about the svn-src-all mailing list