From d8b4646ca5e6ea67239cbdac3846af0e75bebe72 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 14 Jan 2002 15:47:57 +0000 Subject: we need also "big" modules in pci ids --- mdk-stage1/pci-resource/update-pci-ids.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}; -- cgit v1.2.1