From owner-freebsd-acpi@FreeBSD.ORG Thu Dec 30 18:21:23 2004 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E372016A4CE for ; Thu, 30 Dec 2004 18:21:23 +0000 (GMT) Received: from zeus.del.ufrj.br (zeus.del.ufrj.br [146.164.70.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1634A43D3F for ; Thu, 30 Dec 2004 18:21:23 +0000 (GMT) (envelope-from fico@del.ufrj.br) Received: from [127.0.0.1] (zeus.del.ufrj.br [146.164.70.190]) by zeus.del.ufrj.br (8.12.9p1/8.12.9) with ESMTP id iBUILIOW019652 for ; Thu, 30 Dec 2004 16:21:20 -0200 (BRST) Message-ID: <41D4471E.4060007@del.ufrj.br> Date: Thu, 30 Dec 2004 19:21:18 +0100 From: Federico Galvez-Durand Besnard User-Agent: Mozilla Thunderbird 1.0 (X11/20041209) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-acpi@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: acpi boot error messages after last update (Dec 22nd and 29th) X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 18:21:24 -0000 Sorry for cross-posting this, I did it before to Stable, I guess I should send it here first. I have compiled new kernel with lattest acpi ( uname -a: FreeBSD here.org 5.3-STABLE FreeBSD 5.3-STABLE #20: Wed Dec 29 16:16:13 GMT-1 2004 root@here.org:/usr/obj/usr/src/sys/HERE i386 ) I am getting boot error messages. http://www.del.ufrj.br/~fico/FreeBSD/debug/dmesg03 Apparently, my Notebook works well . I did not have these error messages before last big acpi update. Before that update dmesg was like this: http://www.del.ufrj.br/~fico/FreeBSD/debug/dmesg01 My ASL compiles with warnings, 0 errors: http://www.del.ufrj.br/~fico/FreeBSD/debug/toshiba2805-s301.asl http://www.del.ufrj.br/~fico/FreeBSD/debug/toshiba2805-s301_iasl.output With acpi disabled (hint.acpi.0.disabled="1" in /boot/loader.conf) I only get these lines I did not see before: ( partial dmesg ) ... atapci0: port 0xfff0-0xffff,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 5.1 on pci0 ... vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 unknown: can't assign resources (memory) unknown: can't assign resources (irq) unknown: can't assign resources (port) unknown: can't assign resources (irq) unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) Timecounter "TSC" frequency 646825914 Hz quality 800 Timecounters tick every 10.000 msec ... Is there anything I can do regarding the error/unknown messages? Thank you for your help. Fico//