From owner-freebsd-hackers@FreeBSD.ORG Fri Jan 10 05:29:16 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 97F07B06 for ; Fri, 10 Jan 2014 05:29:16 +0000 (UTC) Received: from elektropost.org (elektropost.org [217.115.13.199]) by mx1.freebsd.org (Postfix) with ESMTP id D57C416D6 for ; Fri, 10 Jan 2014 05:29:15 +0000 (UTC) Received: (qmail 53744 invoked from network); 10 Jan 2014 05:29:07 -0000 Received: from elektropost.org (HELO elektropost.org) (erdgeist@erdgeist.org) by elektropost.org with CAMELLIA256-SHA encrypted SMTP; 10 Jan 2014 05:29:07 -0000 Message-ID: <52CF850A.9060906@erdgeist.org> Date: Fri, 10 Jan 2014 06:28:42 +0100 From: Dirk Engling User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: FreeBSD Hackers Subject: Atom Board ACPI API MOPNV10J failing since 9.1 X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jan 2014 05:29:16 -0000 Dear fellow hackers, after upgrade my atom board to use the newer zfs features, I could not use my network cards anymore, neither the builtin realtek, nor my intel e1000 card. You can see it in the http://erdgeist.org/MOPNV10J/dmesg (here one from FreeBSD-10.0-RC5, but 9.1 and 9.2 behave the same) re0: PHY read failed re0: attaching PHYs failed ... em0: port 0x1000-0x103f irq 21 at device 0.0 on pci5 em0: Setup of Shared code failed device_attach: em0 attach returned 6 Searching the forums and mailing lists I found this might be related to the new pcib code and indeed I found in every dmesg since 9.1: pcib1: at device 28.0 on pci0 pcib1: failed to allocate initial prefetch window: 0xe0000000-0xe00fffff >From now I'm out of my depths, if someone can help me with some pointers on whom to ask, it would be appreciated. For completeness, the output of devinfo -r http://erdgeist.org/MOPNV10J/devinfo and of acpidump -dt http://erdgeist.org/MOPNV10J/acpidump. Regards and TIA, erdgeist