From owner-freebsd-i386@FreeBSD.ORG Sun Jan 29 13:00:12 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0B9C16A422 for ; Sun, 29 Jan 2006 13:00:12 +0000 (GMT) (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 5334243D46 for ; Sun, 29 Jan 2006 13:00:12 +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 k0TD0CkI011092 for ; Sun, 29 Jan 2006 13:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0TD0CkI011090; Sun, 29 Jan 2006 13:00:12 GMT (envelope-from gnats) Resent-Date: Sun, 29 Jan 2006 13:00:12 GMT Resent-Message-Id: <200601291300.k0TD0CkI011090@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Alexander I. Mogilny" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C915C16A420 for ; Sun, 29 Jan 2006 12:50:44 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B93743D48 for ; Sun, 29 Jan 2006 12:50:44 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k0TCohLk041725 for ; Sun, 29 Jan 2006 12:50:43 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k0TCohkO041724; Sun, 29 Jan 2006 12:50:43 GMT (envelope-from nobody) Message-Id: <200601291250.k0TCohkO041724@www.freebsd.org> Date: Sun, 29 Jan 2006 12:50:43 GMT From: "Alexander I. Mogilny" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: i386/92501: Hang on boot with ACPI enabled on A6R notebook X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2006 13:00:13 -0000 >Number: 92501 >Category: i386 >Synopsis: Hang on boot with ACPI enabled on A6R notebook >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 29 13:00:11 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alexander I. Mogilny >Release: 7.0-CURRENT >Organization: PortaOne >Environment: FreeBSD sg.intra 7.0-CURRENT FreeBSD 7.0-CURRENT #2: Thu Jan 26 09:18:32 EET 2006 root@sg.astral.ntu-kpi.kiev.ua:/usr/obj/usr/src/sys/SG i386 >Description: I am using FreeBSD on my notebook. Notebook model is ASUS A6B00R (A6R series). The problem is that when I am trying to boot with ACPI enabled my system hangs before disk device recognition and mounting. When I do not load ACPI FreeBSD does not recognize sound, card reader and wlan devices and I receive following kernel message while boot: Interrupt storm detected on "irq11:"; throttling interrupt source irq11 works with following devices: ohci0: mem 0xfebff000-0xfebfffff irq 11 at device 19.0 on pci0 ohci1: mem 0xfebfe000-0xfebfefff irq 11 at device 19.1 on pci0 ehci0: mem 0xfebfd000-0xfebfdfff irq 11 at device 19.2 on pci0 Here is my vmstat -i: > vmstat -i interrupt total rate irq0: clk 5248187 1000 irq1: atkbd0 8323 1 irq5: rl0 27334 5 irq7: ppc0 1 0 irq8: rtc 671710 127 irq10: pcm0 1 0 irq11: ohci0 ohci+ 5175788 986 irq12: psm0 240 0 irq13: npx0 1 0 irq14: ata0 38815 7 irq15: ata1 41 0 Total 11170441 2128 BIOS update is impossible due to no new versions released yet. Usage of FreeBSD of RELENG_6 cvs tag gave some results. System booted with ACPI, but my network card rl0 did not work (Watchdog timeout). This was the reason why I cvsuped to 7.0-CURRENT. Google search and search over existing problem reports on this topic gave following results: There was a patch published on the following page: http://lists.freebsd.org/pipermail/freebsd-mobile/2005-February/005787.html (thread theme was Thinkpad 600e interrupt storm) It was impossible to apply this patch - kernel source differed from patch source very much. There was also an advice to comment out 'apic' device. I commented it out. System booted with ACPI but I again received rl0 watchdog timeout message. I would like to help you in solving of this problem. I know that you have got not much time to work at received problem reports so due to my good knowledge of C I may work at this problem. I would only like to receive instructions of possible problem. I gess this would be enough. Here are dmesgs: 1. Normal boot with ACPI disabled: http://portascare.portaone.com/~sg/pr/dmesg.all.enabled.no.acpi 2. Boot with apic compiled out but ACPI enabled: http://portascare.portaone.com/~sg/pr/dmesg.without.apic 3. Boot with USB 2.0 disabled in BIOS and ACPI enabled: http://portascare.portaone.com/~sg/pr/dmesg.usb.v.2.0.disabled Here is my kernel: http://portascare.portaone.com/~sg/pr/kernel >How-To-Repeat: Boot with ACPI enabled and apic compiled in. >Fix: Disable ehci device in BIOS. >Release-Note: >Audit-Trail: >Unformatted: