Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Nov 2003 07:51:56 -0800 (PST)
From:      Dylan Simon <dylan@drake.dylex.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/59729: [patch] pr kern/53228 also needs patching on 5.1
Message-ID:  <200311271551.hARFpu7R050998@drake.dylex.net>
Resent-Message-ID: <200311271600.hARG0cMe030343@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 27 08:00:38 PST 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311271551.hARFpu7R050998>