svn commit: r298620 - head/sys/dev/hyperv/netvsc

Sepherosa Ziehau sephe at FreeBSD.org
Tue Apr 26 06:50:42 UTC 2016


Author: sephe
Date: Tue Apr 26 06:50:41 2016
New Revision: 298620
URL: https://svnweb.freebsd.org/changeset/base/298620

Log:
  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

Modified:
  head/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c

Modified: head/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c
==============================================================================
--- head/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c	Tue Apr 26 06:50:38 2016	(r298619)
+++ head/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c	Tue Apr 26 06:50:41 2016	(r298620)
@@ -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");
 


More information about the svn-src-all mailing list