Blame SOURCES/0042-kernel-modules-add-ohci-pci-to-the-list-of-forced-mo.patch

712866
From 1dd604efb199af87ba0079eed809483559c9b04f Mon Sep 17 00:00:00 2001
712866
From: Harald Hoyer <harald@redhat.com>
712866
Date: Thu, 14 Nov 2013 10:07:04 +0100
712866
Subject: [PATCH] kernel-modules: add ohci-pci to the list of forced module
712866
 installs
712866
712866
---
712866
 modules.d/90kernel-modules/module-setup.sh | 9 ++++++---
712866
 1 file changed, 6 insertions(+), 3 deletions(-)
712866
712866
diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
5c6c2a
index 366235ca..510b43e1 100755
712866
--- a/modules.d/90kernel-modules/module-setup.sh
712866
+++ b/modules.d/90kernel-modules/module-setup.sh
712866
@@ -35,9 +35,12 @@ installkernel() {
712866
             return 0
712866
         }
712866
 
712866
-        hostonly='' instmods sr_mod sd_mod scsi_dh ata_piix \
712866
-            ehci-hcd ehci-pci ehci-platform ohci-hcd uhci-hcd xhci-hcd hid_generic \
712866
-            unix
712866
+        hostonly='' instmods \
712866
+            sr_mod sd_mod scsi_dh ata_piix hid_generic unix \
712866
+            ehci-hcd ehci-pci ehci-platform \
712866
+            ohci-hcd ohci-pci \
712866
+            uhci-hcd \
712866
+            xhci-hcd
712866
 
712866
         instmods yenta_socket scsi_dh_rdac scsi_dh_emc \
712866
             atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech \