Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Feb 2015 19:36:30 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r278276 - head/sys/dev/vt/hw/vga
Message-ID:  <201502051936.t15JaUeg003874@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502051936.t15JaUeg003874>