From owner-freebsd-bugs@FreeBSD.ORG Sat Apr 29 15:50:21 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03B0616A40F for ; Sat, 29 Apr 2006 15:50:21 +0000 (UTC) (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 C0A0843D46 for ; Sat, 29 Apr 2006 15:50:20 +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 k3TFoKA2051436 for ; Sat, 29 Apr 2006 15:50:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3TFoK7W051435; Sat, 29 Apr 2006 15:50:20 GMT (envelope-from gnats) Date: Sat, 29 Apr 2006 15:50:20 GMT Message-Id: <200604291550.k3TFoK7W051435@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Eugene Grosbein Cc: Subject: Re: kern/91408 : [irq] ata(4) failure: SETFEATURES SET TRANSFER MODE semaphore timeout !! DANGER Will Robinson !! X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eugene Grosbein List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Apr 2006 15:50:21 -0000 The following reply was made to PR kern/91408; it has been noted by GNATS. From: Eugene Grosbein To: bug-followup@freebsd.org Cc: jhb@freebsd.org, lightsquid@logvinov.com Subject: Re: kern/91408 : [irq] ata(4) failure: SETFEATURES SET TRANSFER MODE semaphore timeout !! DANGER Will Robinson !! Date: Sat, 29 Apr 2006 23:41:58 +0800 Hi! With 6.1-RC of today I have the same sympthoms as with 5.4-RELEASE (http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/80815): 1) machine suffers from ATA timeouts if ACPI is fully enabled; 2) debug.acpi.disable="pci_link" in /boot/loader.conf eliminates the problem. So, Soren seems to be right: this is interrupt routing problem and not ATA problem. The question is: should I consider the workaround mentioned above as solution? What will I miss if I keep debug.acpi.disable="pci_link" forever? http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/91408 Eugene Grosbein