On Sat, 17 Jun 2006, Linus Torvalds wrote: > > It turns out that the Apple Mac Mini comes back from suspend in legacy > mode. Actually, that wasn't it. My debugging patches use the RTC to save off information, and that causing a test-kernel to not compile the test, or just normal incompetence on my part, made me "confirm" this as working, when it isn't. The thing that does work is to literally just set the SCI_ENABLE bit: acpi_set_register(ACPI_BITREG_SCI_ENABLE, 1, ACPI_MTX_DO_NOT_LOCK); after resume, _not_ the "acpi_enable()". Linus - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html