Changeset 7885

Show
Ignore:
Timestamp:
01/02/07 19:13:42 (2 years ago)
Author:
bryan
Message:

Move CPU devices to /dev/cpu directory (or /dev/cpu/N), to match Documentation/devices.txt

Files:

Legend:

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

    r7827 r7885  
    133133 
    134134KERNEL=="tun",  NAME="net/%k" 
     135 
     136# x86 CPU devices:  CPUID instruction, model-specific registers, and 
     137# microcode access/updates 
     138 
     139KERNEL=="cpu[0-9]*",    NAME="cpu/%n/cpu" 
     140KERNEL=="msr[0-9]*",    NAME="cpu/%n/msr" 
     141KERNEL=="microcode",    NAME="cpu/microcode" 
  • trunk/udev-config/ChangeLog

    r7832 r7885  
     12007-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 
    152006-10-21      Bryan Kadzban   <bryan@linuxfromscratch.org> 
    26        * Makefile: Add a missing backslash in install-extra-doc.