My question is:
Anyone know of a howto of some sort (or perhaps any instructions) for creating a kernel module to add support for a particular device. I need to get support for the PATA_IT8213 hardware.
Supplementary information:
I've read http://wiki.centos.org/HowTos/BuildingKernelModules and http://www.kerneldrivers.org/RedHatKernelModulePackages. However, it seems the underlying assumption for these two HOWTOs is that you have separate source code for the modules.
Support for the PATA_IT8213 is already in the kernel. However, the stock rhel kernel does not support it, even as a module. I know I could simply rebuild the source RPM with modified kernel config files, but that feels less than satisfactory since I'm not forced to maintain my own kernel module if I decide to upgrade.
Any suggestions?
On Fri, Nov 20, 2009 at 12:58 PM, Kurt Newman knewman@globaldataguard.com wrote:
My question is:
Anyone know of a howto of some sort (or perhaps any instructions) for creating a kernel module to add support for a particular device. I need to get support for the PATA_IT8213 hardware.
Any suggestions?
Yes, try the centosplus kernel. The PATA_IT8213 support is enabled there.
http://wiki.centos.org/AdditionalResources/Repositories/CentOSPlus
Akemi