From owner-freebsd-scsi@FreeBSD.ORG Thu Oct 11 11:49:46 2012 Return-Path: Delivered-To: freebsd-scsi@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 30E795FA for ; Thu, 11 Oct 2012 11:49:46 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id 18C0F8FC20 for ; Thu, 11 Oct 2012 11:49:46 +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 q9BBnjvJ062845 for ; Thu, 11 Oct 2012 11:49:45 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9BBnjw3062844; Thu, 11 Oct 2012 11:49:45 GMT (envelope-from gnats) Date: Thu, 11 Oct 2012 11:49:45 GMT Message-Id: <201210111149.q9BBnjw3062844@freefall.freebsd.org> To: freebsd-scsi@FreeBSD.org Cc: From: Sergey Kandaurov Subject: Re: kern/172575: [mfi] ioctl CAMGETPASSTHRU fails with mfi driver X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Sergey Kandaurov List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2012 11:49:46 -0000 The following reply was made to PR kern/172575; it has been noted by GNATS. From: Sergey Kandaurov To: bug-followup@FreeBSD.org, john.klug@unisys.com Cc: Subject: Re: kern/172575: [mfi] ioctl CAMGETPASSTHRU fails with mfi driver Date: Thu, 11 Oct 2012 14:28:56 +0400 Did it ever work? Seems no. 6.2-RELEASE camcontrol: /dev/mfid0 is not a valid device identifier camcontrol: please read the camcontrol(8) man page 7.3-RELEASE camcontrol: /dev/mfid0 is not a valid device identifier camcontrol: please read the camcontrol(8) man page 8.3-RELEASE camcontrol: cam_lookup_pass: CAMGETPASSTHRU ioctl failed cam_lookup_pass: No such file or directory cam_lookup_pass: either the pass driver isn't in your kernel cam_lookup_pass: or mfid0 doesn't exist 8.2-RELEASE w/ aac(4) camcontrol: cam_lookup_pass: CAMGETPASSTHRU ioctl failed cam_lookup_pass: No such file or directory cam_lookup_pass: either the pass driver isn't in your kernel cam_lookup_pass: or aacd0 doesn't exist -- wbr, pluknet