diff --git a/sys/dev/vge/if_vge.c b/sys/dev/vge/if_vge.c index d5813579564..92e19865c55 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 } };