From owner-freebsd-current@FreeBSD.ORG Fri Nov 16 07:36:41 2007 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 AB7B616A419 for ; Fri, 16 Nov 2007 07:36:41 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from mail.vx.sk (neo.vx.sk [213.239.219.9]) by mx1.freebsd.org (Postfix) with ESMTP id 74B0513C442 for ; Fri, 16 Nov 2007 07:36:41 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by mail.vx.sk (Postfix) with ESMTP id 78C6E39859 for ; Fri, 16 Nov 2007 07:18:56 +0100 (CET) X-Virus-Scanned: amavisd-new at mail.vx.sk Received: from mail.vx.sk ([127.0.0.1]) by localhost (mail.vx.sk [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ACrt3UOdlEor for ; Fri, 16 Nov 2007 07:18:53 +0100 (CET) Received: from [10.2.0.1] (gw.radiolan.sk [193.93.72.6]) by mail.vx.sk (Postfix) with ESMTP id B78563983B for ; Fri, 16 Nov 2007 07:18:53 +0100 (CET) Message-ID: <473D4464.1080504@FreeBSD.org> Date: Fri, 16 Nov 2007 08:19:00 +0100 From: Martin Matuska User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-current@FreeBSD.org X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Cc: Subject: ata(4) support for IXP600 and IXP700 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: Fri, 16 Nov 2007 07:36:41 -0000 Hi all, I have several systems with mainboards that use IXP600 and IXP700 SATA controllers. These arebut not supported by ata(4) yet, I am successfully using the proposed patch at kern/116125 ( http://www.freebsd.org/cgi/query-pr.cgi?pr=116125 ). The patch works very well on 6-STABLE, 7-STABLE and 8-CURRENT, me and several other people are using it for two months now. If I can help with more testing to introduce this patch to the tree, just tell me what to do. Thanks, mm