From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Plan9" To: <9fans@cse.psu.edu> Subject: Re: [9fans] ether8139.c fix Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Date: Wed, 6 Mar 2002 22:07:26 -0600 Topicbox-Message-UUID: 609629a8-eaca-11e9-9e20-41e7f4b1d025 Well, We updated and tested with the following cards : CARD CHIPSET ----------------- -------- RTL8139B RTL8139B D-Link DFE-538 TX DL10038 (alias RTL8139B) Compaq 10/100 PCI WOL EMPX??? (alias RTL8139B) But it seems like the issues are still here. While transfering a big = amount of data or during normal ops (but a long time after booting) the = machine unexpectedely crashes by suddenly rebooting. We have clearly isolated the issue by testing the same PC/pccpud/kfs = with an elnk3. Maybe you did it for 8139A ? a crit dans le message = news:<20020304000219.1ABC919999@mail.cse.psu.edu>... > Line 494, in rtl8139receive(), reads >=20 > memmove(bp->rp, p, l); > but should be > memmove(bp->wp, p, l); >=20 > jmk has vetted this change.