From owner-freebsd-current@FreeBSD.ORG Mon Oct 25 11:24:15 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52CBB1065673; Mon, 25 Oct 2010 11:24:15 +0000 (UTC) (envelope-from volker@vwsoft.com) Received: from Mail.elbekies.net (mail.elbekies.net [217.6.211.146]) by mx1.freebsd.org (Postfix) with ESMTP id 08BD08FC08; Mon, 25 Oct 2010 11:24:14 +0000 (UTC) Received: from bel.soho.vwsoft.com (p57A0CCE1.dip.t-dialin.net [87.160.204.225]) by Mail.elbekies.net (Postfix) with ESMTPA id C85242E037; Mon, 25 Oct 2010 13:24:07 +0200 (CEST) Received: from [192.168.16.4] (dardanos.sz.vwsoft.com [192.168.16.4]) by bel.soho.vwsoft.com (Postfix) with ESMTP id 9808C33C7F; Mon, 25 Oct 2010 13:23:48 +0200 (CEST) Message-ID: <4CC568C4.60504@vwsoft.com> Date: Mon, 25 Oct 2010 13:23:48 +0200 From: volker@vwsoft.com User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.12) Gecko/20101007 Thunderbird/3.0.8 MIME-Version: 1.0 To: Andriy Gapon References: <4CBCCAB8.4090500@vwsoft.com> <4CBD24FA.8040302@icyb.net.ua> <4CC1510C.2020000@freebsd.org> <4CC154C5.3020500@vwsoft.com> <4CC15983.80003@freebsd.org> <4CC55D59.4020709@vwsoft.com> <4CC56419.7010603@freebsd.org> In-Reply-To: <4CC56419.7010603@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-VWSoft-MailScanner: Found to be clean X-MailScanner-ID: C85242E037.AACD3 X-Elbekies-MailScanner: Found to be clean X-MailScanner-From: volker@vwsoft.com MailScanner-NULL-Check: 1288610653.76628@I7NsILqL88ZYW/mmcMdGXA Cc: FreeBSD current Subject: Re: c 213323 breaks Sony Vaio P11Z w/o acpi X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 11:24:15 -0000 On 10/25/10 13:03, Andriy Gapon wrote: > on 25/10/2010 13:35 volker@vwsoft.com said the following: >> Dear Andriy, >> >> sorry for the delay. >> >> On 10/22/10 11:29, Andriy Gapon wrote: >>> thanks a lot! >>> Perhaps, meanwhile you can provide a verbose boot dmesg? >> >> Sure! Please find it at >> http://people.freebsd.org/~vwe/misc/Vaio_p11z/dmesg-verbose.txt > > Hmm, it looks like you have ACPI and APIC disabled... either in kernel config or > in BIOS? > If yes, can you try to not do it? > Andriy, the Vaio P11Z does not boot at all with ACPI enabled so it's disabled in loader.conf. The panic messages are various if I try. But I haven't disabled APIC anywhere. The kernel configuration is simply a GENERIC (included) with some different options set. I've uploaded the kernel config for you at http://people.freebsd.org/~vwe/misc/Vaio_p11z/JUNO I may try, of course, to compile a plain vanilla GENERIC kernel but AFAIR INVARIANTS and WITNESS caused more trouble with this device so I disabled them. For the ACPI problem, I always wanted to write to acpi@ for quite some months. I'm sometimes getting a CPU panic message, but if not, I'm seeing a panic while the keyboard interrupt is being served (that makes debugging impossible as you can't use the debugger if the keyboard doesn't work). To me, it appears Sony is trying hard to cause us trouble. BIOS is the latest. Thanks Volker