]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix Tx/Rx checksum offload ioctl handling and make Rx handler honor
authorPyun YongHyeon <yongari@FreeBSD.org>
Tue, 25 Nov 2008 01:33:16 +0000 (01:33 +0000)
committerPyun YongHyeon <yongari@FreeBSD.org>
Tue, 25 Nov 2008 01:33:16 +0000 (01:33 +0000)
commit60bb79ebaa4292b09c44e9b3cc25d838a32c404e
tree764a63163d9079b2219f57e3c5a5b12e2901bf25
parentb23d6be9522df2d0b83d0dccdbc9204741324797
Fix Tx/Rx checksum offload ioctl handling and make Rx handler honor
checksum offload configuration. Now checksum offload can be
controlled by ifconfig(8).
While I'm here add an additional check for interface capabilities
before applying user's request.
sys/dev/fxp/if_fxp.c