9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Plan9" <plan9@itic.ca>
To: <9fans@cse.psu.edu>
Subject: Re: [9fans] ether8139.c fix
Date: Wed,  6 Mar 2002 22:07:26 -0600	[thread overview]
Message-ID: <FIEDLHOOAEHBJAPIKGJCIEKHCAAA.plan9@itic.ca> (raw)

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 ?

<geoff@collyer.net> a crit dans le message news:<20020304000219.1ABC919999@mail.cse.psu.edu>...
> Line 494, in rtl8139receive(), reads
> 
> 				memmove(bp->rp, p, l);
> but should be
> 				memmove(bp->wp, p, l);
> 
> jmk has vetted this change.



             reply	other threads:[~2002-03-07  4:07 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-07  4:07 Plan9 [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-03-07 17:59 jmk
2002-03-07 14:08 presotto
2002-03-07 15:01 ` Boyd Roberts
2002-03-07  4:07 jmk
2002-03-07  3:14 geoff
2002-03-07  4:52 ` Jason Gurtz
2002-03-05 15:26 jmk
2002-03-04  0:00 geoff
2002-03-05  9:40 ` Don

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=FIEDLHOOAEHBJAPIKGJCIEKHCAAA.plan9@itic.ca \
    --to=plan9@itic.ca \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).