From sarumaru@shimako.yamayuri.org  Sun Oct 29 07:35:38 2006
Return-Path: <sarumaru@shimako.yamayuri.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B0C4116A40F
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 Oct 2006 07:35:38 +0000 (UTC)
	(envelope-from sarumaru@shimako.yamayuri.org)
Received: from shimako.yamayuri.org (yumi.yamayuri.org [218.45.22.23])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 300F843D46
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 Oct 2006 07:35:37 +0000 (GMT)
	(envelope-from sarumaru@shimako.yamayuri.org)
Received: from shimako.yamayuri.org (localhost [127.0.0.1])
	by shimako.yamayuri.org (8.13.8/8.13.8) with ESMTP id k9T7ZbiO005004
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 Oct 2006 16:35:37 +0900 (JST)
	(envelope-from sarumaru@shimako.yamayuri.org)
Received: (from sarumaru@localhost)
	by shimako.yamayuri.org (8.13.8/8.13.8/Submit) id k9T7ZbBi005003;
	Sun, 29 Oct 2006 16:35:37 +0900 (JST)
	(envelope-from sarumaru)
Message-Id: <200610290735.k9T7ZbBi005003@shimako.yamayuri.org>
Date: Sun, 29 Oct 2006 16:35:37 +0900 (JST)
From: Yoshihiko Sarumaru <mistral@imasy.or.jp>
Reply-To: Yoshihiko Sarumaru <mistral@imasy.or.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: missing device id on fxp driver (for VAIO laptop)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         104896
>Category:       kern
>Synopsis:       [fxp] [patch] missing device id on fxp driver (for VAIO laptop)
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    rink
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 29 07:40:19 GMT 2006
>Closed-Date:    Tue Nov 14 18:55:30 GMT 2006
>Last-Modified:  Mon Nov 20 16:30:27 GMT 2006
>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:
Responsible-Changed-From-To: freebsd-bugs->rink 
Responsible-Changed-By: rink 
Responsible-Changed-When: Tue Nov 14 17:02:37 UTC 2006 
Responsible-Changed-Why:  
I'll deal with this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104896 
State-Changed-From-To: open->closed 
State-Changed-By: rink 
State-Changed-When: Tue Nov 14 18:55:07 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104896 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/104896: commit references a PR
Date: Tue, 14 Nov 2006 18:54:46 +0000 (UTC)

 rink        2006-11-14 18:54:31 UTC
 
   FreeBSD src repository
 
   Modified files:
     sys/dev/fxp          if_fxp.c 
   Log:
   Added yet another extra fxp(4) PCI ID.
   
   PR:             kern/104896
   Submitted by:   Yoshihiko Sarumaru <mistral@imasy.or.jp>
   Reviewed by:    imp (mentor), jfv
   Approved by:    imp (mentor)
   MFC after:      3 days
   
   Revision  Changes    Path
   1.260     +1 -0      src/sys/dev/fxp/if_fxp.c
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/104896: commit references a PR
Date: Mon, 20 Nov 2006 16:22:22 +0000 (UTC)

 rink        2006-11-20 16:21:12 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_6_2)
     sys/dev/fxp          if_fxp.c 
   Log:
   MFC: Added yet another extra fxp(4) PCI ID.
   
   PR:             kern/104896
   Submitted by:   Yoshihiko Sarumaru <mistral@imasy.or.jp>
   Reviewed by:    imp (mentor), jfv
   Approved by:    re (bmah), imp (mentor)
   
   Revision        Changes    Path
   1.240.2.10.2.1  +1 -0      src/sys/dev/fxp/if_fxp.c
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/104896: commit references a PR
Date: Mon, 20 Nov 2006 16:23:16 +0000 (UTC)

 rink        2006-11-20 16:22:32 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_6)
     sys/dev/fxp          if_fxp.c 
   Log:
   MFC: Added yet another extra fxp(4) PCI ID.
   
   PR:             kern/104896
   Submitted by:   Yoshihiko Sarumaru <mistral@imasy.or.jp>
   Reviewed by:    imp (mentor), jfv
   Approved by:    re (bmah), imp (mentor)
   
   Revision    Changes    Path
   1.240.2.11  +1 -0      src/sys/dev/fxp/if_fxp.c
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
