From owner-freebsd-stable@FreeBSD.ORG Fri Nov 3 14:27:12 2006 Return-Path: X-Original-To: stable@FreeBSD.ORG Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C022316A40F; Fri, 3 Nov 2006 14:27:12 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57B6143D49; Fri, 3 Nov 2006 14:27:12 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id kA3EQ91M073258; Fri, 3 Nov 2006 07:26:09 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 03 Nov 2006 07:26:37 -0700 (MST) Message-Id: <20061103.072637.179967165.imp@bsdimp.com> To: rink@FreeBSD.ORG From: "M. Warner Losh" In-Reply-To: <20061103100341.GA3774@rink.nu> References: <20061103100341.GA3774@rink.nu> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Fri, 03 Nov 2006 07:26:09 -0700 (MST) Cc: stable@FreeBSD.ORG Subject: Re: [PATCH] Intel PRO/100 VE extra PCI ID X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 14:27:12 -0000 In message: <20061103100341.GA3774@rink.nu> Rink Springer writes: : Hi people, : : Recently, I installed FreeBSD on a Tyan GS14 barebone, which houses an : bge(4) and a fxp(4). However, FreeBSD does not recognize the on-board : fxp(4) NIC by default. : : All that was needed was just an extra PCI ID addition; the patch can be : found at http://rink.nu/tmp/if_fxp.ve.diff. With this patch applies, : pciconf -lv gives: : : -- : fxp0@pci10:8:0: class=0x020000 card=0x27dc8086 chip=0x10658086 rev=0x04 : hdr=0x00 : vendor = 'Intel Corporation' : device = '82562ET/EZ/GT/GZ PRO/100 VE Ethernet Controller' : class = network : subclass = ethernet : -- : : And the NIC works fine. Are there any objections to committing this? Go for it. Warner