hyperv/hn: Put debug message under bootverbose

MFC after:	1 week
Sponsored by:	Microsoft
Differential Revision:	https://reviews.freebsd.org/D7875
This commit is contained in:
Sepherosa Ziehau 2016-09-18 07:47:57 +00:00
parent 174e02e003
commit 5bc2bbe347

View File

@ -629,8 +629,10 @@ netvsc_attach(device_t dev)
ether_ifattach(ifp, eaddr);
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);