From ca7978a09d9678556dfc91fc93b876369cd43de7 Mon Sep 17 00:00:00 2001 From: Kirill Elagin Date: Sun, 13 Apr 2014 10:58:08 +0400 Subject: [PATCH] ohci_pci is required in initrd since kernel 3.11 --- nixos/modules/system/boot/kernel.nix | 1 + 1 file changed, 1 insertion(+) 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"