kern/52927: Intel Kinnereth-R NIC is not supported by fxp driver

Brent Casavant b.j.casavant at ieee.org
Tue Jul 29 21:20:08 PDT 2003


The following reply was made to PR kern/52927; it has been noted by GNATS.

From: Brent Casavant <b.j.casavant at ieee.org>
To: freebsd-gnats-submit at FreeBSD.org, cryptographite at attbi.com
Cc:  
Subject: Re: kern/52927: Intel Kinnereth-R NIC is not supported by fxp driver
Date: Tue, 29 Jul 2003 23:14:27 -0500 (CDT)

 Here's a patch to make this work.  Patch is against 5.1-RELEASE.
 
 Tested and works (otherwise you wouldn't be getting this message)
 on a Gigabyte GA-8IK1100 motherboard.  I haven't stress-tested
 the interface, but in a half-hour of web browsing it's done just
 fine.
 
 I took a stab at the correct string to describe this Ethernet controller.
 I got the "82801EB" from PR kern/54176, and I have no idea what the
 "VE" or "VM" means, so I left it out.
 
 --- cut here ---
 Index: sys/dev/fxp/if_fxp.c
 ===================================================================
 RCS file: /usr/FreeBSDCVS/src/sys/dev/fxp/if_fxp.c,v
 retrieving revision 1.180
 diff -u -r1.180 if_fxp.c
 --- sys/dev/fxp/if_fxp.c        25 May 2003 05:04:26 -0000      1.180
 +++ sys/dev/fxp/if_fxp.c        30 Jul 2003 03:32:09 -0000
 @@ -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 82801EB (ICH5) 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" },
 --- cut here ---
 
 I hope this helps,
 Brent Casavant
 
 -- 
 Brent Casavant			http://www.angeltread.org/
 KD5EMB				-.- -.. ..... . -- -...
 44 54'24"N 93 03'21"W 907FASL	EN34lv


More information about the freebsd-bugs mailing list