From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Grundler Subject: Re: No drives come online in 2.6.32? Date: Fri, 25 Dec 2009 16:46:55 -0700 Message-ID: <20091225234654.GA23763@lackof.org> References: <119aab440912231819x621898d2lf2b58a3e27b86047@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-parisc , Matthew Wilcox To: Carlos O'Donell Return-path: In-Reply-To: <119aab440912231819x621898d2lf2b58a3e27b86047@mail.gmail.com> List-ID: List-Id: linux-parisc.vger.kernel.org On Wed, Dec 23, 2009 at 09:19:19PM -0500, Carlos O'Donell wrote: > When booting 2.6.32, my scsi drives don't come online, all I see during boot is: > ~~~ > sym53c8xx 0000:00:01.0: enabling device (0000 -> 0003) > sym53c8xx 0000:00:01.0: enabling SERR and PARITY (0003 -> 0143) > sym53c8xx 0000:00:01.1: enabling device (0000 -> 0003) > sym53c8xx 0000:00:01.1: enabling SERR and PARITY (0003 -> 0143) > sym53c8xx 0000:00:02.0: enabling device (0000 -> 0003) > sym53c8xx 0000:00:02.0: enabling SERR and PARITY (0003 -> 0143) > sym53c8xx 0000:00:02.1: enabling device (0146 -> 0147) > ~~~ > When booting 2.6.32-rc6 the drives come online right away after they > are enabled. > > No amount of waiting helps. Do you have CONFIG_SCSI_SCAN_ASYNC=y ? If so, add CONFIG_SCSI_WAIT_SCAN=m or disable SCAN_ASYNC. While this should work, it sounds like it's not working. grant