From owner-freebsd-users-jp@FreeBSD.ORG Tue Mar 25 08:07:30 2014 Return-Path: Delivered-To: freebsd-users-jp@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 64E81282 for ; Tue, 25 Mar 2014 08:07:30 +0000 (UTC) Received: from mail-ob0-x234.google.com (mail-ob0-x234.google.com [IPv6:2607:f8b0:4003:c01::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2D8D8876 for ; Tue, 25 Mar 2014 08:07:30 +0000 (UTC) Received: by mail-ob0-f180.google.com with SMTP id wn1so110992obc.25 for ; Tue, 25 Mar 2014 01:07:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=j9/uELqvxYrJB4dLfZ5gADRgB6o21v7T39iksTCnpn4=; b=vJcQYnGo/OklD4nxeZBa4Syr6HW3VB4LahdH8YgfpCm5SmJkcqZfqgOs3ZoL2sEUKV aeMuo39RoOkcs0vmNdHjsAarbr9CiSHM2XDfUfQfL6wM/IYi58gl1wIAaRC0eB1wS+rD GZaXpWBOEobltkUrxgCh8eg1JKmuTzNO8FGoEvAv4ZYtQnTbUrXsabrtj3z46JDKhdnN aOymE535uo4KUpIjABIqZHeXpbODxm6xWh3gXbvnlTlkZPAwOspyWFRd0pvK1JaaQA3O Z0zjVI3tORLMeRlaLxjPJFONwkxK6gJMJ3auspdYW95qF2uj/Ewq9DljznoCZMNIRW00 QpFQ== X-Received: by 10.182.135.228 with SMTP id pv4mr197438obb.62.1395734849411; Tue, 25 Mar 2014 01:07:29 -0700 (PDT) Received: from [0.0.0.0] (p7121-ipngn100207osakachuo.osaka.ocn.ne.jp. [153.187.78.121]) by mx.google.com with ESMTPSA id cg5sm28670905obc.9.2014.03.25.01.07.28 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 25 Mar 2014 01:07:29 -0700 (PDT) Message-ID: <5331393E.5020007@gmail.com> Date: Tue, 25 Mar 2014 17:07:26 +0900 From: Koji Mori User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: freebsd-users-jp@freebsd.org Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Subject: [FreeBSD-users-jp 95172] =?iso-2022-jp?b?RnJlZUJTRCAxMC4wIBskQiRHGyhCIE5JQyAoZW0pIA==?= =?iso-2022-jp?b?GyRCJCxHJzwxJDUkbCRKJCQbKEI=?= X-BeenThere: freebsd-users-jp@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussion relevant to FreeBSD communities in Japan List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Mar 2014 08:07:30 -0000 森です。 FreeBSD 9.2 から FreeBSD 10.0 にアップグレードしようとしたらネットワーク インターフェースが使えなくなってしまいました。 回避法、または、こんなことを調べてみたらいい/試してみてはどうか、という アドバイスがありましたらお願いします。 だめ元で ACPI off での起動もしてみましたが、残念ながらだめでした。 以下は dmesg の抜粋です。em0 の PCI リソースの取得に失敗してる感じです。 その前の pcib2 の時点で何かが失敗しているような気がしますがよくわかりま せん。 > pcib0: port 0xcf8-0xcff on acpi0 > pci0: on pcib0 > pci0: at device 0.1 (no driver attached) > pcib1: at device 4.0 on pci0 > pci2: on pcib1 > pcib2: at device 29.0 on pci2 > pcib2: failed to allocate initial I/O port window: 0xb000-0xbfff > pci4: on pcib2 > em0: mem 0xfe500000-0xfe51ffff irq 48 at device 2.0 on pci4 > em0: 0x40 bytes of rid 0x20 res 4 failed (0, 0xffffffff). > em0: Unable to allocate bus resource: ioport > em0: Allocation of PCI resources failed > device_attach: em0 attach returned 6 > em0: mem 0xfe400000-0xfe41ffff irq 49 at device 2.1 on pci4 > em0: 0x40 bytes of rid 0x20 res 4 failed (0, 0xffffffff). > em0: Unable to allocate bus resource: ioport > em0: Allocation of PCI resources failed > device_attach: em0 attach returned 6 なお、機械は富士通の PRIMERGY RX200 で NIC はオンボードのものです。 -- MORI Koji