From dylan@drake.dylex.net  Thu Nov 27 07:52:00 2003
Return-Path: <dylan@drake.dylex.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0BA3816A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 27 Nov 2003 07:52:00 -0800 (PST)
Received: from drake.dylex.net (dsl081-081-143.lax1.dsl.speakeasy.net [64.81.81.143])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0E42243FE0
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 27 Nov 2003 07:51:59 -0800 (PST)
	(envelope-from dylan@drake.dylex.net)
Received: from drake.dylex.net (localhost [127.0.0.1])
	by drake.dylex.net (8.12.9p1/8.12.9) with ESMTP id hARFpw54050999
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 27 Nov 2003 07:51:58 -0800 (PST)
	(envelope-from dylan@drake.dylex.net)
Received: (from dylan@localhost)
	by drake.dylex.net (8.12.9p1/8.12.9/Submit) id hARFpu7R050998;
	Thu, 27 Nov 2003 07:51:56 -0800 (PST)
Message-Id: <200311271551.hARFpu7R050998@drake.dylex.net>
Date: Thu, 27 Nov 2003 07:51:56 -0800 (PST)
From: Dylan Simon <dylan@drake.dylex.net>
Reply-To: Dylan Simon <dylan@dylex.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] pr kern/53228 also needs patching on 5.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         59729
>Category:       kern
>Synopsis:       [patch] pr kern/53228 also needs patching on 5.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 27 08:00:38 PST 2003
>Closed-Date:    Fri Dec 05 19:56:11 PST 2003
>Last-Modified:  Fri Dec 05 19:56:11 PST 2003
>Originator:     Dylan Simon
>Release:        FreeBSD 5.1-RELEASE-p10 i386
>Organization:
Rainfinity
>Environment:
System: FreeBSD druid.rainfinity.prv 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Thu Jun 5 02:55:42 GMT 2003 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386

Asus P4P800-VM motherboard with Intel 865G, ICH5, Intel 82562EZ:
none2@pci1:8:0: class=0x020000 card=0x80f81043 chip=0x10508086 rev=0x02 hdr=0x00
    vendor   = 'Intel Corporation'
    class    = network
    subclass = ethernet

>Description:
Problem Report kern/53228 (fxp driver fails to detect 82562 chipset) which has been resolved on 4.8, should also apply to 5.1.
This may also need patching on HEAD/5.2.

>How-To-Repeat:

>Fix:

--- if_fxp.c    Sat May 24 22:04:26 2003
+++ if_fxp.c.new        Wed Nov 26 20:01:32 2003
@@ -166,6 +166,7 @@
     { 0x103C,          "Intel 82801DB (ICH4) Pro/100 Ethernet" },
     { 0x103D,          "Intel 82801DB (ICH4) Pro/100 VE Ethernet" },
     { 0x103E,          "Intel 82801DB (ICH4) Pro/100 VM Ethernet" },
+    { 0x1050,          "Intel 82562EZ (ICH5) Pro/100 VE Ethernet" },
     { 0x1059,          "Intel 82551QM Pro/100 M Mobile Connection" },
     { 0x1209,          "Intel 82559ER Embedded 10/100 Ethernet" },
     { 0x1229,          "Intel 82557/8/9 EtherExpress Pro/100(B) Ethernet" },

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: sanpei 
State-Changed-When: Fri Dec 5 19:55:45 PST 2003 
State-Changed-Why:  
Already committed this patch(src/sys/dev/fxp/if_fxp.c rev.1.182) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=59729 
>Unformatted:
