From 7e0523ae136b1eea2954881674b50c9edfccfc63 Mon Sep 17 00:00:00 2001 From: David Rhodus Date: Fri, 16 Apr 2004 19:52:49 +0000 Subject: [PATCH] Place 'device acpica5' into the TINDERBOX kernel config so the tinderbox will build the new ACPI code and make sure the complication remains working. --- sys/config/TINDERBOX | 3 ++- sys/i386/conf/TINDERBOX | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/config/TINDERBOX b/sys/config/TINDERBOX index 3651b05126..a14ab5742b 100644 --- a/sys/config/TINDERBOX +++ b/sys/config/TINDERBOX @@ -10,7 +10,7 @@ # # Tinderbox maintained by: Hiten Pandya (hmp@leaf.dragonflybsd.org) # -# $DragonFly: src/sys/config/Attic/TINDERBOX,v 1.11 2004/04/03 07:14:08 hmp Exp $ +# $DragonFly: src/sys/config/Attic/TINDERBOX,v 1.12 2004/04/16 19:52:49 drhodus Exp $ machine i386 cpu I686_CPU @@ -21,6 +21,7 @@ maxusers 0 options DDB options INVARIANTS options INVARIANT_SUPPORT +device acpica5 # ACPI SUPPORT #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols diff --git a/sys/i386/conf/TINDERBOX b/sys/i386/conf/TINDERBOX index f7619f3980..c68d26ff29 100644 --- a/sys/i386/conf/TINDERBOX +++ b/sys/i386/conf/TINDERBOX @@ -10,7 +10,7 @@ # # Tinderbox maintained by: Hiten Pandya (hmp@leaf.dragonflybsd.org) # -# $DragonFly: src/sys/i386/conf/Attic/TINDERBOX,v 1.11 2004/04/03 07:14:08 hmp Exp $ +# $DragonFly: src/sys/i386/conf/Attic/TINDERBOX,v 1.12 2004/04/16 19:52:49 drhodus Exp $ machine i386 cpu I686_CPU @@ -21,6 +21,7 @@ maxusers 0 options DDB options INVARIANTS options INVARIANT_SUPPORT +device acpica5 # ACPI SUPPORT #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols -- 2.41.0