mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue