Phil M Perry wrote: > Caution: If the last supported CPU model was x0F (decimal 15), I would > suspect that the next model that you need to support is decimal 16 (x10), > not hex 16 (x16).
[EMAIL PROTECTED] ~]$ cat /proc/cpuinfo | head -4 processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 22 [which is 0x16] Once I learn how to compile the module, I could even change it to allow both 0x10 and 0x16, since it's only going to be running on my system. Thanks for the pointer, Phil! Adam _______________________________________________ Mid-Hudson Valley Linux Users Group http://mhvlug.org http://mhvlug.org/cgi-bin/mailman/listinfo/mhvlug Upcoming Meetings (6pm - 8pm) MHVLS Auditorium Feb 6 - DBUS Mar 5 - Setting up a platform-independent home/small office network using Linux
