Changeset 7885
- Timestamp:
- 01/02/07 19:13:42 (2 years ago)
- Files:
-
- trunk/udev-config/25-lfs.rules (modified) (1 diff)
- trunk/udev-config/ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/udev-config/25-lfs.rules
r7827 r7885 133 133 134 134 KERNEL=="tun", NAME="net/%k" 135 136 # x86 CPU devices: CPUID instruction, model-specific registers, and 137 # microcode access/updates 138 139 KERNEL=="cpu[0-9]*", NAME="cpu/%n/cpu" 140 KERNEL=="msr[0-9]*", NAME="cpu/%n/msr" 141 KERNEL=="microcode", NAME="cpu/microcode" trunk/udev-config/ChangeLog
r7832 r7885 1 2007-01-02 Bryan Kadzban <bryan@linuxfromscratch.org> 2 * 25-lfs.rules: Change CPU devices (cpu, msr, microcode) to be in 3 /dev/cpu/ and /dev/cpu/N/, to match Documentation/devices.txt. 4 1 5 2006-10-21 Bryan Kadzban <bryan@linuxfromscratch.org> 2 6 * Makefile: Add a missing backslash in install-extra-doc.
