From owner-freebsd-current@FreeBSD.ORG Sat Jun 27 08:49:34 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 ECFBD106564A for ; Sat, 27 Jun 2009 08:49:34 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) Received: from zivm-out1.uni-muenster.de (ZIVM-OUT1.UNI-MUENSTER.DE [128.176.192.8]) by mx1.freebsd.org (Postfix) with ESMTP id 8491B8FC16 for ; Sat, 27 Jun 2009 08:49:34 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) X-IronPort-AV: E=Sophos;i="4.42,300,1243807200"; d="scan'208";a="275596373" Received: from zivmaildisp2.uni-muenster.de (HELO ZIVMAILUSER03.UNI-MUENSTER.DE) ([128.176.188.143]) by zivm-relay1.uni-muenster.de with ESMTP; 27 Jun 2009 10:49:32 +0200 Received: by ZIVMAILUSER03.UNI-MUENSTER.DE (Postfix, from userid 149459) id B301F1B075E; Sat, 27 Jun 2009 10:49:32 +0200 (CEST) Date: Sat, 27 Jun 2009 10:49:32 +0200 (CEST) From: Alexander Best Sender: Organization: Westfaelische Wilhelms-Universitaet Muenster To: Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Subject: 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: Sat, 27 Jun 2009 08:49:35 -0000 hi there, i'm having problems applying the patch. i copied it to /usr/src and then did `patch < cam-ata.20090626.patch`. the patch applies cleanly to my source, but all the files that should go into sys/dev/ahci and sys/modules/ahci get created in /usr/src. maybe a bug in `patch` or am i doing something wrong? cheers.