From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] D-Link 538 support (RTL8139 chipset) From: Geoff Collyer In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-eodgbzqlrhfyowwjxzenzrlakg" Date: Tue, 3 Jun 2003 14:47:38 -0700 Topicbox-Message-UUID: c316558e-eacb-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-eodgbzqlrhfyowwjxzenzrlakg Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit [Andrey, I tried to mail this to you, but got 554 fsa.cpsc.ucalgary.ca ESMTP not accepting messages] What are the unsupported gigabit cards and which ethernet chip(s) do they use? --upas-eodgbzqlrhfyowwjxzenzrlakg Content-Type: message/rfc822 Content-Disposition: inline Received: from collyer.net ([10.9.0.3]) by collyer.net; Tue Jun 3 11:46:09 PDT 2003 Received: from mail.cse.psu.edu ([130.203.4.6]) by collyer.net; Tue Jun 3 11:46:08 PDT 2003 Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.76.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id E0EF5199EC; Tue, 3 Jun 2003 14:46:05 -0400 (EDT) Delivered-To: 9fans@cse.psu.edu Received: from fbsd.cpsc.ucalgary.ca (fbsd.cpsc.ucalgary.ca [136.159.7.68]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 61129199E4 for <9fans@cse.psu.edu>; Tue, 3 Jun 2003 14:45:31 -0400 (EDT) Received: from fbsd.cpsc.ucalgary.ca (localhost.localdomain [127.0.0.1]) by fbsd.cpsc.ucalgary.ca (8.12.8/8.12.8) with ESMTP id h53IgmNx019471 for <9fans@cse.psu.edu>; Tue, 3 Jun 2003 12:42:48 -0600 Received: from localhost (mirtchov@localhost) by fbsd.cpsc.ucalgary.ca (8.12.8/8.12.8/Submit) with ESMTP id h53Igmel019467 for <9fans@cse.psu.edu>; Tue, 3 Jun 2003 12:42:48 -0600 X-Authentication-Warning: fbsd.cpsc.ucalgary.ca: mirtchov owned process doing -bs From: andrey mirtchovski To: 9fans@cse.psu.edu Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [9fans] D-Link 538 support (RTL8139 chipset) Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: 9fans@cse.psu.edu List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Tue, 3 Jun 2003 12:42:48 -0600 (MDT) this adds VIDs and DIDs for two D-Link ethernet cards, based on the Realtek 8139 chipset. the cards are not on-board (we bought them for a couple of boards that have unsupported gigabit cards to use until we write a driver) and are reasonably cheap ($16 CAD)... fyi :) andrey cpu% diff ether8139.c /sys/src/9/pc/ether8139.c 639,640d638 < { "dfe-538tx", (0x1300<<16)|0x1186, }, /* D-Link DFE-538TX */ < { "dfe-560txd", (0x1340<<16)|0x1186, }, /* D-Link DFE-560TXD */ cpu% --upas-eodgbzqlrhfyowwjxzenzrlakg--