From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161164AbWGNQR4 (ORCPT ); Fri, 14 Jul 2006 12:17:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1161178AbWGNQR4 (ORCPT ); Fri, 14 Jul 2006 12:17:56 -0400 Received: from mta09-winn.ispmail.ntl.com ([81.103.221.49]:9153 "EHLO mtaout03-winn.ispmail.ntl.com") by vger.kernel.org with ESMTP id S1161164AbWGNQRz (ORCPT ); Fri, 14 Jul 2006 12:17:55 -0400 Message-ID: <44B7C521.5080009@gentoo.org> Date: Fri, 14 Jul 2006 17:24:01 +0100 From: Daniel Drake User-Agent: Thunderbird 1.5.0.4 (X11/20060603) MIME-Version: 1.0 To: Chris Wedgwood CC: Andrew Morton , Jeff Garzik , greg@kroah.com, harmon@ksu.edu, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Add SATA device to VIA IRQ quirk fixup list References: <20060714095233.5678A8B6253@zog.reactivated.net> <44B77B1A.6060502@garzik.org> <44B78294.1070308@gentoo.org> <44B78538.6030909@garzik.org> <20060714074305.1248b98e.akpm@osdl.org> <20060714154240.GA23480@tuatara.stupidest.org> <44B7C37F.1050400@gentoo.org> In-Reply-To: <44B7C37F.1050400@gentoo.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Daniel Drake wrote: > It is worth noting that on the Gentoo bug report, the user could not > boot from VIA SATA while that ID was not in the list. However, if the > ACPI was *disabled* then the system booted fine (even without the SATA > ID in the list, i.e. no quirk applied). > > This suggests that the quirk is only needed for ACPI users, at least on > that system. I just confirmed this on my own system, at least partially. I removed the quirk and the system booted fine. This is with ACPI enabled, but APIC not enabled (hence the interrupts are XT-PIC). I cannot enable APIC on this system due to buggy BIOS. Daniel