Here is a bugfix for the Lance chip driver for the DECstation 2100/3100.
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 17 Nov 1993 04:31:08 +0000 (20:31 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 17 Nov 1993 04:31:08 +0000 (20:31 -0800)
commit2fe41b07a05bbb57a2ac3abfdcbc6eaac1315945
treeee47e8c435f626cbee94a9209961d5bef9caeb05
parentf4a4a291e35aa4f039070468cc095863702152ca
Here is a bugfix for the Lance chip driver for the DECstation 2100/3100.
The fix is specific to the original DECstations (not the 5000's) and results
in persistent TCP checksum errors when a TCP connection's window size
adjusts such that the start offset is on a byte boundary. The problem
is that "from" is a signed char and sign extended over the high order
bits of the short.
From: rmacklem@herman.cs.uoguelph.ca (Richard A Macklem)

SCCS-vsn: sys/pmax/dev/if_le.c 8.2
usr/src/sys/pmax/dev/if_le.c