Correct disabling checksum offloading for BCM5700 B0.

This commit is contained in:
Pyun YongHyeon 2009-11-09 00:16:50 +00:00
parent a1f7c632cc
commit 4d3a629c65
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=199065

View File

@ -2743,7 +2743,7 @@ bge_attach(device_t dev)
*/
if (sc->bge_chipid == BGE_CHIPID_BCM5700_B0) {
ifp->if_capabilities &= ~IFCAP_HWCSUM;
ifp->if_capenable &= IFCAP_HWCSUM;
ifp->if_capenable &= ~IFCAP_HWCSUM;
ifp->if_hwassist = 0;
}