From owner-freebsd-stable@FreeBSD.ORG Sun Feb 1 20:03:39 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0EBF92C9 for ; Sun, 1 Feb 2015 20:03:39 +0000 (UTC) Received: from mail-we0-f175.google.com (mail-we0-f175.google.com [74.125.82.175]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 91F7DD71 for ; Sun, 1 Feb 2015 20:03:38 +0000 (UTC) Received: by mail-we0-f175.google.com with SMTP id p10so35671280wes.6 for ; Sun, 01 Feb 2015 12:03:29 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=zs0TwW+o5Rz+V4wgPpVu3g0x9p0bTGK02Do8zSpvAvw=; b=a2es5dxMZzlpFluirBc9ghFUCZZ5nrDsT6M9xgHJWsigrvd2COQsVXdCG0RFLVVgi6 0alJb/1tyl4WYnB+UeBeZ5BFa2W7+O2i9fIfHZgWiCGfkZaHq3DVcjyh7AO0yFTIaRMr CAC7BLvYMBndlSbSG1CgSd+WxYA2LcRTjPenKWUwhwN4nQta30TjK51dnMlpHL+qp8w6 FpAxHUQqZ1RtKRHGTqioFndu6qGrLcSJnntmA/hlj2//BlvAGZ1lu0UuuM8jZBQ1QSRR Qm++wiUCcekFgNlISYcxgW+RPE5ILSdE6h1NJnzFCZe2/G9MPpdkDRCOXOmQbOGZiOrn TUUQ== X-Gm-Message-State: ALoCoQnrMRsukCdf0RlsdFOostiLBoJLCC81Fh8JOS79isXs2wM7o/PeVfeAL6o1qOmELDr+agIT X-Received: by 10.180.92.199 with SMTP id co7mr17401953wib.47.1422821009743; Sun, 01 Feb 2015 12:03:29 -0800 (PST) Received: from [10.10.1.68] (82-69-141-170.dsl.in-addr.zen.co.uk. [82.69.141.170]) by mx.google.com with ESMTPSA id p6sm16614938wia.14.2015.02.01.12.03.28 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 01 Feb 2015 12:03:28 -0800 (PST) Message-ID: <54CE8693.1010703@multiplay.co.uk> Date: Sun, 01 Feb 2015 20:03:31 +0000 From: Steven Hartland User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: Creating a bootable ZFS disk? References: <54a048f2.45c1c20a.6ffd.ffffe6d7SMTPIN_ADDED_BROKEN@mx.google.com> <54A062FE.6020500@multiplay.co.uk> <54A067D0.4050606@multiplay.co.uk> <349F0A87-5F85-4367-9A5C-E77DBFA16588@karthauser.co.uk> <7E1DA790-822F-4253-A3F6-1E5F5EFFEE04@karthauser.co.uk> <54A1129F.3040004@multiplay.co.uk> <54A18986.4000002@multiplay.co.uk> <5AFFE5CE-ABC7-4D9C-B8E7-0AC9C3327D6B@tao.org.uk> <54A2D3FA.6000404@multiplay.co.uk> <18C4C5D1-04D8-46B3-9E6F-FDAEB49BED1A@tao.org.uk> <54A59FE8.2070008@multiplay.co.uk> <3235C789-E677-4FA0-91CA-4C8F5DF17F99@tao.org.uk> <54C40571.50303@multiplay.co.uk> <7BBD317F-AE7F-4D78-896F-DE35125A4FD1@tao.org.uk> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 20:03:39 -0000 On 25/01/2015 12:57, Dr Josef Karthauser wrote: > >> On 24 Jan 2015, at 21:05, Dr Josef Karthauser wrote: >> >> On 24 Jan 2015, at 20:49, Steven Hartland wrote: >>> Your missing hint. your should have: >>> hint.achi.0.msi=“1" >> Ah! :) (hint.ahci.0.msi, of course!) >> >> That appears to work: >> >> ahci0: attempting to allocate 1 MSI vectors (8 supported) >> msi: routing MSI IRQ 263 to local APIC 0 vector 58 >> >> I’m doing a scrub of the pool now - it was a resilvering activity that caused it to crash and burn before, so I’m hoping that scrub should emulate the same load. I’ll report back when it’s finished. >> > Yes, that worked. > > How do we go about getting a quirk includes? What are they parametrised on? > > Sorry Joe I missed you reply. I've just committed a change which does this for your hardware. Please feel free to merge the following into your local tree and confirm it fixes the issue without the hint being present in loader.conf https://svnweb.freebsd.org/changeset/base/278034 Regards Steve