summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErwan Velu <erwan@mandriva.org>2003-06-13 10:23:35 +0000
committerErwan Velu <erwan@mandriva.org>2003-06-13 10:23:35 +0000
commitb778ede9b76671d0c8062765edbc780ef7fcb3f7 (patch)
tree2bd616e9ad26113151bd544f297978ce7b35ca56
parente1f869f8bb43993c89375d3c16afdea5c53be259 (diff)
downloaddrakx-b778ede9b76671d0c8062765edbc780ef7fcb3f7.tar
drakx-b778ede9b76671d0c8062765edbc780ef7fcb3f7.tar.gz
drakx-b778ede9b76671d0c8062765edbc780ef7fcb3f7.tar.bz2
drakx-b778ede9b76671d0c8062765edbc780ef7fcb3f7.tar.xz
drakx-b778ede9b76671d0c8062765edbc780ef7fcb3f7.zip
Removing old school scsi drivers (need more places)
-rw-r--r--kernel/list_modules.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index 303fadb46..21fbb5bef 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -56,9 +56,9 @@ our %l = (
if_(arch() =~ /ppc/, qw(mesh mac53c94)),
if_(arch() =~ /^sparc/, qw(qlogicpti)),
if_(arch() !~ /alpha/ && arch() !~ /sparc/,
- qw(3w-xxxx AM53C974 NCR53c406a a100u2w advansys aha152x aha1542 aha1740),
+ qw(3w-xxxx AM53C974 NCR53c406a a100u2w advansys aha1740),
qw(atp870u dc395x_trm dtc fdomain g_NCR5380 in2000 initio pas16 pci2220i psi240i),
- qw(qla1280 qla2x00 qlogicfas qlogicfc mptscsih mptbase),
+ qw(qla1280 qla2x00 qlogicfas qlogicfc),
qw(seagate sym53c416 u14-34f ultrastor),
qw(eata eata_pio eata_dma),
),