svn commit: r200617 - head/sys/dev/vge

Pyun YongHyeon yongari at FreeBSD.org
Wed Dec 16 20:03:43 UTC 2009


Author: yongari
Date: Wed Dec 16 20:03:43 2009
New Revision: 200617
URL: http://svn.freebsd.org/changeset/base/200617

Log:
  Add "Velocity" to probe message which will make it clearer which
  ethernet controller was recognized. VIA consistently calls
  "Velocity" family for gigabit ethernet controllers. For fast
  ethernet controllers they uses "Rhine" family(vr(4) controllers))
  and vr(4) already shows "Rhine" in probe message.

Modified:
  head/sys/dev/vge/if_vge.c

Modified: head/sys/dev/vge/if_vge.c
==============================================================================
--- head/sys/dev/vge/if_vge.c	Wed Dec 16 19:49:23 2009	(r200616)
+++ head/sys/dev/vge/if_vge.c	Wed Dec 16 20:03:43 2009	(r200617)
@@ -144,7 +144,7 @@ TUNABLE_INT("hw.vge.msi_disable", &msi_d
  */
 static struct vge_type vge_devs[] = {
 	{ VIA_VENDORID, VIA_DEVICEID_61XX,
-		"VIA Networking Gigabit Ethernet" },
+		"VIA Networking Velocity Gigabit Ethernet" },
 	{ 0, 0, NULL }
 };
 


More information about the svn-src-head mailing list