···133 depends on ACPI_INTERPRETER134 depends on EXPERIMENTAL135 depends on !IA64_SGI_SN136- default m137 help138- ACPI generic hotkey0139140config ACPI_FAN141 tristate "Fan"
···133 depends on ACPI_INTERPRETER134 depends on EXPERIMENTAL135 depends on !IA64_SGI_SN136+ default n137 help138+ Experimental consolidated hotkey driver.139+ If you are unsure, say N.140141config ACPI_FAN142 tristate "Fan"
···692 return_VALUE(-1);693 }694695+#ifdef FUTURE_USE696+ /*697+ * The Link reference count allows us to _DISable an unused link698+ * and suspend time, and set it again on resume.699+ * However, 2.6.12 still has irq_router.resume700+ * which blindly restores the link state.701+ * So we disable the reference count method702+ * to prevent duplicate acpi_pci_link_set()703+ * which would harm some systems704+ */705 link->refcnt --;706+#endif707 ACPI_DEBUG_PRINT((ACPI_DB_INFO,708 "Link %s is dereferenced\n", acpi_device_bid(link->device)));709