From mboxrd@z Thu Jan 1 00:00:00 1970 From: jmk@plan9.bell-labs.com To: 9fans@cse.psu.edu Subject: Re: [9fans] GigE drivers MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010316131106.96B55199D5@mail.cse.psu.edu> Date: Fri, 16 Mar 2001 08:11:04 -0500 Topicbox-Message-UUID: 70ec803c-eac9-11e9-9e20-41e7f4b1d025 On Fri Mar 16 04:49:24 EST 2001, cnielsen@pobox.com wrote: > Is anyone working on gigabit ethernet drivers? > > I have the docs for the 3Com (formerly Alteon) and > SysKonnect NICs. > > If I were to write a driver for multiple platforms, > where is the best place to put the source? I think > /sys/src/9/port, but I mostly see driver source in > the MD directories of the tree. > We have drivers for the Netgear GA620/GA620T (Alteon chip, untried on the 3Com) and for the Intel RS-82543GC chip as found on the Intel PRO/1000[FT] Server Adapter (the older non-[FT] cards use the 82542 (LSI L2A1157) chip). A driver for the Syskonnect cards would be nice, that would cover all the major players, although the way Intel are agressively pricing their cards there may be only one player in the future. The drivers are currently in the MD directories. --jim