Author: dnicholson
Date: 2007-06-12 12:00:58 -0600 (Tue, 12 Jun 2007)
New Revision: 8161
Modified:
trunk/udev-config/25-lfs.rules
trunk/udev-config/ChangeLog
Log:
Fix device nodes for CPUID to be named cpuid
Modified: trunk/udev-config/25-lfs.rules
===================================================================
--- trunk/udev-config/25-lfs.rules 2007-06-12 17:53:19 UTC (rev 8160)
+++ trunk/udev-config/25-lfs.rules 2007-06-12 18:00:58 UTC (rev 8161)
@@ -144,6 +144,6 @@
# x86 CPU devices: CPUID instruction, model-specific registers, and
# microcode access/updates
-KERNEL=="cpu[0-9]*", NAME="cpu/%n/cpu"
+KERNEL=="cpu[0-9]*", NAME="cpu/%n/cpuid"
KERNEL=="msr[0-9]*", NAME="cpu/%n/msr"
KERNEL=="microcode", NAME="cpu/microcode"
Modified: trunk/udev-config/ChangeLog
===================================================================
--- trunk/udev-config/ChangeLog 2007-06-12 17:53:19 UTC (rev 8160)
+++ trunk/udev-config/ChangeLog 2007-06-12 18:00:58 UTC (rev 8161)
@@ -1,3 +1,7 @@
+2007-06-12 Dan Nicholson <[EMAIL PROTECTED]>
+ * 25-lfs.rules: Fix the CPUID nodes from cpu/%n/cpu to cpu/%n/cpuid,
+ which is what's expected in userspace apps such as x86info.
+
2007-06-08 Bryan Kadzban <[EMAIL PROTECTED]>
* 25-lfs.rules: Add rules for DVB devices (create nodes in /dev/dvb/)
and floppies (create extra nodes based on CMOS type), copied from
@@ -3,6 +7,6 @@
the SuSE rules file. Thanks to Alexander Patrakov for the bugreport.
-2007-03-04 Matthew Burgess <[EMAIL PROTECTED]>
- * Makefile: Use `udevd --version' to work out what version of Udev is
+2007-03-04 Matthew Burgess <[EMAIL PROTECTED]>
+ * Makefile: Use `udevd --version' to work out what version of Udev is
installed (requires Udev >= 106)
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page