From a62a1fac9497f2064e6b6558addceb409be9dbd3 Mon Sep 17 00:00:00 2001 From: David Rhodus Date: Fri, 16 Apr 2004 19:49:09 +0000 Subject: [PATCH] Add back in basic ACPI support into the LINT kernel build. This option was lost during rev 1.24. --- sys/config/LINT | 4 +++- sys/i386/conf/LINT | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sys/config/LINT b/sys/config/LINT index bc4e293984..6ed69179e3 100644 --- a/sys/config/LINT +++ b/sys/config/LINT @@ -3,7 +3,7 @@ # as much of the source tree as it can. # # $FreeBSD: src/sys/i386/conf/LINT,v 1.749.2.144 2003/06/04 17:56:59 sam Exp $ -# $DragonFly: src/sys/config/LINT,v 1.25 2004/03/24 17:39:51 drhodus Exp $ +# $DragonFly: src/sys/config/LINT,v 1.26 2004/04/16 19:49:09 drhodus Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -2685,6 +2685,8 @@ device ubsec # Broadcom 5501, 5601, 58xx options UBSEC_DEBUG # enable debugging support: hw.ubsec.debug options UBSEC_RNDTEST # enable rndtest support +device acpica # basic ACPI support + # DRM options: # mgadrm: AGP Matrox G200, G400, G450, G550 # tdfxdrm: 3dfx Voodoo 3/4/5 and Banshee diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 2dbae2df69..ac20638bd1 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -3,7 +3,7 @@ # as much of the source tree as it can. # # $FreeBSD: src/sys/i386/conf/LINT,v 1.749.2.144 2003/06/04 17:56:59 sam Exp $ -# $DragonFly: src/sys/i386/conf/Attic/LINT,v 1.25 2004/03/24 17:39:51 drhodus Exp $ +# $DragonFly: src/sys/i386/conf/Attic/LINT,v 1.26 2004/04/16 19:49:09 drhodus Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -2685,6 +2685,8 @@ device ubsec # Broadcom 5501, 5601, 58xx options UBSEC_DEBUG # enable debugging support: hw.ubsec.debug options UBSEC_RNDTEST # enable rndtest support +device acpica # basic ACPI support + # DRM options: # mgadrm: AGP Matrox G200, G400, G450, G550 # tdfxdrm: 3dfx Voodoo 3/4/5 and Banshee -- 2.41.0