From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5c40c4b0dcb3e47bc70ab2ccc04fd9a9@collyer.net> To: 9fans@cse.psu.edu Subject: Re: [9fans] hardware support for the fs kernel From: Geoff Collyer In-Reply-To: <0dfd01c2e87a$6b369ab0$9949800a@will551> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Wed, 12 Mar 2003 01:52:43 -0800 Topicbox-Message-UUID: 7eb76996-eacb-11e9-9e20-41e7f4b1d025 Graphics card is almost irrelevant; any VGA card will do. : cpu; ls /sys/src/fs/pc/ether*.c /sys/src/fs/pc/ether2114x.c /sys/src/fs/pc/ether8139.c /sys/src/fs/pc/ether82557.c /sys/src/fs/pc/ether83815.c /sys/src/fs/pc/etherdp83820.c /sys/src/fs/pc/etherelnk3.c /sys/src/fs/pc/etherga620.c In particular, ether8139 drives the low-end RealTek 8139 chip that everybody seems to selling now. ether82557.c runs the Intel 8255[789] cards, which should be easy to find. ether83815.c drives the FA31[12] cards, also pretty easy to find and cheap. etherelink3.c will run most any 3com card.