public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: FW: Fastest possible UDMA - how?
       [not found] <233C89823A37714D95B1A891DE3BCE5202AB1B88@xch-a.win.zambeel.com>
@ 2003-01-10 19:04 ` Manish Lachwani
  2003-01-10 19:20   ` Valdis.Kletnieks
                     ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Manish Lachwani @ 2003-01-10 19:04 UTC (permalink / raw)
  To: linux-kernel, Michael.Knigge

Take a look at the drive IDENTIFY data. From the ATA
spec, it can be seen that word# 88 in the IDENTIFY
data can help you find out the UDMA mode selected and
UDMA mode supported. 

The UDMA mode supported is the maximum supported by
the drive. 

Thanks
Manish

> Hi all,
> 
> is it somehow possible to determine what is the
> fastest UDMA-Mode my 
> IDE-Controller supports - independant of the
> chipset?
> 
> Thanks,
>   Michael
> 
> 
> 
> -
> To unsubscribe from this list: send the line
> "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at 
> http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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

* Re: FW: Fastest possible UDMA - how?
  2003-01-10 19:04 ` FW: Fastest possible UDMA - how? Manish Lachwani
@ 2003-01-10 19:20   ` Valdis.Kletnieks
  2003-01-10 19:27     ` Manish Lachwani
  2003-01-10 20:15   ` Alan Cox
  2003-01-10 20:48   ` Andre Hedrick
  2 siblings, 1 reply; 7+ messages in thread
From: Valdis.Kletnieks @ 2003-01-10 19:20 UTC (permalink / raw)
  To: Manish Lachwani; +Cc: linux-kernel, Michael.Knigge

[-- Attachment #1: Type: text/plain, Size: 426 bytes --]

On Fri, 10 Jan 2003 11:04:03 PST, Manish Lachwani <m_lachwani@yahoo.com>  said:
> Take a look at the drive IDENTIFY data. From the ATA
> spec, it can be seen that word# 88 in the IDENTIFY
> data can help you find out the UDMA mode selected and
> UDMA mode supported. 
> 
> The UDMA mode supported is the maximum supported by
> the drive. 

Will this DTRT if the IDE *controller* does UDMA-5 but the drives are UDMA-2
at best?

[-- Attachment #2: Type: application/pgp-signature, Size: 226 bytes --]

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

* Re: FW: Fastest possible UDMA - how?
  2003-01-10 19:20   ` Valdis.Kletnieks
@ 2003-01-10 19:27     ` Manish Lachwani
  2003-01-10 20:09       ` Valdis.Kletnieks
  0 siblings, 1 reply; 7+ messages in thread
From: Manish Lachwani @ 2003-01-10 19:27 UTC (permalink / raw)
  To: Valdis.Kletnieks; +Cc: linux-kernel, Michael.Knigge

If the drives support UDMA 2, then the controller will
operate in UDMA 2. In that case, the IDENTIFY
information will show UDMA 2 for UDMA mode selected
and UDMA 2 for UDMA mode supported.

Now, say that I have a drive that supports UDMA 6 and
the controller supports UDMA 5. Then, from the
IDENTIFY information, the UDMA selected would be UDMA
5 while the UDMA supported would be UDMA 6.

Thanks
manish
--- Valdis.Kletnieks@vt.edu wrote:
> On Fri, 10 Jan 2003 11:04:03 PST, Manish Lachwani
> <m_lachwani@yahoo.com>  said:
> > Take a look at the drive IDENTIFY data. From the
> ATA
> > spec, it can be seen that word# 88 in the IDENTIFY
> > data can help you find out the UDMA mode selected
> and
> > UDMA mode supported. 
> > 
> > The UDMA mode supported is the maximum supported
> by
> > the drive. 
> 
> Will this DTRT if the IDE *controller* does UDMA-5
> but the drives are UDMA-2
> at best?
> 

> ATTACHMENT part 2 application/pgp-signature 



__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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

* Re: FW: Fastest possible UDMA - how?
  2003-01-10 20:15   ` Alan Cox
@ 2003-01-10 19:31     ` Michael Knigge
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Knigge @ 2003-01-10 19:31 UTC (permalink / raw)
  To: Alan Cox; +Cc: Manish Lachwani, Linux Kernel Mailing List

> Not always true. There are a wide number of cases where the
> UDMA mode being used is not the highest one the drive
> or controller supports. The most simple example is if we
> decide the cabling is not suitable for UDMA66 and higher.

Thank you all for your support.... 

Bye
  Michael





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

* Re: FW: Fastest possible UDMA - how?
  2003-01-10 19:27     ` Manish Lachwani
@ 2003-01-10 20:09       ` Valdis.Kletnieks
  0 siblings, 0 replies; 7+ messages in thread
From: Valdis.Kletnieks @ 2003-01-10 20:09 UTC (permalink / raw)
  To: Manish Lachwani; +Cc: linux-kernel, Michael.Knigge

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

On Fri, 10 Jan 2003 11:27:27 PST, Manish Lachwani said:
> If the drives support UDMA 2, then the controller will
> operate in UDMA 2. In that case, the IDENTIFY
> information will show UDMA 2 for UDMA mode selected
> and UDMA 2 for UDMA mode supported.

Which totally fails to tell you that the controller *SUPPORTS* udma-5.



[-- Attachment #2: Type: application/pgp-signature, Size: 226 bytes --]

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

* Re: FW: Fastest possible UDMA - how?
  2003-01-10 19:04 ` FW: Fastest possible UDMA - how? Manish Lachwani
  2003-01-10 19:20   ` Valdis.Kletnieks
@ 2003-01-10 20:15   ` Alan Cox
  2003-01-10 19:31     ` Michael Knigge
  2003-01-10 20:48   ` Andre Hedrick
  2 siblings, 1 reply; 7+ messages in thread
From: Alan Cox @ 2003-01-10 20:15 UTC (permalink / raw)
  To: Manish Lachwani; +Cc: Linux Kernel Mailing List, Michael.Knigge

On Fri, 2003-01-10 at 19:04, Manish Lachwani wrote:
> Take a look at the drive IDENTIFY data. From the ATA
> spec, it can be seen that word# 88 in the IDENTIFY
> data can help you find out the UDMA mode selected and
> UDMA mode supported. 
> 
> The UDMA mode supported is the maximum supported by
> the drive. 

Not always true. There are a wide number of cases where the
UDMA mode being used is not the highest one the drive 
or controller supports. The most simple example is if we 
decide the cabling is not suitable for UDMA66 and higher.



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

* Re: FW: Fastest possible UDMA - how?
  2003-01-10 19:04 ` FW: Fastest possible UDMA - how? Manish Lachwani
  2003-01-10 19:20   ` Valdis.Kletnieks
  2003-01-10 20:15   ` Alan Cox
@ 2003-01-10 20:48   ` Andre Hedrick
  2 siblings, 0 replies; 7+ messages in thread
From: Andre Hedrick @ 2003-01-10 20:48 UTC (permalink / raw)
  To: Manish Lachwani, Manish Lachwani; +Cc: linux-kernel, Michael.Knigge


I guess if Google can publish their patches to the driver they ship,
Zambeel should consider publishing the known changes they ship with
products.  Zambeel should decide if it is going to contribute or just
take.

Cheers,

Andre Hedrick
LAD Storage Consulting Group

On Fri, 10 Jan 2003, Manish Lachwani wrote:

> Take a look at the drive IDENTIFY data. From the ATA
> spec, it can be seen that word# 88 in the IDENTIFY
> data can help you find out the UDMA mode selected and
> UDMA mode supported. 
> 
> The UDMA mode supported is the maximum supported by
> the drive. 
> 
> Thanks
> Manish
> 
> > Hi all,
> > 
> > is it somehow possible to determine what is the
> > fastest UDMA-Mode my 
> > IDE-Controller supports - independant of the
> > chipset?
> > 
> > Thanks,
> >   Michael
> > 
> > 
> > 
> > -
> > To unsubscribe from this list: send the line
> > "unsubscribe linux-kernel" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at 
> > http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at  http://www.tux.org/lkml/
> > 
> 
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 


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

end of thread, other threads:[~2003-01-10 20:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <233C89823A37714D95B1A891DE3BCE5202AB1B88@xch-a.win.zambeel.com>
2003-01-10 19:04 ` FW: Fastest possible UDMA - how? Manish Lachwani
2003-01-10 19:20   ` Valdis.Kletnieks
2003-01-10 19:27     ` Manish Lachwani
2003-01-10 20:09       ` Valdis.Kletnieks
2003-01-10 20:15   ` Alan Cox
2003-01-10 19:31     ` Michael Knigge
2003-01-10 20:48   ` Andre Hedrick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox