From owner-freebsd-mobile@FreeBSD.ORG Wed Dec 24 20:30:50 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 416E916A4CE for ; Wed, 24 Dec 2003 20:30:50 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0048A43D2F for ; Wed, 24 Dec 2003 20:30:49 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id hBP4UiAS069143; Wed, 24 Dec 2003 21:30:46 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 24 Dec 2003 21:30:27 -0700 (MST) Message-Id: <20031224.213027.128109393.imp@bsdimp.com> To: pogrose@twcny.rr.com From: "M. Warner Losh" In-Reply-To: <20031224220555.1ba98b1a.pogrose@twcny.rr.com> References: <20031224130803.78472eac.pogrose@twcny.rr.com> <20031224.193850.30188078.imp@bsdimp.com> <20031224220555.1ba98b1a.pogrose@twcny.rr.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-mobile@freebsd.org Subject: Re: 3Com 3CXFE574BT Support X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Dec 2003 04:30:50 -0000 In message: <20031224220555.1ba98b1a.pogrose@twcny.rr.com> Eric Pogroski writes: I determined : (in the 'BSD's) if 10/100 settings for the card were available by : doing the following: 'ifconfig inet ep0 10.0.1.25 media 100basetx : mediaopt full-duplex', if it exited correctly, I knew I was in good : shape. However, the same command under the freebsd's would generate : 'SIOGETOPT:error' or something to that effect. Also, the ep (4) man : page makes no reference to the ep driver having anything but 10 mbs : settings. Ah, I see your confusion. The ep driver on FreeBSD hasn't been updated to the latest media control. It no doubt should be. However, I said that I had seen my '574 autonegotiate 100Mbps. I've not tried to set it to 100 operation. I'll give it a try when I get back from vacation. Warner