···133133 depends on ACPI_INTERPRETER134134 depends on EXPERIMENTAL135135 depends on !IA64_SGI_SN136136- default m136136+ default n137137 help138138- ACPI generic hotkey138138+ Experimental consolidated hotkey driver.139139+ If you are unsure, say N.139140140141config ACPI_FAN141142 tristate "Fan"
···692692 return_VALUE(-1);693693 }694694695695+#ifdef FUTURE_USE696696+ /*697697+ * The Link reference count allows us to _DISable an unused link698698+ * and suspend time, and set it again on resume.699699+ * However, 2.6.12 still has irq_router.resume700700+ * which blindly restores the link state.701701+ * So we disable the reference count method702702+ * to prevent duplicate acpi_pci_link_set()703703+ * which would harm some systems704704+ */695705 link->refcnt --;706706+#endif696707 ACPI_DEBUG_PRINT((ACPI_DB_INFO,697708 "Link %s is dereferenced\n", acpi_device_bid(link->device)));698709