From owner-freebsd-questions@FreeBSD.ORG Tue Feb 10 23:09:46 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1DC40E21 for ; Tue, 10 Feb 2015 23:09:46 +0000 (UTC) Received: from mail-yh0-x229.google.com (mail-yh0-x229.google.com [IPv6:2607:f8b0:4002:c01::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C7DBC8A3 for ; Tue, 10 Feb 2015 23:09:45 +0000 (UTC) Received: by mail-yh0-f41.google.com with SMTP id 29so47608yhl.0 for ; Tue, 10 Feb 2015 15:09:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=q9O4FIAtalPYvj4gIdQLWNW7wGpP5teQrmp5cv5bdDs=; b=I+mEA9RWUzcXK57NMZB1WNFpsLIWcxIbw5wPsBgdmh1PlaY1l+CBlT5eWDiVXGq6Xx 8iuSNkfEfnsfHYud+lE28UCak1BMfpyjHIJWuXjBr9d6FWFsXfSlvQiHgr1DWkHNNZt8 csRPWDd4EIIOobpE8xT6Fv5wL0W3eQQyaHkxHkGFKpFE6hrZq1AKf6g1dKOURzxV7FCE KxeI9wrQTOGwmhr7nuQrjz1fgKm1utIpPfaVk8/AGoCsqVephkM1cgRXXs4OE7K0jZaw vZLV+I3oOdwh/5EZ0vVatjXIxE171j47dpI4986IvlDQMNHLzXuIYYrF011Uv2dRRpqi nRlQ== X-Received: by 10.236.222.232 with SMTP id t98mr10167551yhp.122.1423609784866; Tue, 10 Feb 2015 15:09:44 -0800 (PST) Received: from k8-bsd.hsd1.ga.comcast.net ([2601:0:4600:611:2ed0:5aff:fe78:91ca]) by mx.google.com with ESMTPSA id q13sm10864203yhb.4.2015.02.10.15.09.44 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Feb 2015 15:09:44 -0800 (PST) Date: Tue, 10 Feb 2015 18:10:17 -0500 From: R0B_ROD To: Andrea Venturoli Subject: Re: Clarifications on ACPI driver Message-ID: <20150210231017.GA89620@k8-bsd.hsd1.ga.comcast.net> References: <54D25DF1.9030603@netfence.it> <54DA8C63.8000303@netfence.it> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54DA8C63.8000303@netfence.it> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2015 23:09:46 -0000 On Tue, Feb 10, 2015 at 11:55:31PM +0100, Andrea Venturoli wrote: > On 02/04/15 21:50, Michael Powell wrote: > > Andrea Venturoli wrote: > > > >> Hello. > >> > >> I read in the handbook (12.13.1) "the acpi(4) driver is loaded by > >> default at system boot and should *not* be compiled into the kernel". > >> > >> Yet I see "device acpi" in GENERIC. I have built 6 kernels with 'device acpi' on AMD64 E-300 HP 2000-2b19WM all have worked fine. Its like you said it was in GENERIC. I use FreeBSD 10.1-STABLE. ;)