Date: Sun, 8 Jun 2003 16:59:09 +0900 (JST) From: Shin-ichi Yoshimoto <yosimoto@waishi.jp> To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/53038: [patch] Intel 82540EZ can't probe using fxp driver Message-ID: <20030608075909.82FC011F82A@current.waishi.jp> Resent-Message-ID: <200306080800.h5880LO6038195@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 53038 >Category: kern >Synopsis: [patch] Intel 82540EZ can't probe using fxp driver >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 08 01:00:21 PDT 2003 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030608075909.82FC011F82A>