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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3E953E7AD76 for ; Tue, 3 Oct 2023 15:57:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231851AbjJCP56 (ORCPT ); Tue, 3 Oct 2023 11:57:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55296 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231922AbjJCP56 (ORCPT ); Tue, 3 Oct 2023 11:57:58 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.153.233]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8D92EB7 for ; Tue, 3 Oct 2023 08:57:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1696348675; x=1727884675; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=trZstkUPIPvpXf1Lr1+slx46124dF9O/zLblQFR7Q6c=; b=rv73pZF3VkvR7TXEamtSeWaAQkuizk92e5MLjC3Ua0UjEtctshJ08v89 OIdwLd8EVjiLB/micEsJX8J+39dKRS/2qj37UlRJ8PbQ0HAUS8S0oNARW WB3DhuFKpv3hr+stUJOQQBH8L/8O794mY5Be6JAZ7yiE2m35ZObdyDxjh /fZ9Ouka5vUnFPmHiPDsG/h0mbcP0OAc0gGgJVC/xhSHavryDWGteXKRV UOAQx4DyhLGPBIIRNHCqlZRUYNaiIvIMPoavGtacwQ7b+HZ8fVm32vZMW XkX6p+tq4Y4vorczAKJsVZO/UXJ3DeAm1Ls7DxmfflQULp08if9u+Sq2U w==; X-CSE-ConnectionGUID: z1jAWWweQMqREDbH4gjiHw== X-CSE-MsgGUID: LoPfYZzcRAywEXXirtHfhw== X-ThreatScanner-Verdict: Negative X-IronPort-AV: E=Sophos;i="6.03,197,1694761200"; d="scan'208";a="238453657" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa5.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 03 Oct 2023 08:57:55 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Tue, 3 Oct 2023 08:57:34 -0700 Received: from brunhilda.pdev.net (10.10.85.11) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server id 15.1.2507.21 via Frontend Transport; Tue, 3 Oct 2023 08:57:34 -0700 From: Don Brace To: CC: Subject: [PATCH v5 3/6] smartpqi: update host attribute descriptions Date: Tue, 3 Oct 2023 11:00:21 -0500 Message-ID: <20231003160024.231729-4-don.brace@microchip.com> X-Mailer: git-send-email 2.42.0.296.g493f462273 In-Reply-To: <20231003160024.231729-1-don.brace@microchip.com> References: <20231003160024.231729-1-don.brace@microchip.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-man@vger.kernel.org Minor description changes for host attributes. Just some small changes to the host attribute descriptions. Remove the "version" sysfs entry. This entry was changed to two sysfs entries: driver_version and firmware_version. Reviewed-by: Scott Benesh Reviewed-by: Scott Teel Reviewed-by: Mike McGowen Reviewed-by: Kevin Barnett Signed-off-by: Don Brace --- man4/smartpqi.4 | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/man4/smartpqi.4 b/man4/smartpqi.4 index 3b7cbb749153..f9560fe3ef14 100644 --- a/man4/smartpqi.4 +++ b/man4/smartpqi.4 @@ -136,29 +136,12 @@ The host attribute is a write-only attribute. Writing to this attribute will cause the driver to scan for new, changed, or removed devices (e.g., hot-plugged tape drives, or newly -configured or deleted logical drives) and notify the SCSI mid-layer of +configured or deleted logical volumes) and notify the SCSI mid-layer of any changes detected. Usually this action is triggered automatically by configuration changes, so the user should not normally have to write to this file. Doing so may be useful when hot-plugging devices such as tape drives or -entire storage boxes containing pre-configured logical drives. -.TP -.IR /sys/class/scsi_host/host * /version -The host -.I version -attribute is a read-only attribute. -This attribute contains the driver version and the controller firmware -version. -.IP -For example: -.IP -.in +4n -.EX -$ \c -.B cat /sys/class/scsi_host/host1/version -driver: 1.1.2\-126 -firmware: 1.29\-112 -.EE +entire storage boxes containing pre-configured logical volumes. .in .TP .IR /sys/class/scsi_host/host * /lockup_action -- 2.42.0.296.g493f462273