9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Federico Benavento <benavento@gmail.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
Subject: Re: [9fans] ethernet detection problems
Date: Fri, 25 Nov 2005 03:00:57 -0300	[thread overview]
Message-ID: <32d987d50511242200i31ed277fid4f46aa7de5249eb@mail.gmail.com> (raw)
In-Reply-To: <Pine.LNX.4.63.0511241946190.29829@eon.cs.ucr.edu>

> > % diff -c /n/dump/2005/1106/sys/src/9/pc/ether83815.c
> /sys/src/9/pc/ether83815.c
> > /n/dump/2005/1106/sys/src/9/pc/ether83815.c:81,86 -
> > /sys/src/9/pc/ether83815.c:81,87
> >
> >   enum {        /* Variants */
> >     Nat83815  = (0x0020<<16)|0x100B,
> > +   Sis900 = (0x0630<<16)|0x1039, /* untested */
> >   };
> >

hmm, this didn't work for me either that's why I'm still using
Andrey's driver. Now seing the code closely I think I know
where the problem is, I haven't tested it yet, but I think this will work.

 Sis900 = (0x0900<<16)|0x1039,

--
Federico G. Benavento


  reply	other threads:[~2005-11-25  6:00 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-25  4:57 Ray Amberg
2005-11-25  6:00 ` Federico Benavento [this message]
2005-11-25 17:35   ` jmk
2005-11-25 13:57 ` Russ Cox
  -- strict thread matches above, loose matches on Subject: below --
2005-11-28  1:29 YAMANASHI Takeshi
2005-11-28  1:42 ` Russ Cox
2005-11-06  6:41 Ray Amberg
2005-11-06 14:42 ` Russ Cox
2005-11-07 10:45   ` Charles Forsyth
2005-11-06 21:22 ` Federico Benavento

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=32d987d50511242200i31ed277fid4f46aa7de5249eb@mail.gmail.com \
    --to=benavento@gmail.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).