9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: jmk@plan9.bell-labs.com
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Booting Plan9
Date: Thu, 29 Mar 2001 08:44:56 -0500	[thread overview]
Message-ID: <20010329134458.8DD0C199F1@mail.cse.psu.edu> (raw)


On Thu Mar 29 03:40:35 EST 2001, mhtexcollins@austin.rr.com wrote:
> I have sucessfully used many 3c905c cards.  The work no p.  Don't even 
> have to spec the io and irq.
> 

and

On Thu Mar 29 03:51:29 EST 2001, forsyth@caldo.demon.co.uk wrote:
> >>I have sucessfully used many 3c905c cards.  The work no p.  Don't even 
> >>have to spec the io and irq.
> 
> yes, it works with the drivers from 14 october.
> 

I don't think this is quite true. When we looked at it Jean
Mehat and I found the 905C seems to need a Tx/Rx reset when it
comes up with power-management enabled internally and because
of my laziness there are paths through the initialisation code
where no reset will be done; it all depends on how the card is
internally configured and the result of the autonegotiation.

The missing Tx/Rx reset will apear in the next update (I don't
know how it was missed out when the other 905C chnages went in
last October) but the fix is to add
	txrxreset(port);
after
	if(did == 0x9055 || did == 0x9200){

At least, that was our limited understanding of the problem.

--jim


             reply	other threads:[~2001-03-29 13:44 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-29 13:44 jmk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-03-29 14:06 forsyth
2001-03-29  8:48 forsyth
2001-03-28 13:37 jmk
2001-03-27 15:35 forsyth
2001-03-27 15:27 jmk
2001-03-28  8:37 ` Douglas A. Gwyn
2001-03-27 14:35 Jean Mehat
2001-03-27 13:28 Sadanand Warrier
2001-03-29  8:26 ` Michael H. Collins
2001-03-27  8:52 forsyth
2001-03-29  8:26 ` Michael H. Collins
2001-03-27  8:25 Sadanand Warrier

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=20010329134458.8DD0C199F1@mail.cse.psu.edu \
    --to=jmk@plan9.bell-labs.com \
    --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).