Date: Wed, 17 Oct 2001 13:21:08 -0400 (EDT) From: Andrew Gallatin <gallatin@cs.duke.edu> To: John Baldwin <jhb@freebsd.org> Cc: current@freebsd.org Subject: Re: NIS client does perform Ok when my duplex is right (Was: Re: Message-ID: <15309.48644.128316.368070@grasshopper.cs.duke.edu> In-Reply-To: <XFMail.011016213507.jhb@FreeBSD.org> References: <200110170859.f9H8xPr09471@mass.dis.org> <XFMail.011016213507.jhb@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
John Baldwin writes: > > On 17-Oct-01 Mike Smith wrote: > >> Should the below work ? > >> > >> ifconfig_xl0="DHCP media 100baseTX mediaopt full-duplex" > > > > I don't think so. Try using the start_if script stuff to pre-set your > > media options before DHCP gets hold of the interface; I'm pretty sure > > that'll work. > > Yes, this works great. I use it on one of my alpha's that doesn't autoneg by > default. You don't set ifconfig_xl0 to anything, but instead create a Non-autoneg is a feature -- the tulip drivers listen to the SRM console's media settings and bases the tulip's default behaviour on them. This is for compat with Tru64 and VMS.. If you want it to augoneg, do 'set ewa0_mode auto' at the SRM console prompt and it will act like any other freebsd nic on any platform. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15309.48644.128316.368070>