linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@suse.de>
To: Eugene Crosser <crosser@rol.ru>
Cc: Brett Russ <russb@emc.com>,
	linux-ide@vger.kernel.org, multiman@rol.ru,
	linux-kernel@vger.kernel.org
Subject: Re: Status of Marvell SATA driver (was Re: Trying latest sata_mv - and getting freeze)
Date: Thu, 27 Oct 2005 13:16:51 +0200	[thread overview]
Message-ID: <20051027111650.GO4774@suse.de> (raw)
In-Reply-To: <435FA5D8.2090406@rol.ru>

On Wed, Oct 26 2005, Eugene Crosser wrote:
> Brett, thanks for quick response.
> 
> >> My hardware is SMP Supermicro with 6 disks on
> >> Marvell MV88SX6081 8-port SATA II PCI-X Controller (rev 03)
> >> and the sata_mv.c is version 0.25 dated 22 Oct 2005
> >>
> >> The thing works with "old" mvsata340 driver, but the "new" kernel with
> >> your driver freezes when it starts to probe disks.  Even Magic SysRq
> >> does not work.  The last lines I see on screen are like this:
> >>
> >> sata_mv version 0.25
> >> ACPI: PCI Interrupt 0000:02:03.0[A] -> GSI 56 (level, low) -> IRQ 185
> >> sata_mv(0000:02:03.0) 32 slots 8 ports unknown mode IRQ via MSI
> >> ata1: SATA max UDMA/133 cmd 0x0 ctl 0xF8C22120 bmdma 0x0 irq 185
> >> ata2: .... <same things>            0xF8C24120 ...
> >> ...
> >> ata8: .... <same thing>             0xF8C38120 ...
> >> ATA: abnormal status 0x80 on port 0xF8C2211C
> >> ... <five more lines identical to the above>
> >> ata1: dev 0 ATA-7, max UDMA/133, 781422768 sectors: LBA48
> >>
> >> - and at this point it freezes hard.
> >> Any suggestions for me?  Any information I can collect to help
> >> troubleshooting?
> [...]
> > In the meantime, try turning off SMP and seeing if that makes a
> > difference.  There still might be a problem with the spinlocks and if so
> > it should go away in uniprocessor mode.
> 
> 'nosmp' makes no difference.

Booting with nosmp isn't enough, you need to compile the kernel with
CONFIG_SMP turned off. Otherwise the spinlocks will still be used and
could cause a hard hang.

-- 
Jens Axboe


  reply	other threads:[~2005-10-27 11:16 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-26 13:56 Trying latest sata_mv - and getting freeze Eugene Crosser
2005-10-26 14:48 ` Status of Marvell SATA driver (was Re: Trying latest sata_mv - and getting freeze) Brett Russ
2005-10-26 15:50   ` Eugene Crosser
2005-10-27 11:16     ` Jens Axboe [this message]
2005-10-27 14:26       ` Eugene Crosser
2005-10-27 14:30         ` Jens Axboe
2005-10-27 14:31         ` Vladimir Lazarenko
2005-10-27 17:10           ` Eugene Crosser

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20051027111650.GO4774@suse.de \
    --to=axboe@suse.de \
    --cc=crosser@rol.ru \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=multiman@rol.ru \
    --cc=russb@emc.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).