Changeset 8161

Show
Ignore:
Timestamp:
06/12/07 12:00:58 (1 year ago)
Author:
dnicholson
Message:

Fix device nodes for CPUID to be named cpuid

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/udev-config/25-lfs.rules

    r8152 r8161  
    145145# microcode access/updates 
    146146 
    147 KERNEL=="cpu[0-9]*",    NAME="cpu/%n/cpu
     147KERNEL=="cpu[0-9]*",    NAME="cpu/%n/cpuid
    148148KERNEL=="msr[0-9]*",    NAME="cpu/%n/msr" 
    149149KERNEL=="microcode",    NAME="cpu/microcode" 
  • trunk/udev-config/ChangeLog

    r8152 r8161  
     12007-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 
    152007-06-08      Bryan Kadzban   <bryan@linuxfromscratch.org> 
    26        * 25-lfs.rules: Add rules for DVB devices (create nodes in /dev/dvb/) 
     
    48          the SuSE rules file.  Thanks to Alexander Patrakov for the bugreport. 
    59 
    6 2007-03-04      Matthew Burgess <matthew@linuxfromscratch.org> 
    7         * Makefile: Use `udevd --version' to work out what version of Udev is 
     102007-03-04     Matthew Burgess <matthew@linuxfromscratch.org> 
     11       * Makefile: Use `udevd --version' to work out what version of Udev is 
    812          installed (requires Udev >= 106) 
    913