Date: Thu, 9 Mar 2006 18:53:31 GMT From: Adam Cohen <adambenjamincohen@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: i386/94281: em(4) network driver doesn't support onboard Intel 82573V Gigabit LAN for Asus P5LD2-VM (doesn't have correct PCI ID) Message-ID: <200603091853.k29IrVW9084124@www.freebsd.org> Resent-Message-ID: <200603091900.k29J0Fbn046642@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 94281
>Category: i386
>Synopsis: em(4) network driver doesn't support onboard Intel 82573V Gigabit LAN for Asus P5LD2-VM (doesn't have correct PCI ID)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-i386
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Mar 09 19:00:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Adam Cohen
>Release: FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005
>Organization:
OCDev
>Environment:
FreeBSD railsdev 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Mar 9 12:21:07 EST 2006 root@railsdev:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Default install of FreeBSD 6.0-RELEASE doesn't have support for onboard Intel 82573V gigabit LAN on Asus P5LD2-VM motherboard (PCI ID 0x109a).
pciconf -lv shows the following:
none4@PCI4:0:0: class=0x020000 card=0x81c21043 chip=0x109a8086 rev=0x00 hdr=0x00
vendor = 'Intel Corporation'
class = network
subclass = ethernet
>How-To-Repeat:
>Fix:
fixed by changing line 488 in /usr/src/sys/dev/em/if_em_hw.h from
#define E1000_DEV_ID_82573E 0x108B
to
#define E1000_DEV_ID_82573E 0x109A
a new entry for E1000_DEV_ID_82573V should probably be added instead
>Release-Note:
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603091853.k29IrVW9084124>
