* Ultra320 drive detected as narrow SCSI by adapter
@ 2006-09-25 0:20 Israel Mouton
2006-09-25 1:31 ` James Bottomley
0 siblings, 1 reply; 6+ messages in thread
From: Israel Mouton @ 2006-09-25 0:20 UTC (permalink / raw)
To: linux-scsi
While my adapter card is scanning for devices, it detects my Maxtor Atlas V
as a narrow drive; however, it is an Ultra320. This setup was working fine
until a few days ago, when adapter began detecting it as a narrow SCSI. Now
the disk can only transfer at about 10-20MB/s. My adapter card is an LSI
53C1030 and is PCI-X. If any one can help, I will be extremely grateful.
I also included my dmesg concerning SCSI devices output below.
mptbase: Initiating ioc0 bringup
ioc0: 53C1030: Capabilities={Initiator}
scsi0 : ioc0: LSI53C1030, FwRev=01030f00h, Ports=1, MaxQ=222, IRQ=9
Vendor: MAXTOR Model: ATLAS10K5_147SCA Rev: JNX0
Type: Direct-Access ANSI SCSI revision: 03
SCSI device sda: 287332384 512-byte hdwr sectors (147114 MB)
sda: Write Protect is off
sda: Mode Sense: bf 00 10 08
SCSI device sda: drive cache: write back w/ FUA
SCSI device sda: 287332384 512-byte hdwr sectors (147114 MB)
sda: Write Protect is off
sda: Mode Sense: bf 00 10 08
SCSI device sda: drive cache: write back w/ FUA
sda: sda1 sda2 < sda5 sda6 >
sd 0:0:0:0: Attached scsi disk sda
sd 0:0:0:0: Attached scsi generic sg0 type 0
--
View this message in context: http://www.nabble.com/Ultra320-drive-detected-as-narrow-SCSI-by-adapter-tf2328646.html#a6478431
Sent from the linux-scsi mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: Ultra320 drive detected as narrow SCSI by adapter
2006-09-25 0:20 Ultra320 drive detected as narrow SCSI by adapter Israel Mouton
@ 2006-09-25 1:31 ` James Bottomley
2006-09-25 2:57 ` Israel Mouton
0 siblings, 1 reply; 6+ messages in thread
From: James Bottomley @ 2006-09-25 1:31 UTC (permalink / raw)
To: Israel Mouton; +Cc: linux-scsi
On Sun, 2006-09-24 at 17:20 -0700, Israel Mouton wrote:
> scsi0 : ioc0: LSI53C1030, FwRev=01030f00h, Ports=1, MaxQ=222, IRQ=9
> Vendor: MAXTOR Model: ATLAS10K5_147SCA Rev: JNX0
> Type: Direct-Access ANSI SCSI revision: 03
> SCSI device sda: 287332384 512-byte hdwr sectors (147114 MB)
It's not doing domain validation, which configures the device ... that
could be a driver bug, but I know of no outstanding problems in that
area.
You can try to re-trigger it with
echo 1 > /sys/class/spi_transport/target0:0:0/revalidate
and see what happens?
Thanks,
James
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Ultra320 drive detected as narrow SCSI by adapter
2006-09-25 1:31 ` James Bottomley
@ 2006-09-25 2:57 ` Israel Mouton
2006-09-25 3:32 ` James Bottomley
0 siblings, 1 reply; 6+ messages in thread
From: Israel Mouton @ 2006-09-25 2:57 UTC (permalink / raw)
To: linux-scsi
I don't seem to have a "/sys/class/spi_transport/" directory. When the
system boots the LSI board detects it as a narrow. I was wondering if it is
perhaps possible to reconfigure it under Linux at all?
James Bottomley wrote:
>
> On Sun, 2006-09-24 at 17:20 -0700, Israel Mouton wrote:
>> scsi0 : ioc0: LSI53C1030, FwRev=01030f00h, Ports=1, MaxQ=222, IRQ=9
>> Vendor: MAXTOR Model: ATLAS10K5_147SCA Rev: JNX0
>> Type: Direct-Access ANSI SCSI revision: 03
>> SCSI device sda: 287332384 512-byte hdwr sectors (147114 MB)
>
> It's not doing domain validation, which configures the device ... that
> could be a driver bug, but I know of no outstanding problems in that
> area.
>
> You can try to re-trigger it with
>
> echo 1 > /sys/class/spi_transport/target0:0:0/revalidate
>
> and see what happens?
>
> Thanks,
>
> James
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
--
View this message in context: http://www.nabble.com/Ultra320-drive-detected-as-narrow-SCSI-by-adapter-tf2328646.html#a6479563
Sent from the linux-scsi mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Ultra320 drive detected as narrow SCSI by adapter
2006-09-25 2:57 ` Israel Mouton
@ 2006-09-25 3:32 ` James Bottomley
2006-09-25 4:46 ` Israel Mouton
0 siblings, 1 reply; 6+ messages in thread
From: James Bottomley @ 2006-09-25 3:32 UTC (permalink / raw)
To: Israel Mouton; +Cc: linux-scsi
On Sun, 2006-09-24 at 19:57 -0700, Israel Mouton wrote:
> I don't seem to have a "/sys/class/spi_transport/" directory. When the
> system boots the LSI board detects it as a narrow. I was wondering if it is
> perhaps possible to reconfigure it under Linux at all?
Erm, what kernel is this? The generic transport class, which does allow
you to configure this type of thing has been present in the kernel since
2.6.16
James
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Ultra320 drive detected as narrow SCSI by adapter
2006-09-25 3:32 ` James Bottomley
@ 2006-09-25 4:46 ` Israel Mouton
0 siblings, 0 replies; 6+ messages in thread
From: Israel Mouton @ 2006-09-25 4:46 UTC (permalink / raw)
To: linux-scsi
It is 2.6.16; however, it is the Debian version. I did compile it from
source. Perhaps there is a chance I left something unchecked I should have
compiled in?
James Bottomley wrote:
>
> On Sun, 2006-09-24 at 19:57 -0700, Israel Mouton wrote:
>> I don't seem to have a "/sys/class/spi_transport/" directory. When the
>> system boots the LSI board detects it as a narrow. I was wondering if it
>> is
>> perhaps possible to reconfigure it under Linux at all?
>
> Erm, what kernel is this? The generic transport class, which does allow
> you to configure this type of thing has been present in the kernel since
> 2.6.16
>
> James
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
--
View this message in context: http://www.nabble.com/Ultra320-drive-detected-as-narrow-SCSI-by-adapter-tf2328646.html#a6480232
Sent from the linux-scsi mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: Ultra320 drive detected as narrow SCSI by adapter
@ 2006-09-25 15:57 Moore, Eric
0 siblings, 0 replies; 6+ messages in thread
From: Moore, Eric @ 2006-09-25 15:57 UTC (permalink / raw)
To: Israel Mouton, linux-scsi
On Sunday, September 24, 2006 10:47 PM, Israel Mouton wrote:
>
> It is 2.6.16; however, it is the Debian version. I did
> compile it from
> source. Perhaps there is a chance I left something unchecked
> I should have
> compiled in?
>
If your using the driver having spi transport support,
it will be calling spi_dv_device from mptspi.c; can
you grep the source code?
If your using the older driver not having spi
transport support, then you are using a driver
where domain validation was implementing inside
the driver. In that case, I ask that you enable
the MPT_DEBUG_DV and MPT_DEBUG_NEGO from the driver
Makefile, and recompile, sending me the output.
In addition, if your having BIOS on your hba,
can you go into the bios configuration utilitity
and restore the defaults?
Thanks,
Eric Moore
LSI Logic
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-09-25 15:57 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-25 0:20 Ultra320 drive detected as narrow SCSI by adapter Israel Mouton
2006-09-25 1:31 ` James Bottomley
2006-09-25 2:57 ` Israel Mouton
2006-09-25 3:32 ` James Bottomley
2006-09-25 4:46 ` Israel Mouton
-- strict thread matches above, loose matches on Subject: below --
2006-09-25 15:57 Moore, Eric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox