Changeset 8161
- Timestamp:
- 06/12/07 12:00:58 (1 year ago)
- Files:
-
- trunk/udev-config/25-lfs.rules (modified) (1 diff)
- trunk/udev-config/ChangeLog (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/udev-config/25-lfs.rules
r8152 r8161 145 145 # microcode access/updates 146 146 147 KERNEL=="cpu[0-9]*", NAME="cpu/%n/cpu "147 KERNEL=="cpu[0-9]*", NAME="cpu/%n/cpuid" 148 148 KERNEL=="msr[0-9]*", NAME="cpu/%n/msr" 149 149 KERNEL=="microcode", NAME="cpu/microcode" trunk/udev-config/ChangeLog
r8152 r8161 1 2007-06-12 Dan Nicholson <dnicholson@linuxfromscratch.org> 2 * 25-lfs.rules: Fix the CPUID nodes from cpu/%n/cpu to cpu/%n/cpuid, 3 which is what's expected in userspace apps such as x86info. 4 1 5 2007-06-08 Bryan Kadzban <bryan@linuxfromscratch.org> 2 6 * 25-lfs.rules: Add rules for DVB devices (create nodes in /dev/dvb/) … … 4 8 the SuSE rules file. Thanks to Alexander Patrakov for the bugreport. 5 9 6 2007-03-04 Matthew Burgess<matthew@linuxfromscratch.org>7 * Makefile: Use `udevd --version' to work out what version of Udev is10 2007-03-04 Matthew Burgess <matthew@linuxfromscratch.org> 11 * Makefile: Use `udevd --version' to work out what version of Udev is 8 12 installed (requires Udev >= 106) 9 13
