diff options
author | Rick Farina (Zero_Chaos) <zerochaos@gentoo.org> | 2015-07-30 10:41:04 -0400 |
---|---|---|
committer | Rick Farina (Zero_Chaos) <zerochaos@gentoo.org> | 2015-07-30 10:41:04 -0400 |
commit | f6a2b607a579ce37048fba34cea9dcd28548014c (patch) | |
tree | 9122b64da7ed368de7f45d0a7ed9340470a09193 /arch/x86_64/modules_load | |
parent | set DEFAULT_MAKEOPTS to what portage uses (diff) | |
download | genkernel-f6a2b607a579ce37048fba34cea9dcd28548014c.tar.gz genkernel-f6a2b607a579ce37048fba34cea9dcd28548014c.tar.bz2 genkernel-f6a2b607a579ce37048fba34cea9dcd28548014c.zip |
add xhci_pci
https://bugs.gentoo.org/show_bug.cgi?id=554202
https://bugs.gentoo.org/show_bug.cgi?id=534266
https://bugs.gentoo.org/show_bug.cgi?id=522176
this change was approved by the releng lead, but it seems to have slipped
off his plate so I'm going to get some bugs closed by request.
Squeeky wheels get the grease.
Diffstat (limited to 'arch/x86_64/modules_load')
-rw-r--r-- | arch/x86_64/modules_load | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/modules_load b/arch/x86_64/modules_load index 1c33a96..4e41f33 100644 --- a/arch/x86_64/modules_load +++ b/arch/x86_64/modules_load @@ -22,7 +22,7 @@ MODULES_ISCSI="scsi_transport_iscsi libiscsi iscsi_tcp" # Hardware (Pluggable) MODULES_FIREWIRE="ieee1394 ohci1394 sbp2" MODULES_PCMCIA="pcmcia pcmcia_core yenta_socket pd6729 i82092 i82365 tcic ds ide-cs firmware_class" -MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd xhci-plat usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus" +MODULES_USB="ehci-pci ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd xhci-hcd xhci-pci xhci-plat usbhid hid-generic sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus" # Filesystems MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse" |