From mboxrd@z Thu Jan 1 00:00:00 1970 From: jmk@plan9.bell-labs.com To: 9fans@cse.psu.edu Subject: Re: [9fans] plan9pc file-erver kernel + ether2000? MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010517183942.9786119A14@mail.cse.psu.edu> Date: Thu, 17 May 2001 14:39:39 -0400 Topicbox-Message-UUID: a0dfa26a-eac9-11e9-9e20-41e7f4b1d025 On Thu May 17 14:28:27 EDT 2001, ishwar@pali.cps.cmich.edu wrote: > > Is it possible to introduce support for ne2000 clone cards bu copying > the ether2000 and related files from /sys/src/9/pc to /sys/src/fs/plan9pc? > > - ishwar Not quite. If you do a diff on, say, the 2114x driver in both fs and 9 sources you'll see there are a few differences. They are mostly to do with Block vs. Msgbuf Easize vs. Eaddrlen no malloc in the fs kernel 9 has driver functions which are not in the fs kernel (e.g. promiscuous, ifstats) the set of included files is different The reasons are all historical. Converting a 9 driver to fs is a couple of hours of mindless editing.