From owner-freebsd-stable@FreeBSD.ORG Fri Nov 3 16:28:48 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 5085616A407 for ; Fri, 3 Nov 2006 16:28:48 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4CC343D4C for ; Fri, 3 Nov 2006 16:28:47 +0000 (GMT) (envelope-from jfvogel@gmail.com) Received: by py-out-1112.google.com with SMTP id z59so327545pyg for ; Fri, 03 Nov 2006 08:28:47 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=r2Z/dWTnOAfuCA+U/vmjpDsz6KfpHlOxmZ1gK2wSsSxHpEmXN93DmIfK6XPlnr8eOXDOqZBggoRSThJqS84GQEHiOS9BnfzQpInz2qgLuNuYEpo12B5umfYL4F8GflF75Y5gJMrA5DGNIBPrysfPoZqHWnhOVxFFDi51+pPY7+A= Received: by 10.35.12.13 with SMTP id p13mr3560030pyi.1162570931849; Fri, 03 Nov 2006 08:22:11 -0800 (PST) Received: by 10.35.118.6 with HTTP; Fri, 3 Nov 2006 08:22:11 -0800 (PST) Message-ID: <2a41acea0611030822w21b1532bu91a891fc560b2147@mail.gmail.com> Date: Fri, 3 Nov 2006 08:22:11 -0800 From: "Jack Vogel" To: "M. Warner Losh" In-Reply-To: <20061103.072637.179967165.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061103100341.GA3774@rink.nu> <20061103.072637.179967165.imp@bsdimp.com> Cc: stable@freebsd.org, rink@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 16:28:48 -0000 On 11/3/06, M. Warner Losh wrote: > 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 Absolutely, happy to have you do it. Jack