Module Name: src Committed By: yamaguchi Date: Tue Mar 3 04:55:46 UTC 2020
Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Send packets even if link state is not up ixl(4) has not the limitation that it must not send packet when link is down. And most of the other NIC drivers do not refer to it when sending packets. reviewed by knakahara@n.o, thanks. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/dev/pci/if_ixl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.