From owner-freebsd-hackers Wed Apr 30 23:07:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA12185 for hackers-outgoing; Wed, 30 Apr 1997 23:07: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 XAA12177 for ; Wed, 30 Apr 1997 23:07:55 -0700 (PDT) Received: from misery.sdf.com [204.244.213.33] by misery.sdf.com with smtp (Exim 1.61 #1) id 0wMoxu-0007Mk-00; Wed, 30 Apr 1997 23:03:38 -0700 Date: Wed, 30 Apr 1997 23:03:37 -0700 (PDT) From: Tom Samplonius To: Simon Shapiro cc: FreeBSD-Hackers@freebsd.org Subject: Re: Ethernet Card Question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 30 Apr 1997, Simon Shapiro wrote: > Will the SMC 9432TX card work with the Tulip DEC 21040, etc.) device driver? > if yes then will it work in full duplex? > else what currently manufactured 100Mbit dual port should I order for > FreeBSD systems? > > Thanx, > > Simon The only card/driver combo that works in full duplex is the Intel Etherexpress Pro 100B (fxp driver). The fxp driver is also smaller, eats less cpu than the de driver. wcarchive uses one of these cards. Tom