summaryrefslogtreecommitdiffstats
path: root/kernel/list_modules.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-08-20 11:37:48 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-08-20 11:37:48 +0000
commit21850250aa29e48bfeb3b65efee65193ea0a8e8b (patch)
treea6cb4c1c0cd9a76fa0731f1261c975823a360f04 /kernel/list_modules.pm
parent5b33d959969e96048068328d6f0dbc2c6ae4db4d (diff)
downloaddrakx-backup-do-not-use-21850250aa29e48bfeb3b65efee65193ea0a8e8b.tar
drakx-backup-do-not-use-21850250aa29e48bfeb3b65efee65193ea0a8e8b.tar.gz
drakx-backup-do-not-use-21850250aa29e48bfeb3b65efee65193ea0a8e8b.tar.bz2
drakx-backup-do-not-use-21850250aa29e48bfeb3b65efee65193ea0a8e8b.tar.xz
drakx-backup-do-not-use-21850250aa29e48bfeb3b65efee65193ea0a8e8b.zip
add firewire controller configuration
Diffstat (limited to 'kernel/list_modules.pm')
-rw-r--r--kernel/list_modules.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index 865ba0e93..80212d9df 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -83,6 +83,7 @@ our %l = (
bus =>
{
usb => [ qw(usbcore usb-uhci usb-ohci ehci-hcd usbkbd keybdev input) ],
+ firewire => [ qw(ohci1394) ],
pcmcia => [
if_(arch() !~ /^sparc/, qw(pcmcia_core tcic ds i82365 yenta_socket)), # cb_enabler
],