From owner-freebsd-questions@FreeBSD.ORG Thu May 18 13:20:18 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39CD716A42D for ; Thu, 18 May 2006 13:20:18 +0000 (UTC) (envelope-from nick@nickwithers.com) Received: from mail.nickwithers.com (mail.manrags.com [203.219.206.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87AB743D48 for ; Thu, 18 May 2006 13:20:17 +0000 (GMT) (envelope-from nick@nickwithers.com) Received: from localhost (shmick.shmon.net [10.0.0.252]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.nickwithers.com (Postfix) with ESMTP id 032923A53E; Thu, 18 May 2006 23:20:09 +1000 (EST) Date: Thu, 18 May 2006 23:20:09 +1000 From: Nick Withers To: KAV Message-Id: <20060518232009.9049809f.nick@nickwithers.com> In-Reply-To: <446BE62A.2000408@maglan.ru> References: <446BE62A.2000408@maglan.ru> Organization: nickwithers.com X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.17; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-nickwithers-MailScanner: Found to be clean X-nickwithers-MailScanner-From: nick@nickwithers.com Cc: freebsd-questions@freebsd.org Subject: Re: KERNEL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 13:20:22 -0000 On Thu, 18 May 2006 14:12:42 +1100 KAV wrote: > The kernel is not compiled. > Whether it is possible switch-off somehow the module aic? (snip) > cc -O3 -pipe -march=pentium4 -fno-strict-aliasing -Werror > -D_KERNEL -DKLD_MODULE -nostdinc -I- > -DHAVE_KERNEL_OPTION_HEADERS > -include /usr/src/sys/i386/compile/MYKERNEL/opt_global.h -I. > -I@ -I@/contrib/altq -I@/../include -finline-limit=8000 > -fno-common -g -I/usr/src/sys/i386/compile/MYKERNEL > -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx > -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Wall > -Wredundant-decls -Wnested-externs -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual > -fformat-extensions -std=c99 > -c /usr/src/sys/modules/aic/../../dev/aic/aic.c /usr/src/sys/modules/aic/../../dev/aic/aic.c: > In function `aic_reset': ./machine/bus.h:515: warning: inlining > failed in call to 'bus_space_write_1': --param > inline-unit-growth limit > reached /usr/src/sys/modules/aic/../../dev/aic/aic.c:1345: > warning: called from here (snip) Do you have the compilation optimisation level set to 3? Could you try with it set to 2 or lower? -- Nick Withers email: nick@nickwithers.com Web: http://www.nickwithers.com Mobile: +61 414 397 446