From owner-cvs-all Tue Jun 27 19:48:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AC2F037B54A; Tue, 27 Jun 2000 19:48:34 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA09941; Tue, 27 Jun 2000 19:48:34 -0700 (PDT) (envelope-from ken@FreeBSD.org) Message-Id: <200006280248.TAA09941@freefall.freebsd.org> From: Kenneth Merry Date: Tue, 27 Jun 2000 19:48:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/camcontrol camcontrol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ken 2000/06/27 19:48:34 PDT Modified files: sbin/camcontrol camcontrol.c Log: When printing out the transfer rate display for 'camcontrol inquiry', use the current setting for tagged queueing when deciding whether or not to print "Tagged Queueing Enabled" instead of using the device's actual capabilities. This is more consistent with the rest of the transfer rate display, which relies on current settings, and is more consistent with the way we display things on boot. Reported by: Gustavo Vieira Goncalves Coelho Rios Reviewed by: mjacob Revision Changes Path 1.26 +3 -2 src/sbin/camcontrol/camcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message