From owner-freebsd-questions Fri Oct 17 11:39:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA29102 for questions-outgoing; Fri, 17 Oct 1997 11:39:07 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from horton.iaces.com (root@horton.iaces.com [204.147.87.98]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA29096 for ; Fri, 17 Oct 1997 11:39:03 -0700 (PDT) (envelope-from proot@iaces.com) Received: from fievel (client1.iaces.com [204.147.87.119]) by horton.iaces.com (8.8.7/8.8.7) with ESMTP id NAA28393; Fri, 17 Oct 1997 13:38:17 -0500 (CDT) Message-ID: <3447B08D.C3224491@iaces.com> Date: Fri, 17 Oct 1997 13:38:05 -0500 From: Paul Root X-Mailer: Mozilla 4.0 [en] (WinNT; I) MIME-Version: 1.0 To: Steve Hovey CC: Paul Root , freebsd-questions@FreeBSD.ORG Subject: Re: fxp0 duplex settings X-Priority: 3 (Normal) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Steve Hovey wrote: > > What version are you seeing this in? In my 2.1.5 I dont see this in the > source. Ah, this is 2.2.2. As I recall, before 2.2.1 the driver didn't do full duplex. I don't know with something that old. Paul. > On Fri, 17 Oct 1997, Paul Root wrote: > > > Steve Hovey wrote: > > > > > > Is there a way to ifconfig it to make it be half duplex? I cant get the > > > 100TX card to talk over the switch to the 10 hub! > > > > > > I think the driver etc is working though because I have the right light > > > flashing. I just cant get passed the switch > > > > Sure, lookin in the source (/sys/pci/if_fxp.c): > > > > /* > > * If link0 is set, disable auto-negotiation and then: > > * If link1 is unset = 10Mbps > > * If link1 is set = 100Mbps > > * If link2 is unset = half duplex > > * If link2 is set = full duplex > > */ > > > > > > Paul. > >