From owner-freebsd-acpi@FreeBSD.ORG Thu Dec 1 21:34:30 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 B9D5E16A41F; Thu, 1 Dec 2005 21:34:30 +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 D14A543D60; Thu, 1 Dec 2005 21:34:29 +0000 (GMT) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 0D651564C2; Thu, 1 Dec 2005 22:34:28 +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 24991-01-2; Thu, 1 Dec 2005 22:34:24 +0100 (CET) Received: from webmail.thilelli.net (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 857A3564C1; Thu, 1 Dec 2005 22:34:24 +0100 (CET) Received: from 192.168.1.20 (SquirrelMail authenticated user jgabel) by webmail.thilelli.net with HTTP; Thu, 1 Dec 2005 22:34:24 +0100 (CET) Message-ID: <49547.192.168.1.20.1133472864.squirrel@webmail.thilelli.net> In-Reply-To: <200512011203.17304.jhb@freebsd.org> References: <49704.192.168.1.18.1113475314.squirrel@webmail.thilelli.net> <200511291650.08922.jhb@freebsd.org> <59463.192.168.1.20.1133380176.squirrel@webmail.thilelli.net> <200512011203.17304.jhb@freebsd.org> Date: Thu, 1 Dec 2005 22:34:24 +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: Thu, 01 Dec 2005 21:34:31 -0000 >> I applied this patch, rebuild and installed the kernel, set the >> loader.conf directive `hint.apic.0.disabled' to "0" and reboot on the >> system. Sadly, the same behaviour happened (as before), i.e. USB mouse >> simply hang, USB thumbdrive doesn't work, etc. >> >> The patch was applied on src/sys/dev/acpica/acpi_pci_link.c before your >> last commit on RELENG_6 (version 1.44.2.4, 2005/11/30 16:03:55). Don't >> know if this may change something or not in this case. > Well, I can't get to your dmesg's anymore. If I understand correctly, Yes, sorry: the layout of the website was changed recently. Here are the corresponding files (using RELENG_5 at this time): http://www.thilelli.net/~jgabel/store/pub/PR/74989/ > USB works for you so long as you have APIC disabled, both with ACPI > enabled and disabled correct? And USB is broken if you have both ACPI > and APIC enabled. Have you tried booting with ACPI disabled > (hint.acpi.0.disabled=1) but with APIC enabled? Does it work then or > break? More precisely, here is a little tab... to be more accurate (i hope): --------------------------------------- USB support | ACPI | APIC | ------------------------ | on | off | on | off | --------------------------------------- KO! | XX | | XX | | --------------------------------------- ok | XX | | | XX | --------------------------------------- ok | | XX | XX | | --------------------------------------- Did not boot(*)| | XX | | XX | --------------------------------------- (*) The boot disk seems not be able to be used for the root mount, i.e. ufs:/dev/ad0s1a in my case. Note: this box currently run the RELENG_6 branch, build at Wed Nov 30 07:12:41 CET 2005. -- -jpeg.