Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153448167
D7875.id20425.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
664 B
Referenced Files
None
Subscribers
None
D7875.id20425.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D7875: hyperv/hn: Put debug message under bootverbose
Attached
Detach File
Event Timeline
Log In to Comment