From 4c93af37884090ecd8985262cdcbfa1fb7785d30 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 10 Sep 2003 01:14:42 +0000 Subject: [PATCH] Add a acpi_SetDefaultIntrModel() method to allow drivers to set the interrupt model prior to the acpi0 device being probed and attached. --- sys/i386/include/acpica_machdep.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/i386/include/acpica_machdep.h b/sys/i386/include/acpica_machdep.h index a59cfe1c0fa..6ff98d8ba72 100644 --- a/sys/i386/include/acpica_machdep.h +++ b/sys/i386/include/acpica_machdep.h @@ -120,4 +120,6 @@ #define COMPILER_DEPENDENT_UINT64 unsigned long long #define ACPI_USE_NATIVE_DIVIDE +void acpi_SetDefaultIntrModel(int model); + #endif /* __ACPICA_MACHDEP_H__ */