summary refs log tree commit diff
path: root/nixos/modules/system
diff options
context:
space:
mode:
authorKirill Elagin <kirelagin@gmail.com>2014-04-13 10:58:08 +0400
committerKirill Elagin <kirelagin@gmail.com>2014-04-21 15:42:05 +0400
commitca7978a09d9678556dfc91fc93b876369cd43de7 (patch)
tree7e2c3dc3ad083d8c382f0ca7448360b6727720fb /nixos/modules/system
parent2661400d2a404581556d09f06e988fcfe5e0805d (diff)
downloadnixlib-ca7978a09d9678556dfc91fc93b876369cd43de7.tar
nixlib-ca7978a09d9678556dfc91fc93b876369cd43de7.tar.gz
nixlib-ca7978a09d9678556dfc91fc93b876369cd43de7.tar.bz2
nixlib-ca7978a09d9678556dfc91fc93b876369cd43de7.tar.lz
nixlib-ca7978a09d9678556dfc91fc93b876369cd43de7.tar.xz
nixlib-ca7978a09d9678556dfc91fc93b876369cd43de7.tar.zst
nixlib-ca7978a09d9678556dfc91fc93b876369cd43de7.zip
ohci_pci is required in initrd since kernel 3.11
Diffstat (limited to 'nixos/modules/system')
-rw-r--r--nixos/modules/system/boot/kernel.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/system/boot/kernel.nix b/nixos/modules/system/boot/kernel.nix
index 4cfd8a0b6187..bed95a552fae 100644
--- a/nixos/modules/system/boot/kernel.nix
+++ b/nixos/modules/system/boot/kernel.nix
@@ -191,6 +191,7 @@ in
         "ehci_hcd"
         "ehci_pci"
         "ohci_hcd"
+        "ohci_pci"
         "xhci_hcd"
         "usbhid"
         "hid_generic"