Module Name: src Committed By: jakllsch Date: Mon Sep 6 14:09:54 UTC 2010
Modified Files: src/sys/dev/acpi: acpi_quirks.c Log Message: Remove quirk added in rev 1.14. Even after the change of 1.16, it still matches more boards that just the one with the problem. Interrupts from the SATA controllers on my MSI K8N Neo3 boards (which both versions of this quirk matched) are broken when ACPI is disabled. My board does not exhibit AE_AML_INFINITE_LOOP problems. If we want to avoid manually specifying RB_MD2 in boothowto on pgoyette@'s board, we're going to have to find another way; perhaps with the DMI strings available from pmf(9). Anyhow, some boards needing RB_MD2 during boot(8) is in my opinion better than others needing to set acpi_force_load in ddb or gdb. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/acpi/acpi_quirks.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.