From owner-freebsd-stable@FreeBSD.ORG Thu Apr 29 18:02:46 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 865FA16A4CE for ; Thu, 29 Apr 2004 18:02:46 -0700 (PDT) Received: from topper.inf.ed.ac.uk (topper.inf.ed.ac.uk [129.215.32.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5485343D48 for ; Thu, 29 Apr 2004 18:02:45 -0700 (PDT) (envelope-from richard@inf.ed.ac.uk) Received: from macintosh.inf.ed.ac.uk (macintosh.inf.ed.ac.uk [129.215.164.64]) by topper.inf.ed.ac.uk (8.11.6/8.11.6) with ESMTP id i3U12hp01225; Fri, 30 Apr 2004 02:02:43 +0100 Received: by macintosh.inf.ed.ac.uk (Postfix, from userid 501) id ECB9AB91C7; Fri, 30 Apr 2004 02:02:43 +0100 (BST) From: Richard Tobin To: Dmitry Morozovsky , Richard Tobin In-Reply-To: Dmitry Morozovsky's message of Thu, 29 Apr 2004 22:17:29 +0400 (MSD) Organization: just say no X-Mailer: Ream 5.1.51-richard-mac Message-Id: <20040430010243.ECB9AB91C7@macintosh.inf.ed.ac.uk> Date: Fri, 30 Apr 2004 02:02:43 +0100 (BST) cc: freebsd-stable@freebsd.org Subject: Re: USB/CAM multi-lun devices X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 01:02:46 -0000 > Wow, it works! Thanks for the suggestion, I suppose I add rescan command to > some of startup scrips. You can also add an entry to /etc/usbd.conf to run a shell script that does rescans if you attach the device after booting. If necessary you can extract the bus and target number from the output of "camcontrol devlist". As far as I know, there's no way to detect insertion of a card. -- Richard