From owner-freebsd-questions Fri Oct 17 09:36:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA21021 for questions-outgoing; Fri, 17 Oct 1997 09:36:05 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA20972 for ; Fri, 17 Oct 1997 09:36:00 -0700 (PDT) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (shovey@buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.7.5/8.7.3) with SMTP id MAA28085; Fri, 17 Oct 1997 12:35:23 -0400 (EDT) Date: Fri, 17 Oct 1997 12:35:20 -0400 (EDT) From: Steve Hovey To: Paul Root cc: freebsd-questions@FreeBSD.ORG Subject: Re: fxp0 duplex settings In-Reply-To: <344790DC.C6C8C364@iaces.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk What version are you seeing this in? In my 2.1.5 I dont see this in the source. 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. >