From owner-freebsd-hackers Fri Aug 8 20:17:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA03922 for hackers-outgoing; Fri, 8 Aug 1997 20:17:59 -0700 (PDT) Received: from misery.sdf.com (misery.sdf.com [204.244.210.193]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id UAA03917 for ; Fri, 8 Aug 1997 20:17:55 -0700 (PDT) Received: from tom by misery.sdf.com with smtp (Exim 1.62 #1) id 0wx20u-0000EM-00; Fri, 8 Aug 1997 20:16:24 -0700 Date: Fri, 8 Aug 1997 20:16:24 -0700 (PDT) From: Tom Samplonius To: Steve Kehlet cc: hackers@freebsd.org Subject: Re: 3c90x vx0 driver In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 8 Aug 1997, Steve Kehlet wrote: > I've been trying to get 10MB full-duplex to work on my 3com 3c905 > ethernet card, but have been getting sluggish response and lots of > errors at the switch. At half-duplex I have no problems. It's > irritating because it seems to work fine under NT ;-). I'm running > 2.2.1; I'd like to know if a later release might work better. > Searching the mailing list archives is interesting (but mostly out > of date) and gives me no clear answer. Does anyone know? > > vx0 <3COM 3C905 Fast Etherlink XL PCI> rev 0 int a irq 10 on pci0:11 > mii[*mii*] address 00:60:97:c2:7f:b0 > > daemon:/home/kehlet-> uname -a > FreeBSD daemon 2.2-STABLE FreeBSD 2.2-STABLE #0: Tue Jun 10 11:25:52 PDT 1997 kehlet@daemon:/usr/src/sys/compile/DAEMON i386 > > In case it helps, I used the DOS util to set the card to "Max > network perf", "full duplex", and "10 MB". Also, I don't have the > choice to use any other ethernet card since this is my computer at > work. > > Thanks very much, > > Steve Kehlet AFAIK, the fxp driver is the only driver that supports full-duplex. The new de driver (only in current right now?), probably supports full-duplex. Someone really needs to go over the vx driver and clean it up. You also might to want to look at the performance numbers on www.intel.com in regards to fxp (Intel Etherexpress Pro100B) performance. They have some links to some outside studies that were done. The FastEtherlink XL was the worst card tested! Tom