From mboxrd@z Thu Jan 1 00:00:00 1970 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) Date: Tue, 3 Jun 2003 12:42:48 -0600 Topicbox-Message-UUID: c30f036a-eacb-11e9-9e20-41e7f4b1d025 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%