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:
parent
f260c3eadc
commit
49bebba7aa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298620
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user