From owner-freebsd-questions Fri Oct 17 09:23:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA20205 for questions-outgoing; Fri, 17 Oct 1997 09:23:49 -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 JAA20194 for ; Fri, 17 Oct 1997 09:23:41 -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 LAA27890; Fri, 17 Oct 1997 11:23:03 -0500 (CDT) Message-ID: <344790DC.C6C8C364@iaces.com> Date: Fri, 17 Oct 1997 11:22:52 -0500 From: Paul Root X-Mailer: Mozilla 4.0 [en] (WinNT; I) MIME-Version: 1.0 To: Steve Hovey CC: 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: > > 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.