From: greg@kroah.com Date: Sun, 5 Sep 2004 15:53:11 +0000 (+0200) Subject: [PATCH] add rules for i386 cpu devices. X-Git-Tag: 031~12 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c449ee6f7f328c66468988da5f07dff53e141f0f;p=elogind.git [PATCH] add rules for i386 cpu devices. --- diff --git a/etc/udev/udev.rules.gentoo b/etc/udev/udev.rules.gentoo index c2a8ef54b..a2b878d4a 100644 --- a/etc/udev/udev.rules.gentoo +++ b/etc/udev/udev.rules.gentoo @@ -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"