CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2024/01/28 11:42:58
Modified files:
sys/dev/pci : if_em.c if_em.h if_em_hw.h
Log message:
Back out the TSO support diff, since we got issues reported for which
no solution could be found. Known issues at this point:
1. sparc64 panics, probably because of an alignment issue in struct
tcphdr { th_off }. A diff for potentially fixing the alignment issue
exists, but testing is pending.
2. Watchdogs reported on the I350 chip, which can't be reproduced on own
hardware.