* sata_mv driver on 88sx6041 (kernel version 2.6.13)
@ 2006-06-16 16:48 Narendra Hadke
2006-06-19 14:28 ` Mark Lord
0 siblings, 1 reply; 5+ messages in thread
From: Narendra Hadke @ 2006-06-16 16:48 UTC (permalink / raw)
To: linux-kernel
Hi,
I am using sata_mv driver as exists in kernel 2.6.13,
reached to a stage where after detecting the disk,
control gets struck. Any ideas?
I see this driver is modified a lot in latest kernel
version. Will it help to patch with latest changes.
Apreciate your help.
Here is the log:
........
........
RAMDISK driver initialized: 1 RAM disks of 500000K
size 1024 blocksize
loop: loaded (max 8 devices)
Intel(R) PRO/1000 Network Driver - version
6.0.60-k2-NAPI
Copyright (c) 1999-2005 Intel Corporation.
PCI: Enabling device 0000:00:0e.0 (0000 -> 0003)
e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network
Connection
PCI: Enabling device 0000:00:0e.1 (0000 -> 0003)
e1000: eth1: e1000_probe: Intel(R) PRO/1000 Network
Connection
Uniform Multi-Platform E-IDE driver Revision:
7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes;
override with idebus=xx
PCI: Enabling device 0000:00:0d.0 (0000 -> 0003)
ata1: SATA max PIO4 cmd 0x0 ctl 0x90011B0008022120
bmdma 0x0 irq 45
ata2: SATA max PIO4 cmd 0x0 ctl 0x90011B0008024120
bmdma 0x0 irq 45
ata3: SATA max PIO4 cmd 0x0 ctl 0x90011B0008026120
bmdma 0x0 irq 45
ata4: SATA max PIO4 cmd 0x0 ctl 0x90011B0008028120
bmdma 0x0 irq 45
ata1: no device found (phy stat 00000000)
scsi0 : sata_mv
ata2: no device found (phy stat 00000000)
scsi1 : sata_mv
ata3: dev 0 ATA, max UDMA/100, 156301488 sectors:
lba48
........
.......
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: sata_mv driver on 88sx6041 (kernel version 2.6.13)
2006-06-16 16:48 sata_mv driver on 88sx6041 (kernel version 2.6.13) Narendra Hadke
@ 2006-06-19 14:28 ` Mark Lord
2006-06-19 23:06 ` Narendra Hadke
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Mark Lord @ 2006-06-19 14:28 UTC (permalink / raw)
To: Narendra Hadke; +Cc: linux-kernel
Narendra Hadke wrote:
> Hi,
> I am using sata_mv driver as exists in kernel 2.6.13,
> reached to a stage where after detecting the disk,
> control gets struck. Any ideas?
No surprises there. The sata_mv driver is horribly buggy
in all kernels prior to 2.6.16, and even there it still has
some serious bugs. The 2.6.17 kernel version is MUCH better.
Cheers
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: sata_mv driver on 88sx6041 (kernel version 2.6.13)
2006-06-19 14:28 ` Mark Lord
@ 2006-06-19 23:06 ` Narendra Hadke
2006-06-21 0:13 ` Narendra Hadke
2006-06-30 1:09 ` sata_mv driver on 88sx6041 (kernel version 2.6.14) Narendra Hadke
2 siblings, 0 replies; 5+ messages in thread
From: Narendra Hadke @ 2006-06-19 23:06 UTC (permalink / raw)
To: Mark Lord; +Cc: linux-kernel
Thanks.
I moved further with the 2.6.20 sata_mv driver. Here
are the excerpts from dmesg with ata3 error messages
as follows:
sata_mv 0000:00:0d.0: version
PCI: Enabling device 0000:00:0d.0 (0000 -> 0003)
sata_mv 0000:00:0d.0: 32 slots 4 ports SCSI mode IRQ
via INTx
ata1: SATA max UDMA/133 cmd 0x0 ctl 0x80011B0008022120
bmdma 0x0 irq 45
ata2: SATA max UDMA/133 cmd 0x0 ctl 0x80011B0008024120
bmdma 0x0 irq 45
ata3: SATA max UDMA/133 cmd 0x0 ctl 0x80011B0008026120
bmdma 0x0 irq 45
ata4: SATA max UDMA/133 cmd 0x0 ctl 0x80011B0008028120
bmdma 0x0 irq 45
ata1: no device found (phy stat 00000000)
scsi0 : sata_mv
ata2: no device found (phy stat 00000000)
scsi1 : sata_mv
ata3: dev 0 ATA-6, max UDMA/133, 156301488 sectors:
LBA48
ata3: qc timeout (cmd 0xef)
ata3: failed to set xfermode, disabled
ata3: dev 0 configured for UDMA/133
scsi2 : sata_mv
ata4: no device found (phy stat 00000000)
scsi3 : sata_mv
physmap flash device: 800000 at 1f400000
What is the significance of the
ata3: qc timeout (cmd 0xef)
ata3: failed to set xfermode, disabled
I am not able to get to the drive as attach is not
happening yet.
Thanks for the help.
Narendra
--- Mark Lord <lkml@rtr.ca> wrote:
> Narendra Hadke wrote:
> > Hi,
> > I am using sata_mv driver as exists in kernel
> 2.6.13,
> > reached to a stage where after detecting the disk,
> > control gets struck. Any ideas?
>
> No surprises there. The sata_mv driver is horribly
> buggy
> in all kernels prior to 2.6.16, and even there it
> still has
> some serious bugs. The 2.6.17 kernel version is
> MUCH better.
>
> Cheers
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: sata_mv driver on 88sx6041 (kernel version 2.6.13)
2006-06-19 14:28 ` Mark Lord
2006-06-19 23:06 ` Narendra Hadke
@ 2006-06-21 0:13 ` Narendra Hadke
2006-06-30 1:09 ` sata_mv driver on 88sx6041 (kernel version 2.6.14) Narendra Hadke
2 siblings, 0 replies; 5+ messages in thread
From: Narendra Hadke @ 2006-06-21 0:13 UTC (permalink / raw)
To: Mark Lord; +Cc: linux-kernel
Hi,
In the latest driver sata_mv for 88SX6041, the disk
is detected but I don't see any attachs happening on
this disk ie. something like this.
Attaching :scsi sda sda1 sda2
Did I miss anything in kernel configs?
Thanks
Narendra
--- Mark Lord <lkml@rtr.ca> wrote:
> Narendra Hadke wrote:
> > Hi,
> > I am using sata_mv driver as exists in kernel
> 2.6.13,
> > reached to a stage where after detecting the disk,
> > control gets struck. Any ideas?
>
> No surprises there. The sata_mv driver is horribly
> buggy
> in all kernels prior to 2.6.16, and even there it
> still has
> some serious bugs. The 2.6.17 kernel version is
> MUCH better.
>
> Cheers
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: sata_mv driver on 88sx6041 (kernel version 2.6.14)
2006-06-19 14:28 ` Mark Lord
2006-06-19 23:06 ` Narendra Hadke
2006-06-21 0:13 ` Narendra Hadke
@ 2006-06-30 1:09 ` Narendra Hadke
2 siblings, 0 replies; 5+ messages in thread
From: Narendra Hadke @ 2006-06-30 1:09 UTC (permalink / raw)
To: linux-kernel; +Cc: nhadke
Got it working. Thanks.
This works in PIO mode hence performance is horrible.
I see the udma mode is set to 0 in driver 2.6.14
sata_mv version 0.12. Is is possible to Back port
sata_mv from versin 2.6.17 to 2.6.14 to get a stable
drive.
Please let me know.
Thanks,
Narendra
--- Mark Lord <lkml@rtr.ca> wrote:
> Narendra Hadke wrote:
> > Hi,
> > I am using sata_mv driver as exists in kernel
> 2.6.13,
> > reached to a stage where after detecting the disk,
> > control gets struck. Any ideas?
>
> No surprises there. The sata_mv driver is horribly
> buggy
> in all kernels prior to 2.6.16, and even there it
> still has
> some serious bugs. The 2.6.17 kernel version is
> MUCH better.
>
> Cheers
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-06-30 1:09 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-16 16:48 sata_mv driver on 88sx6041 (kernel version 2.6.13) Narendra Hadke
2006-06-19 14:28 ` Mark Lord
2006-06-19 23:06 ` Narendra Hadke
2006-06-21 0:13 ` Narendra Hadke
2006-06-30 1:09 ` sata_mv driver on 88sx6041 (kernel version 2.6.14) Narendra Hadke
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox