summaryrefslogtreecommitdiffstats
path: root/sys/amd64/acpica
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-06-30 04:42:29 +0000
committernjl <njl@FreeBSD.org>2004-06-30 04:42:29 +0000
commit53a70792e9096e1fa022cf319d27bf15d6e708e1 (patch)
tree8a832cc3ca2ad23ae8699b1eb1c736f70fe921af /sys/amd64/acpica
parentdc22443bf3d78b6245f02a145e4224606b77eae5 (diff)
downloadFreeBSD-src-53a70792e9096e1fa022cf319d27bf15d6e708e1.zip
FreeBSD-src-53a70792e9096e1fa022cf319d27bf15d6e708e1.tar.gz
Add machdep quirks functions. On i386, this disables acpi on systems with
BIOS dates earlier than Jan 1, 1999. Add prototypes and quirks flags.
Diffstat (limited to 'sys/amd64/acpica')
-rw-r--r--sys/amd64/acpica/acpi_machdep.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/amd64/acpica/acpi_machdep.c b/sys/amd64/acpica/acpi_machdep.c
index ee9deb3..a418b71 100644
--- a/sys/amd64/acpica/acpi_machdep.c
+++ b/sys/amd64/acpica/acpi_machdep.c
@@ -56,3 +56,9 @@ acpi_SetDefaultIntrModel(int model)
intr_model = model;
}
+
+int
+acpi_machdep_quirks(int *quirks)
+{
+ return (0);
+}
OpenPOWER on IntegriCloud