Re: [PATCH] ata: Add support for Long Logical Sectors and Long Physical Sectors

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Matthew Wilcox <matthew@...>
Cc: <linux-kernel@...>, <linux-ide@...>, <jgarzik@...>, <Matt_Domsch@...>, Matthew Wilcox <willy@...>
Date: Wednesday, August 6, 2008 - 10:13 am

> Obviously it is going to change per command -- because different

The drivers need to know if you are going to be using odd sizes regularly
so they can pick between

	-	I do this fine who cares (most chips)
	-	Er uh wtf its not 512 byts (some chip state machines)
	-	FIFO off (performance hit) for this disk
	-	FIFO managed for the odd command thats a funny size
	-	Various other levels of software managed controller
		thumping

It's not a passive thing and we'd want to do it post identify on the
drive pair as it'll often need per channel decisions (eg on FIFO)

Alan
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
LibATA support for long sectors, Matthew Wilcox, (Tue Aug 5, 1:26 pm)
Re: [PATCH] ata: Add support for Long Logical Sectors and Lo..., Alan Cox, (Wed Aug 6, 10:13 am)
[PATCH] ata: Define new commands from ATA8, Matthew Wilcox, (Tue Aug 5, 1:26 pm)
Re: [PATCH] ata: Define new commands from ATA8, Greg Freemyer, (Tue Aug 5, 4:10 pm)