From owner-freebsd-current@FreeBSD.ORG Sun Jun 28 13:42:07 2009 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80FC2106564A for ; Sun, 28 Jun 2009 13:42:07 +0000 (UTC) (envelope-from glz@hidden-powers.com) Received: from mail.hidden-powers.com (mail.hidden-powers.com [213.242.135.162]) by mx1.freebsd.org (Postfix) with ESMTP id 2CA408FC13 for ; Sun, 28 Jun 2009 13:42:06 +0000 (UTC) (envelope-from glz@hidden-powers.com) Received: from mail.hidden-powers.com (localhost [127.0.0.1]) by dkim.hidden-powers.com (Postfix) with ESMTP id ED0896E226; Sun, 28 Jun 2009 15:22:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=hidden-powers.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s= selector1; bh=Fb474EsjyOr6NnLxvxkwR+uPlMc=; b=gEGsBmZIH3cJUxJPy4 Itvi275axRl7ibh4NGclM6luoP7KBgR9gEcNyjqkHoJYx1XBVDG44GjP9+dXnWMd Hf23EEp85kFchHcr8/ZzOZPyXTkKW39KTwvOIdrWktZ0W1j+NFUrloZ4dIbH0eSc f39+ruyeg52gjI+5amUsDii24= Received: from [10.123.8.60] (unknown [192.36.80.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.hidden-powers.com (Postfix) with ESMTPSA id 0CC536E225; Sun, 28 Jun 2009 15:22:34 +0200 (CEST) Date: Sun, 28 Jun 2009 15:22:33 +0200 From: Goran Lowkrantz To: Alexander Best Message-ID: In-Reply-To: <20090628125847.GP48776@hoeg.nl> References: <20090628125847.GP48776@hoeg.nl> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: freebsd-current@FreeBSD.org Subject: Re: RFC: ATA to CAM integration patch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2009 13:42:07 -0000 Hi, Clean CURRENT as of this morning, patches: ===> ahci (all) cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -fno-omit-frame-pointer -I/usr/obj/usr/src/sys/GENERIC -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c /usr/src/sys/modules/ahci/../../dev/ahci/ahci.c /usr/src/sys/modules/ahci/../../dev/ahci/ahci.c: In function 'ahci_dmasetprd': /usr/src/sys/modules/ahci/../../dev/ahci/ahci.c:1032: error: 'AHCI_DMA_ENTRIES' undeclared (first use in this function) /usr/src/sys/modules/ahci/../../dev/ahci/ahci.c:1032: error: (Each undeclared identifier is reported only once /usr/src/sys/modules/ahci/../../dev/ahci/ahci.c:1032: error: for each function it appears in.) *** Error code 1 Stop in /usr/src/sys/modules/ahci. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Sun Jun 28 10:54:24 CEST 2009 /glz --On June 28, 2009 14:58:47 +0200 Ed Schouten wrote: > Hi Alexander, > > * Alexander Best wrote: >> after applying the patchset i cannot recompile my kernel. i've rebuild >> and reinstalled world after applying the patches. probably a kernelconf >> option is coliding with the ahci device. could somebody take a look at >> this and tell me what options i need to remove from my kernelconf? > > It may be possible that you applied the patch twice, which means some > files may have duplicate content. > > -- > Ed Schouten > WWW: http://80386.nl/ --- "There is hopeful symbolism in the fact that flags do not wave in a vacuum." -- Arthur C. Clarke