diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-09-05 11:20:49 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-09-05 11:20:49 +0000 |
commit | 40230ed137b9ad5cbf3a8a57335f93d3905d2eb2 (patch) | |
tree | 916cd6f3fc181f1b891d616b9f1fb3070585641a /perl-install/modules.pm | |
parent | 61a3bbd8833d07966525103d3dea878ed97cf784 (diff) | |
download | drakx-40230ed137b9ad5cbf3a8a57335f93d3905d2eb2.tar drakx-40230ed137b9ad5cbf3a8a57335f93d3905d2eb2.tar.gz drakx-40230ed137b9ad5cbf3a8a57335f93d3905d2eb2.tar.bz2 drakx-40230ed137b9ad5cbf3a8a57335f93d3905d2eb2.tar.xz drakx-40230ed137b9ad5cbf3a8a57335f93d3905d2eb2.zip |
favor tmscsim over AM53C974
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 644260298..58ae7e276 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -414,7 +414,7 @@ sk98lin acenic aironet4500_card com20020-pci hamachi starfire winbond-840 dc395x_trm -BusLogic seagate fdomain g_NCR5380 tmscsim +BusLogic seagate fdomain g_NCR5380 ) ); #******(missing-2.4) dpt_i2o aztcd gscd isp16 mcd mcdx optcd cm206 sjcd cdu31a @@ -431,6 +431,7 @@ my @skip_modules_on_stage1 = ( if_(arch() !~ /ia64/, qw(qla1280)), qw(3w-xxxx pci2220i qla2x00 i2o_block), qw(gdth eata eata_pio eata_dma ips), + 'AM53C974', # deprecated by tmscsim qw(ac3200 at1700 atp ni5010 ni52 ni65), #- unused from Jeff "u14-34f", #- duplicate from ultrastor.o ); |