Date: Fri, 17 Oct 1997 11:22:52 -0500 From: Paul Root <proot@horton.iaces.com> To: Steve Hovey <shovey@buffnet.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: fxp0 duplex settings Message-ID: <344790DC.C6C8C364@iaces.com> References: <Pine.BSI.3.95.971017112410.9315A-100000@buffnet11.buffnet.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?344790DC.C6C8C364>
