Author: bryan
Date: 2007-01-02 19:13:42 -0700 (Tue, 02 Jan 2007)
New Revision: 7885
Modified:
trunk/udev-config/25-lfs.rules
trunk/udev-config/ChangeLog
Log:
Move CPU devices to /dev/cpu directory (or /dev/cpu/N), to match
Documentation/devices.txt
Modified: trunk/udev-config/25-lfs.rules
===================================================================
--- trunk/udev-config/25-lfs.rules 2006-12-20 10:07:39 UTC (rev 7884)
+++ trunk/udev-config/25-lfs.rules 2007-01-03 02:13:42 UTC (rev 7885)
@@ -132,3 +132,10 @@
# Network devices
KERNEL=="tun", NAME="net/%k"
+
+# x86 CPU devices: CPUID instruction, model-specific registers, and
+# microcode access/updates
+
+KERNEL=="cpu[0-9]*", NAME="cpu/%n/cpu"
+KERNEL=="msr[0-9]*", NAME="cpu/%n/msr"
+KERNEL=="microcode", NAME="cpu/microcode"
Modified: trunk/udev-config/ChangeLog
===================================================================
--- trunk/udev-config/ChangeLog 2006-12-20 10:07:39 UTC (rev 7884)
+++ trunk/udev-config/ChangeLog 2007-01-03 02:13:42 UTC (rev 7885)
@@ -1,3 +1,7 @@
+2007-01-02 Bryan Kadzban <[EMAIL PROTECTED]>
+ * 25-lfs.rules: Change CPU devices (cpu, msr, microcode) to be in
+ /dev/cpu/ and /dev/cpu/N/, to match Documentation/devices.txt.
+
2006-10-21 Bryan Kadzban <[EMAIL PROTECTED]>
* Makefile: Add a missing backslash in install-extra-doc.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page