From owner-freebsd-mobile@FreeBSD.ORG Mon Feb 4 11:47:49 2008 Return-Path: Delivered-To: mobile@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C080816A418 for ; Mon, 4 Feb 2008 11:47:49 +0000 (UTC) (envelope-from iwasaki@jp.FreeBSD.org) Received: from locore.org (ns01.locore.org [218.45.21.227]) by mx1.freebsd.org (Postfix) with ESMTP id 75F1613C4D9 for ; Mon, 4 Feb 2008 11:47:48 +0000 (UTC) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (celeron.v4.locore.org [192.168.0.10]) by locore.org (8.13.8/8.13.8/iwasaki) with ESMTP/inet id m14BlJ1j093004; Mon, 4 Feb 2008 20:47:19 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Date: Mon, 04 Feb 2008 20:47:19 +0900 (JST) Message-Id: <20080204.204719.68100421.iwasaki@jp.FreeBSD.org> To: vova@fbsd.ru From: Mitsuru IWASAKI In-Reply-To: <1202124782.1491.28.camel@localhost> References: <20080202.034730.41627476.iwasaki@jp.FreeBSD.org> <1202119223.1491.20.camel@localhost> <1202124782.1491.28.camel@localhost> X-Mailer: Mew version 3.3 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: mobile@FreeBSD.org Subject: Re: acpi_dock and devd question X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2008 11:47:49 -0000 Hi, > > cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror /usr/src/sys/dev/acpica/acpi.c > > cc1: warnings being treated as errors > > /usr/src/sys/dev/acpica/acpi.c: In function 'acpi_ReqSleepState': > > /usr/src/sys/dev/acpica/acpi.c:2199: warning: implicit declaration of function 'devctl_process_running' > > /usr/src/sys/dev/acpica/acpi.c:2199: warning: nested extern declaration of 'devctl_process_running' > > *** Error code 1 > > Forgot to say, I've tried to build it against RELENG_7, patch applied > ok. Oops! Garbages were included in the previous patches, very sorry. Here the new patches. http://people.freebsd.org/~iwasaki/acpi/acpi_dock_devd-20080204.diff Please revert the files(acpi.c acpi_dock.c in /sys/dev/acpica/) then apply the new one. Thanks