From owner-freebsd-acpi@FreeBSD.ORG Sun Dec 4 21:06:04 2005 Return-Path: X-Original-To: freebsd-acpi@freebsd.org 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 6368816A41F; Sun, 4 Dec 2005 21:06:04 +0000 (GMT) (envelope-from jpeg@thilelli.net) Received: from smtp.thilelli.net (smtp.thilelli.net [213.41.129.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07CE043D62; Sun, 4 Dec 2005 21:06:02 +0000 (GMT) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 491E65647E; Sun, 4 Dec 2005 22:06:01 +0100 (CET) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00636-02-2; Sun, 4 Dec 2005 22:05:59 +0100 (CET) Received: from webmail.thilelli.net (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id C43945647C; Sun, 4 Dec 2005 22:05:59 +0100 (CET) Received: from 192.168.1.20 (SquirrelMail authenticated user jgabel) by webmail.thilelli.net with HTTP; Sun, 4 Dec 2005 22:05:59 +0100 (CET) Message-ID: <56639.192.168.1.20.1133730359.squirrel@webmail.thilelli.net> In-Reply-To: <200512031626.59048.jhb@freebsd.org> References: <49704.192.168.1.18.1113475314.squirrel@webmail.thilelli.net> <200512020811.33720.jhb@freebsd.org> <62227.192.168.1.20.1133563026.squirrel@webmail.thilelli.net> <200512031626.59048.jhb@freebsd.org> Date: Sun, 4 Dec 2005 22:05:59 +0100 (CET) From: "Julien Gabel" To: "John Baldwin" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: amavisd-new at thilelli.net Cc: freebsd-acpi@freebsd.org, freebsd-usb@freebsd.org, bug-followup@freebsd.org Subject: Re: usb/74989: (regression) Lost USB support between 5.2.1-RELEASE and 5.3-RELEASE on K7T266 Pro2. X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jpeg@thilelli.net List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Dec 2005 21:06:04 -0000 >> Ok. I think you finally got it this time. Applied this patch against >> RELENG_6 and it seems to work fine now. I build and installed the >> kernel, set the loader.conf directives >> hint.acpi.0.disabled to 0 >> hint.apic.0.disabled to 0 >> and reboot on the system... it works well now, thank you ;) > Ok, fix committed. It will be in 6.1 as well. Good news, thanks! >>>> (*) The boot disk seems not be able to be used for the root mount, >>>> i.e. ufs:/dev/ad0s1a in my case. >>> If you could get a verbose dmesg for this case using a serial console >>> I'd be interested in looking at that too. >> Certainly! The output can be found at: >> http://www.thilelli.net/~jgabel/store/pub/PR/74989/serial.dmesg.boot-v >> >> Note: the kernel used for this boot was the just-previously-patched one. > Ok, what happens here is that the $PIR code ends up using IRQ 14 for a > virgin-routed link. You can just use a tunable to override this like so: > > hw.pci.link.0x1.irq=12 Yes, this setting solved the problem with both ACPI and APIC support disabled. > That should make the vga adapter use irq 12 rather than irq 14. If you > have a BIOS setting that says 'enable VGA irq' you could also try > turning that on. However, you'd probably much rather be running with > ACPI + APIC enabled anyway. Sure... ;) Just a little question though: what can i "expect", from now on, to have ACPI and APIC enabled in the same time, rather than ACPI support alone (without APIC)? -- -jpeg.