From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3b78ed30825c9f16acc911f8f6a07d20@coraid.com> From: erik quanstrom Date: Wed, 2 Jan 2008 08:45:03 -0500 To: 9fans@cse.psu.edu Subject: Re: [9fans] intel ethernet In-Reply-To: <20080101153656.GA4170@gluon> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 24ff8c1e-ead3-11e9-9d60-3106f5b1d025 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