From owner-freebsd-current@FreeBSD.ORG Sun Jun 28 13:23:55 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 388DB10656AD for ; Sun, 28 Jun 2009 13:23:55 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) Received: from zivm-out3.uni-muenster.de (ZIVM-OUT3.UNI-MUENSTER.DE [128.176.192.18]) by mx1.freebsd.org (Postfix) with ESMTP id C00298FC15 for ; Sun, 28 Jun 2009 13:23:54 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) X-IronPort-AV: E=Sophos;i="4.42,303,1243807200"; d="scan'208";a="6987363" Received: from zivmaildisp2.uni-muenster.de (HELO ZIVMAILUSER03.UNI-MUENSTER.DE) ([128.176.188.143]) by zivm-relay3.uni-muenster.de with ESMTP; 28 Jun 2009 15:23:53 +0200 Received: by ZIVMAILUSER03.UNI-MUENSTER.DE (Postfix, from userid 149459) id 4825E1B075E; Sun, 28 Jun 2009 15:23:53 +0200 (CEST) Date: Sun, 28 Jun 2009 15:23:52 +0200 (CEST) From: Alexander Best Sender: Organization: Westfaelische Wilhelms-Universitaet Muenster To: Ed Schouten Message-ID: In-Reply-To: <20090628125847.GP48776@hoeg.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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:23:56 -0000 hmmm...i did the following to be sure: cd /usr/src sudo svn up . -> At revision 195136. sudo svn diff -> no output md5 cam-ata.20090626.patch -> MD5 (cam-ata.20090626.patch) = 893f8cb65c0fea384b6b8a8fbc3a9998 sudo patch -p0 -s < cam-ata.20090626.patch -> no output make buildkernel yet the same error. :-( Ed Schouten schrieb am 2009-06-28: > 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.