From mboxrd@z Thu Jan 1 00:00:00 1970 From: Len Brown Subject: eisa_set_level_irq(acpi_fadt.sci_int) Date: 15 Oct 2003 17:48:04 -0400 Sender: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Message-ID: <1066254483.2535.51.camel@dhcppc4> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Errors-To: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org, linux-acpi List-Id: linux-acpi@vger.kernel.org What does eisa_set_level_irq() do for us? As its presence breaks the !CONFIG_PCI build, I deleted it and found that ACPI in PIC mode seems to work just fine without it (at least on 2 of 2 systems tested so far) thanks, -Len drivers/acpi/bus.c: #ifdef CONFIG_X86 /* Ensure the SCI is set to level-triggered, active-low */ if (acpi_ioapic) mp_config_ioapic_for_sci(acpi_fadt.sci_int); else eisa_set_level_irq(acpi_fadt.sci_int); #endif ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php