summaryrefslogtreecommitdiffstats
path: root/sys/dev/vge/if_vge.c
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2009-12-16 20:03:43 +0000
committeryongari <yongari@FreeBSD.org>2009-12-16 20:03:43 +0000
commit760ca3284b84f83b005b6fe75111fa6f918e9cdd (patch)
tree3ebc5f1ca9dbb8fb418221f60eea4473b5e897a4 /sys/dev/vge/if_vge.c
parente75eb0a487d2085779334965fa65491da48d96a3 (diff)
downloadFreeBSD-src-760ca3284b84f83b005b6fe75111fa6f918e9cdd.zip
FreeBSD-src-760ca3284b84f83b005b6fe75111fa6f918e9cdd.tar.gz
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.
Diffstat (limited to 'sys/dev/vge/if_vge.c')
-rw-r--r--sys/dev/vge/if_vge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vge/if_vge.c b/sys/dev/vge/if_vge.c
index d581357..92e1986 100644
--- a/sys/dev/vge/if_vge.c
+++ b/sys/dev/vge/if_vge.c
@@ -144,7 +144,7 @@ TUNABLE_INT("hw.vge.msi_disable", &msi_disable);
*/
static struct vge_type vge_devs[] = {
{ VIA_VENDORID, VIA_DEVICEID_61XX,
- "VIA Networking Gigabit Ethernet" },
+ "VIA Networking Velocity Gigabit Ethernet" },
{ 0, 0, NULL }
};
OpenPOWER on IntegriCloud