9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] PCMCIA ethernet-solved partially
@ 2008-09-19 15:23 Brian L. Stuart
  0 siblings, 0 replies; only message in thread
From: Brian L. Stuart @ 2008-09-19 15:23 UTC (permalink / raw)
  To: 9fans

For those who have been paying attention, I found
the problem with the 3c589 last night.  I needed
to add one line to ether589.c.  In reset(), it sets
up some parts of an Ether structure.  Then when
setting the media type, it calls etherelnk3reset()
indirectly through configASIC.  But etherelnk3reset()
bails if the card type isn't set and reset() doesn't
set it.  So I added the line

ether->type = type;

after the loop that looks through tcmpcmcia[].  It
seems to be happy now.

I think I'll take a look at the broadcom driver now.
I really want 100BaseT on this machine, and the
built-in interface would be nice.  Otherwise, I'll
take a crack at getting the 3c575 to work.

BLS




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-19 15:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-19 15:23 [9fans] PCMCIA ethernet-solved partially Brian L. Stuart

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).