From owner-cvs-src@FreeBSD.ORG Mon Jun 12 16:44:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6FB816A473; Mon, 12 Jun 2006 16:44:13 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4011F43D45; Mon, 12 Jun 2006 16:44:13 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id BC5202085; Mon, 12 Jun 2006 18:44:08 +0200 (CEST) X-Spam-Tests: none X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 34D9A2083; Mon, 12 Jun 2006 18:44:08 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id 0BB9B33C8D; Mon, 12 Jun 2006 18:44:07 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Nate Lawson References: <200606112031.k5BKVf8u056762@repoman.freebsd.org> Date: Mon, 12 Jun 2006 18:44:07 +0200 In-Reply-To: <200606112031.k5BKVf8u056762@repoman.freebsd.org> (Nate Lawson's message of "Sun, 11 Jun 2006 20:31:41 +0000 (UTC)") Message-ID: <867j3m2ujs.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 16:44:13 -0000 Nate Lawson writes: > Log: > By default, don't disable ACPI during reboot. This appears to hang some > systems. Introduce a new sysctl "hw.acpi.disable_on_reboot" that allows > users to re-enable the old behavior in case it's needed for some system= s. > We never disable in the power-off path. Seems like you forgot something: cc -O2 -pipe -march=3Dpentium4 -DACPI_USE_LOCAL_CACHE -fno-strict-aliasing = -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -I/usr/src/sys/modules/acpi/a= cpi/../../../contrib/dev/acpica -DHAVE_KERNEL_OPTION_HEADERS -include /usr/= obj/usr/src/sys/xps/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=3D= 8000 --param inline-unit-growth=3D100 --param large-function-growth=3D1000 = -fno-common -g -I/usr/obj/usr/src/sys/xps -mno-align-long-strings -mpreferr= ed-stack-boundary=3D2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ff= reestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -= Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-= extensions -std=3Dc99 -c /usr/src/sys/modules/acpi/acpi/../../../dev/acpica= /acpi.c /usr/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi.c: In function `acp= i_attach': /usr/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi.c:525: error: struc= ture has no member named `acpi_do_disable' /usr/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi.c: In function `acp= i_shutdown_final': /usr/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi.c:1672: error: stru= cture has no member named `acpi_do_disable' *** Error code 1 DES --=20 Dag-Erling Sm=F8rgrav - des@des.no