From mboxrd@z Thu Jan 1 00:00:00 1970 From: jmk@plan9.bell-labs.com To: 9fans@cse.psu.edu Subject: Re: [9fans] Realtek RTL8139 driver MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20020129025452.E7B36199BB@mail.cse.psu.edu> Date: Mon, 28 Jan 2002 21:54:50 -0500 Topicbox-Message-UUID: 47fad1fa-eaca-11e9-9e20-41e7f4b1d025 I wrote the instructions in the README file for adding to 9load based on our current copy of the source. I hadn't realised that the 'ethercards[]' array had moved from load.c to ether.c since the distribution. So, the instructions should say To add to 9load: 1) do the above copy; 2) in /sys/src/boot/pc/load.c after { "AMD79C970", amd79c970reset, }, add { "RTL8139", rtl8139pnp, }, and after extern int amd79c970reset(Ether*); add extern int rtl8139pnp(Ether*); 3) in /sys/src/boot/pc/mkfile after ether8003.$O\ add ether8139.$O\ 4) mk Sorry about the confusion.