Cc: Matthew Wilcox <matthew@...>, Arjan van de Ven <arjan@...>, Greg KH <greg@...>, <ksummit-2008-discuss@...>, David Woodhouse <dwmw2@...>, David Miller <davem@...>, <linux-kernel@...>
On Thu, 2008-05-29 at 13:55 -0700, Yinghai Lu wrote:
Drivers with built in firmware usually don't. Most don't actually have
even a version string they could check. Why would they: the firmware
with the driver is the right one. When I converted the aic94xx driver
to go from built in firmware to externally loaded, the first thing I had
to do was to give it a firmware version string in the binary. It's this
type of problem that makes the conversion such a pain.
James
--