From owner-freebsd-questions@FreeBSD.ORG Fri Dec 12 03:22:00 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAD7716A4CE for ; Fri, 12 Dec 2003 03:22:00 -0800 (PST) Received: from sis1.snu.ac.kr (sis1.snu.ac.kr [147.46.10.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D9BD43D2D for ; Fri, 12 Dec 2003 03:21:59 -0800 (PST) (envelope-from nospam@users.sourceforge.net) Received: from users.sourceforge.net ([147.46.44.183]) by sis1.snu.ac.kr (8.12.10/8.12.10) with ESMTP id hBCBJclJ291456 for ; Fri, 12 Dec 2003 20:19:39 +0900 Message-ID: <3FD9A4D6.4070401@users.sourceforge.net> Date: Fri, 12 Dec 2003 20:21:58 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031104 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <3FD9A049.6070209@users.sourceforge.net> In-Reply-To: <3FD9A049.6070209@users.sourceforge.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: onboard-nic "Kinnereth-R chipset / intel 82547EI (KENAI IICSA)" supported? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Dec 2003 11:22:00 -0000 Rob wrote: > > Hi, > > I'm running FreeBSD-Stable. > Will I have support for this onboard network card: > > Kinnereth-R chipset / intel 82547EI (KENAI II CSA) > > If yes, what tuning of the kernel is needed for this? I already found out myself that it is supported. Use as kernel configuration: device miibus device fxp and in rc.conf: ifconfig_fxp0="inet " R.