From owner-freebsd-hardware Fri Jan 30 23:46:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA05890 for hardware-outgoing; Fri, 30 Jan 1998 23:46:47 -0800 (PST) (envelope-from owner-freebsd-hardware@FreeBSD.ORG) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA05885 for ; Fri, 30 Jan 1998 23:46:44 -0800 (PST) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id XAA15268; Fri, 30 Jan 1998 23:48:16 -0800 (PST) Message-Id: <199801310748.XAA15268@implode.root.com> To: Karl Pielorz cc: Bryan Bunch , freebsd-hardware@FreeBSD.ORG Subject: Re: Intel 100/B NIC In-reply-to: Your message of "Fri, 30 Jan 1998 22:17:27 GMT." <34D25177.4465F98C@tdx.co.uk> From: David Greenman Reply-To: dg@root.com Date: Fri, 30 Jan 1998 23:48:16 -0800 Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe hardware" >ifconfig fxp0 link1 link2 > >That should put the card into 100Mb, full duplex under 2.2.2-RELEASE, it's a >nice card, especially at 100Mb (I have it running back to back to a WinNT >workstation ;-) You need to disabled autonegotiation as well with link0, e.g.: ifconfig fxp0 link0 link1 link2 When you upgrade to 2.2.5 or newer of FreeBSD, this will change to: ifconfig fxp0 media 100basetx mediaopt full-duplex -DG David Greenman Core-team/Principal Architect, The FreeBSD Project