diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-09-05 14:33:34 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-09-05 14:33:34 +0000 |
commit | f0eba89d8d6862087755141ac37bbb3bf9d3a714 (patch) | |
tree | e1c73dc7123317a83491b8a541e919e04d839d12 /kernel/list_modules.pm | |
parent | 6b3068afe4f39c70f0c950688bb94cfda6b3d4e1 (diff) | |
download | drakx-f0eba89d8d6862087755141ac37bbb3bf9d3a714.tar drakx-f0eba89d8d6862087755141ac37bbb3bf9d3a714.tar.gz drakx-f0eba89d8d6862087755141ac37bbb3bf9d3a714.tar.bz2 drakx-f0eba89d8d6862087755141ac37bbb3bf9d3a714.tar.xz drakx-f0eba89d8d6862087755141ac37bbb3bf9d3a714.zip |
fake support the firewire in stage1 (as if it were usb ;p)
Diffstat (limited to 'kernel/list_modules.pm')
-rw-r--r-- | kernel/list_modules.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index f57eaeb6e..ebba57abf 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -75,6 +75,7 @@ our %l = ( pcmcia => [ qw(aha152x_cs fdomain_cs nsp_cs qlogic_cs ide-cs) ], #ide_cs raw => [ qw(scsi_mod sd_mod) ], usb => [ qw(usb-storage) ], + firewire => [ qw(sbp2) ], cdrom => [ qw(ide-cd cdrom sr_mod) ], }, @@ -83,7 +84,7 @@ our %l = ( bus => { usb => [ qw(usbcore usb-uhci usb-ohci ehci-hcd usbkbd keybdev input) ], - firewire => [ qw(ohci1394) ], + firewire => [ qw(ohci1394 ieee1394) ], pcmcia => [ if_(arch() !~ /^sparc/, qw(pcmcia_core tcic ds i82365 yenta_socket)), # cb_enabler ], |