From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick Mansfield Subject: Re: Badness in device_release at drivers/base/core.c:84 Date: Mon, 4 Aug 2003 09:30:35 -0700 Sender: linux-kernel-owner@vger.kernel.org Message-ID: <20030804093035.A24860@beaverton.ibm.com> References: <20030801182207.GA3759@blazebox.homeip.net> <20030801144455.450d8e52.akpm@osdl.org> <20030803015510.GB4696@blazebox.homeip.net> <20030802190737.3c41d4d8.akpm@osdl.org> <20030803214755.GA1010@blazebox.homeip.net> <20030803145211.29eb5e7c.akpm@osdl.org> <20030803222313.GA1090@blazebox.homeip.net> <20030803223115.GA1132@blazebox.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20030803223115.GA1132@blazebox.homeip.net>; from diffie@blazebox.homeip.net on Sun, Aug 03, 2003 at 06:31:15PM -0400 To: Diffie Cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, "Justin T. Gibbs" List-Id: linux-scsi@vger.kernel.org On Sun, Aug 03, 2003 at 06:31:15PM -0400, Diffie wrote: > On Sun, Aug 03, 2003 at 06:23:13PM -0400, Diffie wrote: > > Thank you for all your help.Sorry but i gave the wrong URL in previous > > email.The correct one is http://www.blazebox.homeip.net:81/diffie/images/linux-2.6.0-test2/ > > Per your screen dump - it found the cd-rom's on id 3 and 4, but not your disk drive that was at id 0, and the adapter found something at id 6 (host adapter is at id 7). You could try turning on scan logging, it might give more information. You can turn on the logging at boot time, make sure you have CONFIG_SCSI_LOGGING on, the information of interest (scan of host 0 chan 0 id 0 lun 0) likely will scroll off screen. For scan logging, add to your boot line: scsi_mod.scsi_logging_level=0x140 To limit the logging info, make sure max_scsi_luns=1 via config or boot time option scsi_mod.max_scsi_luns=1. -- Patrick Mansfield