From owner-freebsd-questions Wed Nov 28 12:58:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cx933506-c.chnd1.az.home.com (cx933506-c.chnd1.az.home.com [24.177.87.227]) by hub.freebsd.org (Postfix) with ESMTP id D5A2637B416 for ; Wed, 28 Nov 2001 12:58:16 -0800 (PST) Received: (from gsouther@localhost) by cx933506-c.chnd1.az.home.com (8.11.6/8.11.4) id fASKwPx83145; Wed, 28 Nov 2001 13:58:25 -0700 (MST) (envelope-from gsouther) From: Gary Southerly Message-Id: <200111282058.fASKwPx83145@cx933506-c.chnd1.az.home.com> Subject: Re: Intel Ethernet card. In-Reply-To: <20011128211741.I14806@prioris.mini.pw.edu.pl> To: Grzegorz Czaplinski Date: Wed, 28 Nov 2001 13:58:24 -0700 (MST) Cc: questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL92 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You can use "/sbin/ifconfig" to change the settings. IE: ifconfig fxp0 media 10baseT/utp This would set it to 10Mb. I believe you could set it in the /etc/rc.conf file by adding "media 10baseT/UTP" in the line "ifconfig_fxp0=" to set it at boot time. for example: ifconfig_fxp0="inet 192.168.1.10 netmask 255.255.255.0 media 10baseT/UTP" Hope this helps, Gary > On Wed, Nov 28, 2001 at 01:17:58PM +0000, Ian Morrison wrote: > > On Tue, Nov 27, 2001 at 11:59:41PM +0100, Grzegorz Czaplinski wrote: > > > Cheers! > > > Does anyone know whether FreeBSD support an Intel Ethernet > > > Card Pro/100S desktop adapter with management support? > > > > I'm not sure about the crypto, but when I've used these they > > appear as normal fxp's. > > > Cheers! > I have just tried this card and compiled it as fxp0 too. > Works OK so far, but do you know how to get into its bios? > I can't find any reference at intel's homepage. > What I need to do is to change 100Mb to 10Mb. > Thanks, > gregory > -- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message