From owner-freebsd-scsi@FreeBSD.ORG Fri Oct 19 02:50:01 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 DC412BEB for ; Fri, 19 Oct 2012 02:50:01 +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 ABD5C8FC0C for ; Fri, 19 Oct 2012 02:50:01 +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 q9J2o1aB043938 for ; Fri, 19 Oct 2012 02:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9J2o1cv043937; Fri, 19 Oct 2012 02:50:01 GMT (envelope-from gnats) Date: Fri, 19 Oct 2012 02:50:01 GMT Message-Id: <201210190250.q9J2o1cv043937@freefall.freebsd.org> To: freebsd-scsi@FreeBSD.org Cc: From: Mark Johnston Subject: Re: kern/172864: [mfi] mfip does not notice new drives X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Mark Johnston List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2012 02:50:01 -0000 The following reply was made to PR kern/172864; it has been noted by GNATS. From: Mark Johnston To: bug-followup@FreeBSD.org, kpneal@pobox.com Cc: Subject: Re: kern/172864: [mfi] mfip does not notice new drives Date: Thu, 18 Oct 2012 22:48:22 -0400 This is because mfi(4) currently doesn't notify CAM when it receives a drive insertion/removal event from the hardware. I fixed this in the tree at work; I'll post it to freebsd-scsi when I have access to it again, probably in a couple of months. FWIW, running "camcontrol rescan all" should have also caused the passthrough devices to appear, so that's another workaround. -Mark