Page MenuHomeFreeBSD

D7875.id20425.diff
No OneTemporary

D7875.id20425.diff

Index: head/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c
===================================================================
--- head/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c
+++ head/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c
@@ -629,8 +629,10 @@
ether_ifattach(ifp, eaddr);
- if_printf(ifp, "TSO: %u/%u/%u\n", ifp->if_hw_tsomax,
- ifp->if_hw_tsomaxsegcount, ifp->if_hw_tsomaxsegsize);
+ if (bootverbose) {
+ if_printf(ifp, "TSO: %u/%u/%u\n", ifp->if_hw_tsomax,
+ ifp->if_hw_tsomaxsegcount, ifp->if_hw_tsomaxsegsize);
+ }
/* Inform the upper layer about the long frame support. */
ifp->if_hdrlen = sizeof(struct ether_vlan_header);

File Metadata

Mime Type
text/plain
Expires
Wed, Apr 22, 5:49 AM (10 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31956961
Default Alt Text
D7875.id20425.diff (664 B)

Event Timeline