summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-05-12 18:37:56 +0000
committerpeter <peter@FreeBSD.org>2003-05-12 18:37:56 +0000
commitfbf228660c14a822c02d75ffd63c043133e49a6c (patch)
tree23af640968b18cb13f7911a6bd39e58b5727c590 /sys/amd64
parent9ff3e48a71daf1b9cca435bb1def38dd80758cd3 (diff)
downloadFreeBSD-src-fbf228660c14a822c02d75ffd63c043133e49a6c.zip
FreeBSD-src-fbf228660c14a822c02d75ffd63c043133e49a6c.tar.gz
Really stop the loader from trying to load the acpi module by lying and
pretending that it is already here. Approved by: re (amd64/* stuff)
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/machdep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
index 8e7a88b..cafc80b 100644
--- a/sys/amd64/amd64/machdep.c
+++ b/sys/amd64/amd64/machdep.c
@@ -1701,3 +1701,5 @@ outb(u_int port, u_char data)
}
#endif /* DDB */
+
+MODULE_VERSION(acpi, 100);
OpenPOWER on IntegriCloud