diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-01-14 15:47:57 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-01-14 15:47:57 +0000 |
commit | d8b4646ca5e6ea67239cbdac3846af0e75bebe72 (patch) | |
tree | dc399e75eb914c8b9ac5b7807e4fdbd46946ae3f /mdk-stage1 | |
parent | ca4ddc8e39ec1c975aecee5ace01a9d51d131cc9 (diff) | |
download | drakx-d8b4646ca5e6ea67239cbdac3846af0e75bebe72.tar drakx-d8b4646ca5e6ea67239cbdac3846af0e75bebe72.tar.gz drakx-d8b4646ca5e6ea67239cbdac3846af0e75bebe72.tar.bz2 drakx-d8b4646ca5e6ea67239cbdac3846af0e75bebe72.tar.xz drakx-d8b4646ca5e6ea67239cbdac3846af0e75bebe72.zip |
we need also "big" modules in pci ids
Diffstat (limited to 'mdk-stage1')
-rwxr-xr-x | mdk-stage1/pci-resource/update-pci-ids.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/pci-resource/update-pci-ids.pl b/mdk-stage1/pci-resource/update-pci-ids.pl index d6a723fc6..74bba3a20 100755 --- a/mdk-stage1/pci-resource/update-pci-ids.pl +++ b/mdk-stage1/pci-resource/update-pci-ids.pl @@ -51,7 +51,7 @@ foreach $type (keys %t) { } } - my %names_in_stage2 = ( network => [ 'net' ], medias => [ 'scsi', 'disk' ] ); + my %names_in_stage2 = ( network => [ 'net' ], medias => [ 'scsi', 'disk', 'big' ] ); require modules; my @modulez; push @modulez, modules::module_of_type__4update_kernel($_) foreach @{$names_in_stage2{$type}}; |