summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/udev/udev.rules.gentoo7
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/udev/udev.rules.gentoo b/etc/udev/udev.rules.gentoo
index c2a8ef54b1..a2b878d4a3 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"