diff options
author | Erwan Velu <erwan@mandriva.org> | 2003-06-13 10:25:52 +0000 |
---|---|---|
committer | Erwan Velu <erwan@mandriva.org> | 2003-06-13 10:25:52 +0000 |
commit | e6fbfc1f89bb968974cfc55945d16c3b31a91136 (patch) | |
tree | 8b7c11a9ef1f72fe5a1f1353f6f5b6385cd8b402 | |
parent | 9e60b31c20821ed72a590ef0235f2dd4b6d080df (diff) | |
download | drakx-backup-do-not-use-e6fbfc1f89bb968974cfc55945d16c3b31a91136.tar drakx-backup-do-not-use-e6fbfc1f89bb968974cfc55945d16c3b31a91136.tar.gz drakx-backup-do-not-use-e6fbfc1f89bb968974cfc55945d16c3b31a91136.tar.bz2 drakx-backup-do-not-use-e6fbfc1f89bb968974cfc55945d16c3b31a91136.tar.xz drakx-backup-do-not-use-e6fbfc1f89bb968974cfc55945d16c3b31a91136.zip |
Removing old school scsi drivers
-rw-r--r-- | rescue/tree/ka/gen_modules_conf.pl | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/rescue/tree/ka/gen_modules_conf.pl b/rescue/tree/ka/gen_modules_conf.pl index bbdb5ffd4..5425ea2df 100644 --- a/rescue/tree/ka/gen_modules_conf.pl +++ b/rescue/tree/ka/gen_modules_conf.pl @@ -59,11 +59,12 @@ $kinds2all_modules = { 'smc-ultra', 'smc9194', 'starfire', - 'tg3', 'tlan', 'tmspci', 'tulip', 'via-rhine', + 'tg3', + 'bcm5700', 'wd', 'winbond-840', 'yellowfin', @@ -85,8 +86,6 @@ $kinds2all_modules = { 'NCR53c406a', 'a100u2w', 'advansys', - 'aha152x', - 'aha1542', 'aha1740', 'atp870u', 'dc395x_trm', @@ -102,8 +101,6 @@ $kinds2all_modules = { 'qla2x00', 'qlogicfas', 'qlogicfc', - 'mptscsih', - 'mptbase', 'seagate', 'sym53c416', 'u14-34f', @@ -116,6 +113,8 @@ $kinds2all_modules = { 'pci2000', 'qlogicisp', 'sym53c8xx', + 'mptscsih', + 'mptbase', 'DAC960', 'dpt_i2o', 'megaraid', |