diff options
author | peter <peter@FreeBSD.org> | 2002-04-14 04:33:41 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-04-14 04:33:41 +0000 |
commit | 1d48dd21daf3e81a88fe38d5fa1361b44ed0474b (patch) | |
tree | 9e1bcc11d9105ae2378586f7678c8d79b96a98f9 /sys/conf | |
parent | 0b2395fb4aa76ce82c1923884c2344bdc20bdb0f (diff) | |
download | FreeBSD-src-1d48dd21daf3e81a88fe38d5fa1361b44ed0474b.zip FreeBSD-src-1d48dd21daf3e81a88fe38d5fa1361b44ed0474b.tar.gz |
Allow a kernel to be compiled with both SKI and acpica and still
work on real hardware. (SKI used to break the sapic probes)
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/options.ia64 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options.ia64 b/sys/conf/options.ia64 index 134b1b0..2679d9b 100644 --- a/sys/conf/options.ia64 +++ b/sys/conf/options.ia64 @@ -70,3 +70,4 @@ SSC_NSECT opt_ski.h # Device options DEV_SPLASH opt_splash.h +DEV_ACPICA opt_acpica.h |