From owner-freebsd-stable@FreeBSD.ORG Fri Nov 3 12:23:52 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 9BBE716A403; Fri, 3 Nov 2006 12:23:52 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDF1D43D67; Fri, 3 Nov 2006 12:23:51 +0000 (GMT) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smarthost1.sentex.ca (8.13.6/8.13.6) with ESMTP id kA3CNoxp065369; Fri, 3 Nov 2006 07:23:51 -0500 (EST) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.6/8.13.3) with ESMTP id kA3CNnV7081973 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 3 Nov 2006 07:23:49 -0500 (EST) (envelope-from mike@sentex.net) Message-Id: <200611031223.kA3CNnV7081973@lava.sentex.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Fri, 03 Nov 2006 07:25:57 -0500 To: Rink Springer , stable@freebsd.org From: Mike Tancsa In-Reply-To: <20061103100341.GA3774@rink.nu> References: <20061103100341.GA3774@rink.nu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: ClamAV version 0.88.3, clamav-milter version 0.88.3 on clamscanner2 X-Virus-Status: Clean Cc: imp@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 12:23:52 -0000 At 05:03 AM 11/3/2006, Rink Springer wrote: >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? There is another fxp ID as well http://lists.freebsd.org/pipermail/freebsd-stable/2006-October/030169.html Jack Vogel was going to look at it, but I think he is pretty busy with the em issue and it would be nice to get this in prior to 6.2 as this board is becoming common in the retail channel (around here at least) ---Mike