From owner-freebsd-current@FreeBSD.ORG Sun Sep 30 13:00:33 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 C93B016A417 for ; Sun, 30 Sep 2007 13:00:33 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from webmail33.mail.yandex.net (webmail33.mail.yandex.net [213.180.223.181]) by mx1.freebsd.org (Postfix) with ESMTP id 4A66F13C48A for ; Sun, 30 Sep 2007 13:00:33 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from YAMAIL (webmail33) by mail.yandex.ru id S6456448AbXI3NAa for ; Sun, 30 Sep 2007 17:00:30 +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:00:29 +0400 From: "Andrey V. Elsukov" To: doconnor@gsoft.com.au In-Reply-To: 1550000000219620673 References: <200704181122.37957.doconnor@gsoft.com.au> 1550000000219620673 MIME-Version: 1.0 Message-Id: <681431191157229@webmail33.yandex.ru> Date: Sun, 30 Sep 2007 17:00: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:00:33 -0000 Hi, > On Wed, 18 Apr 2007, Daniel O'Connor wrote: > 13th & 15th panic with > atapci0: ... > ata2: on atapci0 > Fatal trap 12 > fault v.address = 0x4 > read, page not present. > rman_get_bustag(0) at rman_get_bustag+0x6 There is a commit message: Revision 1.182: Thu Feb 15 21:51:42 2007 UTC (7 months, 1 week ago) by sos Branches: MAIN Changes since revision 1.181: +103 -76 lines Support AHCI chips where the ports are not consecutively numbered as in some incarnations of the ICH8 chip. *Also fix the panic introduced by the last commit.* -- WBR, Andrey V. Elsukov