From owner-freebsd-current@FreeBSD.ORG Sun Sep 30 13:53:32 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 EF32916A473 for ; Sun, 30 Sep 2007 13:53:32 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from webmail11.mail.yandex.net (webmail11.mail.yandex.net [213.180.200.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6D33B13C49D for ; Sun, 30 Sep 2007 13:53:32 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from YAMAIL (webmail11) by mail.yandex.ru id S1336703AbXI3Nx3 for ; Sun, 30 Sep 2007 17:53:29 +0400 X-Yandex-Spam: 1 Received: from [77.72.136.69] ([77.72.136.69]) by mail.yandex.ru with HTTP; Sun, 30 Sep 2007 17:53:29 +0400 From: "Andrey V. Elsukov" To: doconnor@gsoft.com.au In-Reply-To: 1550000000219735608 References: <200704181122.37957.doconnor@gsoft.com.au> <681431191157229@webmail33.yandex.ru> 1550000000219735608 MIME-Version: 1.0 Message-Id: <15341191160409@webmail11.yandex.ru> Date: Sun, 30 Sep 2007 17:53:29 +0400 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain Cc: freebsd-current@freebsd.org, sos@deepcore.dk Subject: Re: JMicron RAID problems 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, 30 Sep 2007 13:53:33 -0000 > Yes, I saw that, however it's only peripheral to my actual problem :) > Unfortunately I am stuck with a -current from the 12th of Feb if I want > to use my disks :( > I did have a go at merging but no luck yet, I will try to narrow down > the commit that caused the problem and see if I can back out just that. Do you have tested my patch? http://lists.freebsd.org/pipermail/freebsd-current/2007-September/077415.html If it will not work, you can simple add default: ch->devices = ATA_ATA_MASTER; in the ata_ahci_reset function. For the VIA AHCI this works. -- WBR, Andrey V. Elsukov