diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-08-20 11:37:48 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-08-20 11:37:48 +0000 |
commit | 21850250aa29e48bfeb3b65efee65193ea0a8e8b (patch) | |
tree | a6cb4c1c0cd9a76fa0731f1261c975823a360f04 /kernel | |
parent | 5b33d959969e96048068328d6f0dbc2c6ae4db4d (diff) | |
download | drakx-21850250aa29e48bfeb3b65efee65193ea0a8e8b.tar drakx-21850250aa29e48bfeb3b65efee65193ea0a8e8b.tar.gz drakx-21850250aa29e48bfeb3b65efee65193ea0a8e8b.tar.bz2 drakx-21850250aa29e48bfeb3b65efee65193ea0a8e8b.tar.xz drakx-21850250aa29e48bfeb3b65efee65193ea0a8e8b.zip |
add firewire controller configuration
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/list_modules.pm | 1 |
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 ], |