All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Babut <thomas@babut.net>
To: linux-scsi@vger.kernel.org
Cc: Matthew Wilcox <matthew@wil.cx>
Subject: Re: Kernel 2.6.x hangs with Symbios Logic 53c1010 Ultra3 SCSI Adapter
Date: Fri, 05 Nov 2004 14:59:25 +0100	[thread overview]
Message-ID: <418B873D.30305@babut.net> (raw)
In-Reply-To: <20041105134331.GV24690@parcelfarce.linux.theplanet.co.uk>

Matthew Wilcox wrote:
> On Fri, Nov 05, 2004 at 01:52:32PM +0100, Thomas Babut wrote:
> Sounds like your drive isn't negotiating the correct transfer rate.
> If it's able to do 30MB/s, I guess it should be negotiating at least
> wide, 20MHz -- 5MB/s sounds like asynchronous.
dmesg output from Kernel 2.6.9 with the drivers from 2.6.1:

Nov  5 03:30:07 srv kernel: sym0: Symbios NVRAM, ID 7, Fast-80, LVD,
parity checking
Nov  5 03:30:07 srv kernel: sym0: open drain IRQ line driver, using
on-chip SRAM
Nov  5 03:30:07 srv kernel: sym0: using LOAD/STORE-based firmware.
Nov  5 03:30:07 srv kernel: sym0: handling phase mismatch from SCRIPTS.
Nov  5 03:30:07 srv kernel: sym0: SCSI BUS has been reset.
Nov  5 03:30:07 srv kernel: scsi0 : sym-2.1.18f
Nov  5 03:30:07 srv kernel: Using anticipatory io scheduler
Nov  5 03:30:07 srv kernel:   Vendor: QUANTUM   Model: ATLAS10K2-TY367J
  Rev: DDD6
Nov  5 03:30:07 srv kernel:   Type:   Direct-Access
  ANSI SCSI revision: 03
Nov  5 03:30:07 srv kernel: sym0:2:0: tagged command queuing enabled,
command queue depth 4.
Nov  5 03:30:07 srv kernel: sym0:2:0:M_REJECT to send for : 1-3-1-9-1f.
Nov  5 03:30:07 srv kernel: sym1: <1010-33> rev 0x1 at pci 0000:00:08.1
irq 11
Nov  5 03:30:07 srv kernel: sym1: Symbios NVRAM, ID 7, Fast-80, LVD,
parity checking
Nov  5 03:30:07 srv kernel: sym1: open drain IRQ line driver, using
on-chip SRAM
Nov  5 03:30:07 srv kernel: sym1: using LOAD/STORE-based firmware.
Nov  5 03:30:07 srv kernel: sym1: handling phase mismatch from SCRIPTS.
Nov  5 03:30:07 srv kernel: sym1: SCSI BUS has been reset.
Nov  5 03:30:07 srv kernel: scsi1 : sym-2.1.18f
Nov  5 03:30:07 srv kernel: SCSI device sda: 71721820 512-byte hdwr
sectors (36722 MB)
Nov  5 03:30:07 srv kernel: SCSI device sda: drive cache: write back
Nov  5 03:30:07 srv kernel:  sda: sda1 sda2
Nov  5 03:30:07 srv kernel: Attached scsi disk sda at scsi0, channel 0,
id 2, lun 0

> 
> Can you turn on negotiation debugging and send me the result?  If you
> have 2.1.18m, that's sym53c8xx.debug=0x200 ... earlier than that, it's
> sym53c8xx=debug:0x200
Sorry, I can't because this a dedicated server. :(

>>sym0: SCSI BUS reset detected.
>>sym0: SCSI BUS has been reset.
>>sym0: SCSI BUS operation completed.
>>
>>At this point only a hard-reset helps.
> 
> 
> Do you mean the machine freezes at this point, or you can't boot because
> this drive has your root partition on it and it can't be found?  If the
> former, this is another bug that needs to be fixed.

I've got two screenshots from the local administrator:
http://tomek.tueddeln.de/screenshot1.jpg
http://tomek.tueddeln.de/screenshot2.jpg

Btw: Where can I get the newest sym53c8xx_2 driver?

Thanks.

Regards,
Thomas Babut


  reply	other threads:[~2004-11-05 13:59 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-05 12:52 Kernel 2.6.x hangs with Symbios Logic 53c1010 Ultra3 SCSI Adapter Thomas Babut
2004-11-05 13:43 ` Matthew Wilcox
2004-11-05 13:59   ` Thomas Babut [this message]
2004-11-05 14:19     ` Matthew Wilcox
2004-11-05 14:27       ` Thomas Babut
  -- strict thread matches above, loose matches on Subject: below --
2005-02-09 19:25 Thomas Babut
2004-11-06  4:20 Kernel 2.6.x hangs with Symbios Logic 53c1010 Ultra3 SCSI Ada pter Doug Ledford
2004-11-08 14:44 ` Kernel 2.6.x hangs with Symbios Logic 53c1010 Ultra3 SCSI Adapter Tony Battersby
2004-11-08 15:38   ` Doug Ledford
2004-11-19  9:32     ` Thomas Babut
2004-11-23  1:39     ` Thomas Babut
2004-11-23  1:40       ` Matthew Wilcox
2004-11-27 19:52         ` Ingo Korb
2004-11-05 16:25 Kernel 2.6.x hangs with Symbios Logic 53c1010 Ultra3 SCSI Ada pter SUPPORT
2004-11-05 17:01 ` Kernel 2.6.x hangs with Symbios Logic 53c1010 Ultra3 SCSI Adapter Tony Battersby
2004-11-05 18:07   ` Matthew Wilcox
2004-11-05 16:07 Thomas Babut
2004-11-05 17:29 ` Tony Battersby
2004-11-04  2:04 Thomas Babut
2004-11-04  2:57 ` George Glover
2004-11-04  2:59   ` Thomas Babut

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=418B873D.30305@babut.net \
    --to=thomas@babut.net \
    --cc=linux-scsi@vger.kernel.org \
    --cc=matthew@wil.cx \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.