From owner-freebsd-scsi@freebsd.org Tue May 19 01:37:46 2020 Return-Path: Delivered-To: freebsd-scsi@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ED01C2F3CAB for ; Tue, 19 May 2020 01:37:46 +0000 (UTC) (envelope-from dgilbert@interlog.com) Received: from smtp.infotech.no (smtp.infotech.no [82.134.31.41]) by mx1.freebsd.org (Postfix) with ESMTP id 49Qz6137LRz3RN6 for ; Tue, 19 May 2020 01:37:45 +0000 (UTC) (envelope-from dgilbert@interlog.com) Received: from localhost (localhost [127.0.0.1]) by smtp.infotech.no (Postfix) with ESMTP id C746C20424C for ; Tue, 19 May 2020 03:37:37 +0200 (CEST) X-Virus-Scanned: by amavisd-new-2.6.6 (20110518) (Debian) at infotech.no Received: from smtp.infotech.no ([127.0.0.1]) by localhost (smtp.infotech.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GtdGqkjk0bYK for ; Tue, 19 May 2020 03:37:34 +0200 (CEST) Received: from [192.168.48.23] (host-23-251-188-50.dyn.295.ca [23.251.188.50]) by smtp.infotech.no (Postfix) with ESMTPA id A93CA20414B for ; Tue, 19 May 2020 03:37:34 +0200 (CEST) To: freebsd-scsi@freebsd.org Reply-To: dgilbert@interlog.com From: Douglas Gilbert Subject: package update: sg3_utils, sdparm, ddpt and smp_utils Message-ID: Date: Mon, 18 May 2020 21:37:31 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-CA Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 49Qz6137LRz3RN6 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=neutral (mx1.freebsd.org: 82.134.31.41 is neither permitted nor denied by domain of dgilbert@interlog.com) smtp.mailfrom=dgilbert@interlog.com X-Spamd-Result: default: False [0.38 / 15.00]; HAS_REPLYTO(0.00)[dgilbert@interlog.com]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; R_SPF_NEUTRAL(0.00)[?all]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_SPAM_SHORT(0.38)[0.381]; MIME_GOOD(-0.10)[text/plain]; REPLYTO_ADDR_EQ_FROM(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-scsi@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_THREE(0.00)[4]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[interlog.com]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:8542, ipnet:82.134.0.0/17, country:NO]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2020 01:37:47 -0000 Hi, This post is to inform FreeBSD SCSI users that these packages have recently been updated. sg3_utils to version 1.45 see: http://sg.danny.cz/sg/sg3_utils.html sdparm to version 1.11 see: http://sg.danny.cz/sg/sdparm.html ddpt to version 0.96 see: http://sg.danny.cz/sg/ddpt.html smp_utils to version 0.99 see: http://sg.danny.cz/sg/smp_utils.html All can be built with the conventional ./configure ; make ; make install sequence. On rare occasions ./autogen.sh may be needed before that sequence. Most recently tested on FreeBSD 12.1 . If you experience problems with these packages, please contact me. One thing that is implemented in Linux but not FreeBSD is a small SNTL (SCSI to NVMe Translation Layer). Intel originally wrote a supported a SNTL in the Linux kernel, then they literally pulled it. The main reason for this SNTL is that NVMe MI committee decided to support SES-3 using MI Commands: SES Send and SES Receive. One thing this SNTL allows is for the sg_ses to control and monitor NVMe arrays. If FreeBSD needs that functionality I would be happy to help a volunteer :-) Doug Gilbert