CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/08/07 14:28:47
Modified files:
sys/dev/ic : dwqe.c
Log message:
Raise transmit threshold to 512 bytes. This makes dwqe(4) work at
1000baseT. We still see a small number of underflow errors when hammering
the interface with packets, but it is defenitely usable.
While there, make sure we count transmit errors.
ok jmatthew@
