From owner-freebsd-fs@freebsd.org Fri Mar 4 21:12:33 2016 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92E339DA486 for ; Fri, 4 Mar 2016 21:12:33 +0000 (UTC) (envelope-from zbeeble@gmail.com) Received: from mail-yk0-x22a.google.com (mail-yk0-x22a.google.com [IPv6:2607:f8b0:4002:c07::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 52BBBD19 for ; Fri, 4 Mar 2016 21:12:33 +0000 (UTC) (envelope-from zbeeble@gmail.com) Received: by mail-yk0-x22a.google.com with SMTP id n145so1042587ykb.1 for ; Fri, 04 Mar 2016 13:12:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=pwUYM3so1cavIUn4yVVFPGSba1++ELDcapV1AJCxtfY=; b=z67lRNAJPYIMnkKFaHnPqyyVFNMshV8fA+LT1HNA8tXZHzAeV3nSxF4qkIBLjTcRQZ tV2NvcOPdg+Xk41W9dHs36QcPCqX4RiFM/R0DtOSaPwOUrR7hgsVJx9w97F32afwamDN s/vwLtAapKxnyLSl7MUkA6QD6uW+38vghPyW/fmXJkb0kebuNp/Td9k4FcURLK0v3Oe0 CEcVkxmtHRdt5ARw2ZX0chP+V/pWTmHm7QErhRKknlwSRAj7j2xepE0mt4bTZajY/DGY ATd2VSPEw7zA/r9Ns77RNS3HZlIcEIjHbQvD9zrSmFSS/fuy+TdN/dIDf75JCUoCcSrB 5qeA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=pwUYM3so1cavIUn4yVVFPGSba1++ELDcapV1AJCxtfY=; b=kNG+vq4vKltsCR6V9gR+w5/+KJY15gN6txk/90cnZOzkmyjOZeMW+Cu1YsamBMplor 05ZDMlqCfwJYpH1eHyWR+VRaN5/EOpFENef8nZu9EnHFQAyFpIhFPWhH6CPI7BDstZf6 0r5PtrmrqCDis+qbRLT4isN6B5dsBaSLISSz7ogfeyBjTF8hLdz5FAMYaZzjo/gmaArB 0kHcS4+cEeemNBuRGAcvGpe+d7AGyRRqwZGmyxD4QTYU+2S4H7vcqFIAcd66QZhwObvb GmZvW0zvdnnZ8pLmuBuv4J9pfVLAXnKItEfS/QTO8qJCWRfPvwUdfdRvDkkSeGHxrYSi AXYg== X-Gm-Message-State: AD7BkJK/XGadg4CK+VwU/cGAWsXDy9bdGicrYgk6tHRSFSTfAQy61dD5tScx5hOQf92eM7BxCkFkq8PQDvd/Sw== MIME-Version: 1.0 X-Received: by 10.37.64.207 with SMTP id n198mr6067506yba.12.1457125952504; Fri, 04 Mar 2016 13:12:32 -0800 (PST) Received: by 10.37.27.130 with HTTP; Fri, 4 Mar 2016 13:12:32 -0800 (PST) In-Reply-To: <56D95251.5080800@multiplay.co.uk> References: <56D95251.5080800@multiplay.co.uk> Date: Fri, 4 Mar 2016 16:12:32 -0500 Message-ID: Subject: Re: hw.mfi.allow_cam_disk_passthrough missing? From: Zaphod Beeblebrox To: Steven Hartland Cc: freebsd-fs Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2016 21:12:33 -0000 OK. Good call on mfip ---> but where's the documentation on mfip? mrsas is not an option as this is a 1078 based card (not supported AFAICT by mrsas). Since I'm here, what's the opinion on mfip? On Fri, Mar 4, 2016 at 4:16 AM, Steven Hartland wrote: > Do you have the mfip module loaded? This is separate from mfi. > > If you want direct drives you may be better off using mrsas by adding the > following to /boot/loader.conf: > hw.mfi.mrsas_enable="1" > > > On 04/03/2016 00:51, Zaphod Beeblebrox wrote: > >> so... I see in my source (10.2-STABLE): >> >> static int mfi_allow_disks = 0; >> TUNABLE_INT("hw.mfi.allow_cam_disk_passthrough", &mfi_allow_disks); >> SYSCTL_INT(_hw_mfi, OID_AUTO, allow_cam_disk_passthrough, CTLFLAG_RD, >> &mfi_allow_disks, 0, "event message locale"); >> >> ... sysctl hw.mfi.allow_cam_disk_passthrough: >> >> [1:6:306]root@virtual:~> sysctl hw.mfi.allow_cam_disk_passthrough >> sysctl: unknown oid 'hw.mfi.allow_cam_disk_passthrough': No such file or >> directory >> >> even though this is a generic kernel that contains mfi and the card in >> question probes up just fine. >> >> What gives? >> _______________________________________________ >> freebsd-fs@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-fs >> To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org" >> > > _______________________________________________ > freebsd-fs@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-fs > To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org" >