From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 31 21:50:11 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C78661065672 for ; Tue, 31 Jul 2012 21:50:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 992EF8FC08 for ; Tue, 31 Jul 2012 21:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q6VLoBIp089236 for ; Tue, 31 Jul 2012 21:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q6VLoBOe089235; Tue, 31 Jul 2012 21:50:11 GMT (envelope-from gnats) Date: Tue, 31 Jul 2012 21:50:11 GMT Message-Id: <201207312150.q6VLoBOe089235@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Andriy Gapon Cc: Subject: Re: bin/170288: camcontrol(8) inquiry command does not provide information for ata(4) harddisks X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andriy Gapon List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2012 21:50:11 -0000 The following reply was made to PR bin/170288; it has been noted by GNATS. From: Andriy Gapon To: bug-followup@FreeBSD.org, dr2867@pacbell.net Cc: Subject: Re: bin/170288: camcontrol(8) inquiry command does not provide information for ata(4) harddisks Date: Wed, 01 Aug 2012 00:49:08 +0300 Not sure what problem you are reporting here... What you observe is by design. "CAM" in camcontrol stands for "Common Access _Method_", it doesn't stand for unified command interface. SCSI has 'inquiry', ATA has 'identify'. Please clarify. -- Andriy Gapon