All of lore.kernel.org
 help / color / mirror / Atom feed
* problems with Seagate 120 GB drives when mutlwrite = 16
@ 2003-10-19 15:54 kris
  2003-10-19 17:08 ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 4+ messages in thread
From: kris @ 2003-10-19 15:54 UTC (permalink / raw)
  To: linux-kernel

Hi,

I have noticed some problems with recent large drives, connected to a
variety of controllers.

I tested with nforce ide controller, a CMD649 based controller and an
Intel 870 cghipset. all have same or similar symptoms.

Linux 2.4.22 kernel : (Linux borg-cube 2.4.22-xfs #2 SMP Tue Oct 7
20:53:04 CEST 2003 i686 unknown)

Oct  6 15:52:12 borg-cube kernel: hdg: dma_timer_expiry: dma status ==
0x21
Oct  6 15:52:22 borg-cube kernel: hdg: timeout waiting for DMA
Oct  6 15:52:22 borg-cube kernel: hdg: timeout waiting for DMA
Oct  6 15:52:22 borg-cube kernel: hdg: status error: status=0x58 {
DriveReady SeekComplete DataRequest }
Oct  6 15:52:22 borg-cube kernel:
Oct  6 15:52:22 borg-cube kernel: hdg: drive not ready for command
Oct  6 15:52:22 borg-cube kernel: hdg: status timeout: status=0xd0 {
Busy }
Oct  6 15:52:22 borg-cube kernel:
Oct  6 15:52:22 borg-cube kernel: hdg: no DRQ after issuing WRITE
Oct  6 15:52:22 borg-cube kernel: ide3: reset: success

same in 2.4.20 ( kernel from Suse)

2.6.0-test6 :

Oct  9 09:43:09 borg-cube kernel: hdg: dma_timer_expiry: dma status ==
0x21
Oct  9 09:43:18 borg-cube kernel:
Oct  9 09:43:19 borg-cube kernel: hdg: DMA timeout error
Oct  9 09:43:19 borg-cube kernel: hdg: dma timeout error: status=0x58 {
DriveReady SeekComplete DataRequest }
Oct  9 09:43:19 borg-cube kernel:
Oct  9 09:43:19 borg-cube kernel: hdg: status timeout: status=0xd0 {
Busy }
Oct  9 09:43:19 borg-cube kernel:
Oct  9 09:43:19 borg-cube kernel: hdg: no DRQ after issuing MULTWRITE
Oct  9 09:43:20 borg-cube kernel: ide3: reset: success

same in 2.6.0-test8 

so behaviour is consistent.

I can avoid this with either turning off dma access or disabling the
multwrite ( hdparm -m0 /dev/hdg)

is this a known bug, or should I file one ?

kind regards, Kris


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: problems with Seagate 120 GB drives when mutlwrite = 16
  2003-10-19 15:54 problems with Seagate 120 GB drives when mutlwrite = 16 kris
@ 2003-10-19 17:08 ` Bartlomiej Zolnierkiewicz
  2003-10-24 13:33   ` kris
  0 siblings, 1 reply; 4+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2003-10-19 17:08 UTC (permalink / raw)
  To: kris; +Cc: linux-kernel

On Sunday 19 of October 2003 17:54, kris wrote:
> Hi,

Hi,

> I have noticed some problems with recent large drives, connected to a
> variety of controllers.
>
> I tested with nforce ide controller, a CMD649 based controller and an
> Intel 870 cghipset. all have same or similar symptoms.
>
> Linux 2.4.22 kernel : (Linux borg-cube 2.4.22-xfs #2 SMP Tue Oct 7
> 20:53:04 CEST 2003 i686 unknown)
>
> Oct  6 15:52:12 borg-cube kernel: hdg: dma_timer_expiry: dma status ==
> 0x21
> Oct  6 15:52:22 borg-cube kernel: hdg: timeout waiting for DMA
> Oct  6 15:52:22 borg-cube kernel: hdg: timeout waiting for DMA
> Oct  6 15:52:22 borg-cube kernel: hdg: status error: status=0x58 {
> DriveReady SeekComplete DataRequest }
> Oct  6 15:52:22 borg-cube kernel:
> Oct  6 15:52:22 borg-cube kernel: hdg: drive not ready for command
> Oct  6 15:52:22 borg-cube kernel: hdg: status timeout: status=0xd0 {
> Busy }
> Oct  6 15:52:22 borg-cube kernel:
> Oct  6 15:52:22 borg-cube kernel: hdg: no DRQ after issuing WRITE
> Oct  6 15:52:22 borg-cube kernel: ide3: reset: success
>
> same in 2.4.20 ( kernel from Suse)
>
> 2.6.0-test6 :
>
> Oct  9 09:43:09 borg-cube kernel: hdg: dma_timer_expiry: dma status ==
> 0x21
> Oct  9 09:43:18 borg-cube kernel:
> Oct  9 09:43:19 borg-cube kernel: hdg: DMA timeout error
> Oct  9 09:43:19 borg-cube kernel: hdg: dma timeout error: status=0x58 {
> DriveReady SeekComplete DataRequest }
> Oct  9 09:43:19 borg-cube kernel:
> Oct  9 09:43:19 borg-cube kernel: hdg: status timeout: status=0xd0 {
> Busy }
> Oct  9 09:43:19 borg-cube kernel:
> Oct  9 09:43:19 borg-cube kernel: hdg: no DRQ after issuing MULTWRITE
> Oct  9 09:43:20 borg-cube kernel: ide3: reset: success
>
> same in 2.6.0-test8
>
> so behaviour is consistent.
>
> I can avoid this with either turning off dma access or disabling the
> multwrite ( hdparm -m0 /dev/hdg)
>
> is this a known bug, or should I file one ?

Error message is known, but fact that disabling PIO multiwrite cures
it is new, so please fill bugzilla entry.

Thanks!!
--bartlomiej


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: problems with Seagate 120 GB drives when mutlwrite = 16
  2003-10-19 17:08 ` Bartlomiej Zolnierkiewicz
@ 2003-10-24 13:33   ` kris
  2003-10-25  7:23     ` Mark B
  0 siblings, 1 reply; 4+ messages in thread
From: kris @ 2003-10-24 13:33 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz; +Cc: linux-kernel

On Sun, 2003-10-19 at 19:08, Bartlomiej Zolnierkiewicz wrote: 
> On Sunday 19 of October 2003 17:54, kris wrote:
> > Hi,
> 
> Hi,
> 
> > I have noticed some problems with recent large drives, connected to a
> > variety of controllers.
> >
> > I tested with nforce ide controller, a CMD649 based controller and an
> > Intel 870 cghipset. all have same or similar symptoms.
> >
> > Linux 2.4.22 kernel : (Linux borg-cube 2.4.22-xfs #2 SMP Tue Oct 7
> > 20:53:04 CEST 2003 i686 unknown)
> >
> > Oct  6 15:52:12 borg-cube kernel: hdg: dma_timer_expiry: dma status ==
> > 0x21
> > Oct  6 15:52:22 borg-cube kernel: hdg: timeout waiting for DMA
> > Oct  6 15:52:22 borg-cube kernel: hdg: timeout waiting for DMA
> > Oct  6 15:52:22 borg-cube kernel: hdg: status error: status=0x58 {
> > DriveReady SeekComplete DataRequest }
> > Oct  6 15:52:22 borg-cube kernel:
> > Oct  6 15:52:22 borg-cube kernel: hdg: drive not ready for command
> > Oct  6 15:52:22 borg-cube kernel: hdg: status timeout: status=0xd0 {
> > Busy }
> > Oct  6 15:52:22 borg-cube kernel:
> > Oct  6 15:52:22 borg-cube kernel: hdg: no DRQ after issuing WRITE
> > Oct  6 15:52:22 borg-cube kernel: ide3: reset: success
> >
> > same in 2.4.20 ( kernel from Suse)
> >
> > 2.6.0-test6 :
> >
> > Oct  9 09:43:09 borg-cube kernel: hdg: dma_timer_expiry: dma status ==
> > 0x21
> > Oct  9 09:43:18 borg-cube kernel:
> > Oct  9 09:43:19 borg-cube kernel: hdg: DMA timeout error
> > Oct  9 09:43:19 borg-cube kernel: hdg: dma timeout error: status=0x58 {
> > DriveReady SeekComplete DataRequest }
> > Oct  9 09:43:19 borg-cube kernel:
> > Oct  9 09:43:19 borg-cube kernel: hdg: status timeout: status=0xd0 {
> > Busy }
> > Oct  9 09:43:19 borg-cube kernel:
> > Oct  9 09:43:19 borg-cube kernel: hdg: no DRQ after issuing MULTWRITE
> > Oct  9 09:43:20 borg-cube kernel: ide3: reset: success
> >
> > same in 2.6.0-test8
> >
> > so behaviour is consistent.
> >
> > I can avoid this with either turning off dma access or disabling the
> > multwrite ( hdparm -m0 /dev/hdg)
> >
> > is this a known bug, or should I file one ?
> 
> Error message is known, but fact that disabling PIO multiwrite cures
> it is new, so please fill bugzilla entry.

I have to come back on this... i did not test it enough apparently...
when i was transferring cd-images from one system to the other... the
dreaded ide reset occurred again...

so disabling multiwrite is not involved.

The 60GB disk (with the OS) is working fine on my nforce ide controller.
but the 120GB disks are not... I verified, it is not a cabling issue...
used different cables, different lengths, at the moment they are
connected with shielded rounded cables. 

Is there a fix for this ( not the workaround ... disabling dma) or are
these 120Gb disks just plain bad choice.... ;(

I do not notice any problems when i use the disk in windoows, but then
again, windows tends to hide these things...;)

kind regards,Kris



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: problems with Seagate 120 GB drives when mutlwrite = 16
  2003-10-24 13:33   ` kris
@ 2003-10-25  7:23     ` Mark B
  0 siblings, 0 replies; 4+ messages in thread
From: Mark B @ 2003-10-25  7:23 UTC (permalink / raw)
  To: kris; +Cc: linux-kernel

Hi,

On Friday 24 October 2003 15:33, kris wrote:
> The 60GB disk (with the OS) is working fine on my nforce ide controller.
> but the 120GB disks are not... I verified, it is not a cabling issue...
> used different cables, different lengths, at the moment they are
> connected with shielded rounded cables.
>
> Is there a fix for this ( not the workaround ... disabling dma) or are
> these 120Gb disks just plain bad choice.... ;(

No, the same is on smaller Seagate disks, I have alot of 40GB Seagates running 
on 2.4.16/18 and they put the message on every boot, I can't remember 100% 
for 2.4.16, but 18 definetly.


-- 
Mark Burazin 
mark@lemna.hr
---<>---<>---<>---<>---<>---<>---<>---<>---<>
Lemna d.o.o.
http://www.lemna.biz - info@lemna.hr
<>---<>---<>---<>---<>---<>---<>---<>---<>---



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-10-25  7:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-19 15:54 problems with Seagate 120 GB drives when mutlwrite = 16 kris
2003-10-19 17:08 ` Bartlomiej Zolnierkiewicz
2003-10-24 13:33   ` kris
2003-10-25  7:23     ` Mark B

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.