From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 89F29C3A5A2 for ; Fri, 23 Aug 2019 17:09:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6831C21019 for ; Fri, 23 Aug 2019 17:09:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727809AbfHWRJm (ORCPT ); Fri, 23 Aug 2019 13:09:42 -0400 Received: from esa3.microchip.iphmx.com ([68.232.153.233]:45441 "EHLO esa3.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732787AbfHWRJl (ORCPT ); Fri, 23 Aug 2019 13:09:41 -0400 Authentication-Results: esa3.microchip.iphmx.com; dkim=none (message not signed) header.i=none; spf=Pass smtp.mailfrom=don.brace@microsemi.com; spf=None smtp.helo=postmaster@smtp.microsemi.com Received-SPF: Pass (esa3.microchip.iphmx.com: domain of don.brace@microsemi.com designates 208.19.100.22 as permitted sender) identity=mailfrom; client-ip=208.19.100.22; receiver=esa3.microchip.iphmx.com; envelope-from="don.brace@microsemi.com"; x-sender="don.brace@microsemi.com"; x-conformance=spf_only; x-record-type="v=spf1"; x-record-text="v=spf1 ip4:208.19.100.20 ip4:208.19.100.21 ip4:208.19.100.22 ip4:208.19.100.23 ip4:208.19.99.221 ip4:208.19.99.222 ip4:208.19.99.223 ip4:208.19.99.225 -all" Received-SPF: None (esa3.microchip.iphmx.com: no sender authenticity information available from domain of postmaster@smtp.microsemi.com) identity=helo; client-ip=208.19.100.22; receiver=esa3.microchip.iphmx.com; envelope-from="don.brace@microsemi.com"; x-sender="postmaster@smtp.microsemi.com"; x-conformance=spf_only X-Ironport-Dmarc-Check-Result: validskip IronPort-SDR: 2gDklqqNqaIndEDM47xAtGI1wsRsiHx2yjypmd4lLEzC76Msbc5bzjVWSh8+rOrmbOZGpRv6NW pKrSrGLXw6jNZupyKfmaRMH4kUplyCBb7WWE3gbS6O9imfhRSC5Qb5zd+8O89pK2vkXC1MK+ty +UkQ1s6KCW6l0gbZAiOWF3efMUHE6fLW8wyJN9CPGDJQ2yUDSfGzzGPD66S/FStuBTJgC+isey g5hl/0eNjEvdal8td1wbATOU0yuRuTf9cYJLvGDhqGufhTsguaH94kc2svcoL3dp5kT3YBTsO1 29o= X-IronPort-AV: E=Sophos;i="5.64,422,1559545200"; d="scan'208";a="46410004" Received: from unknown (HELO smtp.microsemi.com) ([208.19.100.22]) by esa3.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 23 Aug 2019 10:09:41 -0700 Received: from AVMBX3.microsemi.net (10.100.34.33) by AVMBX2.microsemi.net (10.100.34.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Fri, 23 Aug 2019 10:09:40 -0700 Received: from AVMBX2.microsemi.net (10.100.34.32) by AVMBX3.microsemi.net (10.100.34.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Fri, 23 Aug 2019 10:09:39 -0700 Received: from [127.0.1.1] (10.238.32.34) by avmbx2.microsemi.net (10.100.34.32) with Microsoft SMTP Server id 15.1.1713.5 via Frontend Transport; Fri, 23 Aug 2019 10:09:39 -0700 Subject: [PATCH V2 4/6] smartpqi: add module param to hide vsep From: Don Brace To: CC: , , , , , , , Date: Fri, 23 Aug 2019 12:09:38 -0500 Message-ID: <156658017887.6969.2462596871606297043.stgit@brunhilda> In-Reply-To: <156658004701.6969.3969396310784177369.stgit@brunhilda> References: <156658004701.6969.3969396310784177369.stgit@brunhilda> User-Agent: StGit/0.19 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-man-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-man@vger.kernel.org From: Dave Carroll Reviewed-by: Matt Perricone Reviewed-by: Scott Benesh Reviewed-by: Kevin Barnett Signed-off-by: Dave Carroll Signed-off-by: Don Brace --- man4/smartpqi.4 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/man4/smartpqi.4 b/man4/smartpqi.4 index 7004f468a..45a2017bd 100644 --- a/man4/smartpqi.4 +++ b/man4/smartpqi.4 @@ -16,6 +16,7 @@ smartpqi \- Microsemi Smart Family SCSI driver .RB [ disable_ctrl_shutdown= { 0 | 1 }] .RB [ lockup_action= { none | reboot | panic }] .RB [ expose_ld_first= { 0 | 1 }] +.RB [ hide_vsep= { 0 | 1 }] .YS .SH DESCRIPTION .B smartpqi @@ -96,6 +97,10 @@ parameter action .BR expose_ld_first= { 0 | 1 } This option enables support for exposing logical devices to OS before physical devices. The default value is 0. +.TP +.BR hide_vsep= { 0 | 1 } +This option enables disabling exposure of the virtual SEP to the host. This is usually associated with direct attached drives. +The default value is 0. .TE .SH FILES .SS Device nodes