9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@coraid.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] intel ethernet
Date: Wed,  2 Jan 2008 08:45:03 -0500	[thread overview]
Message-ID: <3b78ed30825c9f16acc911f8f6a07d20@coraid.com> (raw)
In-Reply-To: <20080101153656.GA4170@gluon>

i missed your 82566mm in my previous
post.  ron's speculation is basically right.
intel change device ids between the initial
documentation and the actual product.
in /sys/src/9/pc/ether82563.c makee this change
and recompile a kernel:

			break;
		case 0x1049:		/* mm */
+ 		case 0x1047:
		case 0x104a:		/* dm */
		case 0x104d:		/* v */
			type = i82566;
			break;
		case 0x10a4:
		case 0x105e:

i'll submit a patch.

- erik


  parent reply	other threads:[~2008-01-02 13:45 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-01 15:36 lejatorn
2008-01-02  5:33 ` ron minnich
2008-01-02 11:00   ` Mathieu Lonjaret
2008-01-02 13:45 ` erik quanstrom [this message]
2008-01-02 19:07   ` lejatorn
2008-01-02 23:33     ` erik quanstrom
2008-01-02 22:23   ` Fazlul Shahriar
2008-01-02 22:34     ` ron minnich
2008-01-02 23:07       ` Fazlul Shahriar
2008-01-02 23:20         ` Mathieu Lonjaret
2008-01-02 23:24           ` Mathieu Lonjaret
2008-01-02 23:22         ` erik quanstrom
2008-01-02 23:27     ` erik quanstrom
2008-01-02 13:38 erik quanstrom
2008-01-02 13:47 ` lejatorn

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=3b78ed30825c9f16acc911f8f6a07d20@coraid.com \
    --to=quanstro@coraid.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).