From owner-freebsd-bugs@FreeBSD.ORG Sun Oct 29 07:40:22 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B21F16A40F for ; Sun, 29 Oct 2006 07:40:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E783F43D5A for ; Sun, 29 Oct 2006 07:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9T7eLNC039274 for ; Sun, 29 Oct 2006 07:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9T7eLxZ039273; Sun, 29 Oct 2006 07:40:21 GMT (envelope-from gnats) Resent-Date: Sun, 29 Oct 2006 07:40:21 GMT Resent-Message-Id: <200610290740.k9T7eLxZ039273@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yoshihiko Sarumaru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0C4116A40F for ; 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 ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/104896: missing device id on fxp driver (for VAIO laptop) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yoshihiko Sarumaru List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Oct 2006 07:40:22 -0000 >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: