kern/104896: missing device id on fxp driver (for VAIO laptop)
Yoshihiko Sarumaru
mistral at imasy.or.jp
Sun Oct 29 07:40:22 UTC 2006
>Number: 104896
>Category: kern
>Synopsis: missing device id on fxp driver (for VAIO laptop)
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sun Oct 29 07:40:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Yoshihiko Sarumaru
>Release: FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD shimako.yamayuri.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #1: Mon Sep 18 01:42:22 JST 2006 sarumaru at shimako.yamayuri.org:/usr/obj/usr/src/sys/VGN-T72 i386
>Description:
Sony VGN-TX92S has an intel on-board ethernet controller, but is not
recognized by fxp driver.
Just adding its device id resolve this.
You can find the (fixed) result of pciconf by other people at
http://lists.freebsd.org/pipermail/freebsd-acpi/2006-October/003134.html
Device name was taken from the device manager of Windows XP
>How-To-Repeat:
Boot Sony VGN-TX92S with 6.2-BETA2
and no ethernet devices can be found.
>Fix:
--- sys/dev/fxp/if_fxp.c.bak Sun Apr 23 22:13:27 2006
+++ sys/dev/fxp/if_fxp.c Sun Oct 29 16:22:04 2006
@@ -179,6 +179,7 @@
{ 0x1068, -1, "Intel 82801FBM (ICH6-M) Pro/100 VE Ethernet" },
{ 0x1069, -1, "Intel 82562EM/EX/GX Pro/100 Ethernet" },
{ 0x1092, -1, "Intel Pro/100 VE Network Connection" },
+ { 0x1093, -1, "Intel Pro/100 VM Network Connection" },
{ 0x1209, -1, "Intel 82559ER Embedded 10/100 Ethernet" },
{ 0x1229, 0x01, "Intel 82557 Pro/100 Ethernet" },
{ 0x1229, 0x02, "Intel 82557 Pro/100 Ethernet" },
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-bugs
mailing list