From owner-freebsd-current@FreeBSD.ORG Fri Apr 13 04:26:42 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0A52116A406 for ; Fri, 13 Apr 2007 04:26:42 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from smtp2.yandex.ru (smtp2.yandex.ru [213.180.200.18]) by mx1.freebsd.org (Postfix) with ESMTP id 41BBB13C46A for ; Fri, 13 Apr 2007 04:26:40 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from mail.kirov.so-cdu.ru ([77.72.136.145]:36617 "EHLO [127.0.0.1]" smtp-auth: "bu7cher" TLS-CIPHER: "DHE-RSA-AES256-SHA keybits 256/256 version TLSv1/SSLv3" TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S3375793AbXDME0c (ORCPT ); Fri, 13 Apr 2007 08:26:32 +0400 X-Comment: RFC 2476 MSA function at smtp2.yandex.ru logged sender identity as: bu7cher Message-ID: <461F0676.1000807@yandex.ru> Date: Fri, 13 Apr 2007 08:26:30 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.5 (FreeBSD/20051231) MIME-Version: 1.0 To: Ivan Voras References: <461E0375.7080002@yandex.ru> <461E08C8.7070908@yandex.ru> In-Reply-To: Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: ZFS: panic on zpool create 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, 13 Apr 2007 04:26:42 -0000 Ivan Voras wrote: >> This command brings to panic: >> # zpool create media aacd1 > > Wild guess, probably not correct: is the aac driver GIANT locked? Simple grep -i giant on the aac source show that it have Giant in some places. But ata(4) have Giant too and it works good on my notebook.. -- WBR, Andrey V. Elsukov