Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 2006 16:35:37 +0900 (JST)
From:      Yoshihiko Sarumaru <mistral@imasy.or.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/104896: missing device id on fxp driver (for VAIO laptop)
Message-ID:  <200610290735.k9T7ZbBi005003@shimako.yamayuri.org>
Resent-Message-ID: <200610290740.k9T7eLxZ039273@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610290735.k9T7ZbBi005003>