9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Brian L. Stuart" <blstuart@bellsouth.net>
To: 9fans@9fans.net
Subject: [9fans] PCMCIA ethernet-solved partially
Date: Fri, 19 Sep 2008 15:23:08 +0000	[thread overview]
Message-ID: <091920081523.20750.48D3C3DC000B96550000510E22230682329B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> (raw)

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




                 reply	other threads:[~2008-09-19 15:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=091920081523.20750.48D3C3DC000B96550000510E22230682329B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net \
    --to=blstuart@bellsouth.net \
    --cc=9fans@9fans.net \
    /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).