CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/01/08 22:44:41
Modified files:
sys/dev/pci : if_ix.c
Log message:
replace an #ifdef IX_CSUM_OFFLOAD with an IFCAP_CSUM_IPv4 capability check,
this allows to enable/disable checksum offloading at one point in the driver
without the need to care about stupid #defines. no functional change.
