Thread (28 messages) 28 messages, 5 authors, 2005-02-25

Re: [PATCH libata-dev-2.6] Issue INITIALIZE DEVICE PARAMETERS for CHS only devices

From: Jeff Garzik <hidden>
Date: 2005-02-24 03:15:28

Mark Lord wrote:
Albert Lee wrote:
quoted
  If the device supports LBA, then IDP is not issued in my patch. Is 
this OK?

It has been about a decade, but my memory vaguely suggests
that I tried that once before, and some LBA-capable drives
still required the IDP before they would function normally.

I think anything ATA-4 or later was fine, though.
So a safe rule would be

	if (ATA < 4)
		issue init-dev-params
	if (lba)
		...current code...
	else /* CHS */
		...current code...

?

	Jeff


Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help