I admit I was not there in the VxWorks days. More than that, I almost was not there in 2.4 and early 2.6 kernel days. But making such statements now when driver model exists in Linux kernel for several years sounds real nonsense. In Linux either you have a device driver or not. It cannot be a driver that works on platform A and fails on platform B. If an SPI network chip has driver for a single development platform, or even worse, lot of
#ifdef PLATFORM_A ... some code ... #elif defined(PLATFORM_B) ... some other code ... #endiffragments in the driver, it means that this chip has no Linux device driver.
No comments:
Post a Comment