hyperv/hn: Change description to "Hyper-V Network Interface"

This is consistent w/ other Hyper-V devices.

MFC after:	1 week
Sponsored by:	Microsoft OSTC
This commit is contained in:
Sepherosa Ziehau 2016-04-26 06:50:41 +00:00
parent f260c3eadc
commit 49bebba7aa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298620

View File

@ -402,7 +402,7 @@ netvsc_probe(device_t dev)
p = vmbus_get_type(dev);
if (!memcmp(p, &g_net_vsc_device_type.data, sizeof(hv_guid))) {
device_set_desc(dev, "Synthetic Network Interface");
device_set_desc(dev, "Hyper-V Network Interface");
if (bootverbose)
printf("Netvsc probe... DONE \n");