chiark / gitweb /
[PATCH] add rules for i386 cpu devices.
authorgreg@kroah.com <greg@kroah.com>
Sun, 5 Sep 2004 15:53:11 +0000 (17:53 +0200)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:37:00 +0000 (21:37 -0700)
etc/udev/udev.rules.gentoo

index c2a8ef54b1e2b331a3b0e5fd1267e421f82aed25..a2b878d4a376302b126910ef186434f3570525b2 100644 (file)
@@ -128,4 +128,9 @@ KERNEL="capi*",             NAME="capi/%n"
 KERNEL="tun",          NAME="net/%k"
 
 # raw devices
-KERNEL="raw[0-9]*",     NAME="raw/%k" 
+KERNEL="raw[0-9]*",     NAME="raw/%k"
+
+# cpu devices
+KERNEL="cpu[0-9]*",    NAME="cpu/%n/cpuid"
+KERNEL="msr[0-9]*",    NAME="cpu/%n/cpuid"
+KERNEL="microcode",    NAME="cpu/microcode"