Am Mittwoch 18 Januar 2012, 19:22:19 schrieben Sie: > Greg KH wrote: > > On Wed, Jan 18, 2012 at 04:49:27PM +0100, Martin Burnicki wrote: > >> Hi folks, > >> > >> I'm maintaining the driver software for the PCI cards manufactured > >> by our company, Meinberg Funkuhren in Germany. Basically our Linux > >> driver supports all our PCI cards on all Linux kernels 2.6.x and > >> 3.x. The PCI cards are e.g. GPS receivers, radio clocks, or IRIG > >> time code receivers. > > > > Nice, any reason why these drivers aren't in the main kernel.org tree? > > Yes, you wouldn't like the coding style of our driver ;-) > > Seriously, I have discussed this with some Linux guys before, and also > with some folks from *BSD who also wanted to pick up the driver into > their *BSD source trees. I've had such a driver before. Trust me, it was a great relief once I got rid of it because I did not have to maintain the os abstraction layer anymore. And many of the lower level functions you need to do by hand for all systems can be done with fewer calls on nearly all systems. Just the borders of these calls differ between the systems, so you can't abstract this away in the wrapper layer. And noone stops you to have your driver available for older kernel releases too. But plugging something in and it just works is just cool ;) Eike
Attachment:
signature.asc
Description: This is a digitally signed message part.