From yosimoto@current.waishi.jp  Sun Jun  8 00:59:11 2003
Return-Path: <yosimoto@current.waishi.jp>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AB0BD37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  8 Jun 2003 00:59:11 -0700 (PDT)
Received: from current.waishi.jp (current.waishi.jp [61.199.233.196])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3323443FB1
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  8 Jun 2003 00:59:11 -0700 (PDT)
	(envelope-from yosimoto@current.waishi.jp)
Received: by current.waishi.jp (Postfix, from userid 1001)
	id 82FC011F82A; Sun,  8 Jun 2003 16:59:09 +0900 (JST)
Message-Id: <20030608075909.82FC011F82A@current.waishi.jp>
Date: Sun,  8 Jun 2003 16:59:09 +0900 (JST)
From: Shin-ichi Yoshimoto <yosimoto@waishi.jp>
Reply-To: Shin-ichi Yoshimoto <yosimoto@waishi.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] Intel 82540EZ can't probe using fxp driver  
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         53038
>Category:       kern
>Synopsis:       [patch] Intel 82540EZ can't probe using fxp driver
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 08 01:00:21 PDT 2003
>Closed-Date:    Thu Jun 12 09:40:15 PDT 2003
>Last-Modified:  Thu Jun 12 09:40:15 PDT 2003
>Originator:     Shin-ichi Yoshimoto
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD current.waishi.jp 5.1-CURRENT FreeBSD 5.1-CURRENT #9: Sun Jun 8 07:43:17 JST 2003 yosimoto@current.waishi.jp:/usr/obj/usr/src/sys/CURRENT i386


>Description:
	Intel 82540EZ ethernet controller can't probe using fxp driver 
>How-To-Repeat:
	
>Fix:
--- if_fxp.c.orig       Mon Jun  2 14:16:42 2003
+++ if_fxp.c    Sun Jun  8 06:41:30 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 82540EZ Pro/100 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:

From: Shin-ichi YOSHIMOTO <yosimoto@waishi.jp>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: kern/53038: [patch] Intel 82540EZ can't probe using fxp driver
Date: Thu, 12 Jun 2003 16:56:40 +0900

 Sorry. I mistook the chip name.
 
 s/82540EZ/82562EZ/
 
 > +    { 0x1050,          "Intel 82540EZ Pro/100 Ethernet" },
 
 -- 
 Shin-ichi YOSHIMOTO <yosimoto@waishi.jp>
 http://diary.waishi.jp/~yosimoto/diary/
 
State-Changed-From-To: open->closed 
State-Changed-By: mux 
State-Changed-When: Thu Jun 12 09:39:43 PDT 2003 
State-Changed-Why:  
Patch committed, thanks! 

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