From owner-freebsd-hackers Tue May 8 16:12:45 2001 Delivered-To: freebsd-hackers@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 618) id 6EC1A37B423; Tue, 8 May 2001 16:12:43 -0700 (PDT) Subject: Call for testers: NatSemi DP83821 gigE driver To: freebsd-hackers@FreeBSD.ORG Date: Tue, 8 May 2001 16:12:43 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20010508231243.6EC1A37B423@hub.freebsd.org> From: wpaul@FreeBSD.ORG (Bill Paul) Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks to the nice people at SMC, I finally got my hands on a couple of gigE NICs and have a preliminary driver available for one of them. The if_nge driver supports the NatSemi DP83820 gigabit ethernet MAC, which is used on the EZ Card 1000 (SMC9462TX), the D-Link DFE-500T, the Asante FriendlyNet Giganix 1000TA and 1000TPC, and (I believe) a couple of Addtron cards. These cards also use a NatSemi DP83861 PHY. The driver source is available from the following locations: http://www.freebsd.org/~wpaul/National/4.x 4.x if_nge source http://www.freebsd.org/~wpaul/National/5.x 5.x if_nge source http://www.freebsd.org/~wpaul/National/PHY nsgphy source (4.x and 5.x) Note that this is very alpha code. I can't test it very well as I have only one halfway working test box in the office right now. Don't ask me how well it performs because I DON'T KNOW. I *do* know the following: - 10/100 autoneg works - 1000mbps autoneg with an Alteon AceNIC seems to work - RX and TX at 10/100 works - RX and TX at 1000 works - jumbograms work Note that I'm not supplying a whole checklist of instructions that show how to add the driver to your system, because I want to insure that only the people who already know how to do this will send me bug reports. :) It's possible to build the driver directly into your kernel or compile it as a module. You also must have the nsgphy driver loaded in order for the if_nge driver to work. (It will actually work with the ukphy driver -- but only at 100mbps.) Anyway, if you have one of these cards and can test the code, please do, and let me know the results. -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message