|
@@ -154,16 +154,12 @@ struct acpiphp_attention_info
|
|
struct module *owner;
|
|
struct module *owner;
|
|
};
|
|
};
|
|
|
|
|
|
-/* PCI bus bridge HID */
|
|
|
|
-#define ACPI_PCI_HOST_HID "PNP0A03"
|
|
|
|
-
|
|
|
|
/* ACPI _STA method value (ignore bit 4; battery present) */
|
|
/* ACPI _STA method value (ignore bit 4; battery present) */
|
|
#define ACPI_STA_ALL (0x0000000f)
|
|
#define ACPI_STA_ALL (0x0000000f)
|
|
|
|
|
|
/* slot flags */
|
|
/* slot flags */
|
|
|
|
|
|
-#define SLOT_ENABLED (0x00000002)
|
|
|
|
-#define SLOT_MULTIFUNCTION (0x00000004)
|
|
|
|
|
|
+#define SLOT_ENABLED (0x00000001)
|
|
|
|
|
|
/* function flags */
|
|
/* function flags */
|
|
|
|
|