From owner-freebsd-bugs@FreeBSD.ORG Fri May 21 08:50:21 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 108BE1065670 for ; Fri, 21 May 2010 08:50:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CA0178FC25 for ; Fri, 21 May 2010 08:50:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o4L8oKKA065119 for ; Fri, 21 May 2010 08:50:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o4L8oK28065118; Fri, 21 May 2010 08:50:20 GMT (envelope-from gnats) Resent-Date: Fri, 21 May 2010 08:50:20 GMT Resent-Message-Id: <201005210850.o4L8oK28065118@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Vassily V. Kiryanov" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5170F106566C for ; Fri, 21 May 2010 08:43:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 40D378FC18 for ; Fri, 21 May 2010 08:43:19 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o4L8hI60081547 for ; Fri, 21 May 2010 08:43:18 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o4L8hI7C081545; Fri, 21 May 2010 08:43:18 GMT (envelope-from nobody) Message-Id: <201005210843.o4L8hI7C081545@www.freebsd.org> Date: Fri, 21 May 2010 08:43:18 GMT From: "Vassily V. Kiryanov" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: kern/146788: New PCI devID for if_fxp driver (tested, worked) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2010 08:50:21 -0000 >Number: 146788 >Category: kern >Synopsis: New PCI devID for if_fxp driver (tested, worked) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 21 08:50:20 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Vassily V. Kiryanov >Release: 6.4, 7.3, 8.0 >Organization: Berezniki branch of Perm-state technical university >Environment: FreeBSD black.bf.pstu.ru 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan 5 16:02:27 UTC 2010 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: My Intel netcard was not detected by FreeBSD 7.0 & 7.3 I have added it's PCI DevID and RevID to if_fxp driver and now it works fine. Patch is trivial, the added line looks simple: { 0x1201, 0x08, "Intel GD82559 PRO/100+ Ethernet" }, the mark of the chip and netcard's name was printed on them. >How-To-Repeat: Insert such card in a PC, than reboot and see dmesg. >Fix: Adding one line and recompile/reinstall GENERIC kernel. Tested and worked. >Release-Note: >Audit-Trail: >Unformatted: