On Sun, 2008-07-06 at 06:02 -0400, Christoph Hellwig wrote:The fact that they're open source changes the technical situation somewhat, mostly because it means that the firmware is much more likely to change in step with the driver, and not have a stable ABI. So it might make a little more sense to ship the firmware _with_ the driver in those cases. For aic7.xx it's also a bit harder to load it as a discrete blob, given that we generate C code in the driver which has intimate knowledge of its internals. There's still something to be said for keeping it in userspace and loading it on demand though if we can, though, rather than keeping it in kernel memory at all times. I haven't yet come to a firm conclusion about what to do when we get to those drivers; they're a bit of a special case. I don't believe we were going to touch that; it already uses request_firmware(), doesn't it? And what I think you're referring to is this: [SCSI] aic94xx: tie driver to the major number of the sequencer firmware The sequencer firmware file has both a string (currently showing V17/10c6) and a number (currently set to 1.1). It has become apparent that Adaptec may issue sequencer firmware in the future which could be incompatible with the current driver. Therefore, the driver will be tied to the particular major number of the firmware (i.e. the current driver will load any 1.x firmware). That's quite a good example. It hasn't happened yet but we know that _if_ the major version changes, we can treat that like an soname bump. The new firmware will have a new name, and the old drivers can continue loading the old firmware. Another one we're not touching because it already uses request_firmware. And this is one where we've _already_ used the soname trick -- there are two versions of the firmware, and they each have different paths in /lib/firmware. So the old and new drivers can happily coexist. -- dwmw2 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Greg Kroah-Hartman | [PATCH 006/196] Chinese: add translation of oops-tracing.txt |
| Linus Torvalds | Linux 2.6.21-rc1 |
| david | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Vladislav Bolkhovitin | Re: Integration of SCST in the mainstream Linux kernel |
| Alexey Dobriyan | Re: [GIT]: Networking |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Evgeniy Polyakov | Re: [BUG] New Kernel Bugs |
git: | |
