diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-01-13 22:12:36 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-01-13 22:12:36 +0000 |
commit | 139bce1cf9848843ea1bb4eff923f0535df042d0 (patch) | |
tree | 2a556d0970a1b639727b72676142fbf28260f629 /kernel/list_modules.pm | |
parent | b8697fd33f14a3f4ad1d7ecba59c1ca8853bc01f (diff) | |
download | drakx-139bce1cf9848843ea1bb4eff923f0535df042d0.tar drakx-139bce1cf9848843ea1bb4eff923f0535df042d0.tar.gz drakx-139bce1cf9848843ea1bb4eff923f0535df042d0.tar.bz2 drakx-139bce1cf9848843ea1bb4eff923f0535df042d0.tar.xz drakx-139bce1cf9848843ea1bb4eff923f0535df042d0.zip |
3w-9xxx, 3w-xxxx and mptscsih really are hardware raid
Diffstat (limited to 'kernel/list_modules.pm')
-rw-r--r-- | kernel/list_modules.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index c1bcd8d61..c3a3d196f 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -77,11 +77,11 @@ our %l = ( if_(arch() =~ /^sparc/, qw(qlogicpti)), if_(arch() !~ /alpha/ && arch() !~ /sparc/, '53c7,8xx', - qw(3w-9xxx 3w-xxxx AM53C974 BusLogic NCR53c406a a100u2w advansys aha152x aha1542 aha1740), + qw(AM53C974 BusLogic NCR53c406a a100u2w advansys aha152x aha1542 aha1740), qw(atp870u dc395x dc395x_trm dtc g_NCR5380 in2000 initio pas16 pci2220i psi240i fdomain), qw(qla1280 qla2x00 qlogicfas qlogicfc), qw(seagate wd7000 sim710 sym53c416 t128 tmscsim u14-34f ultrastor), - qw(eata eata_pio eata_dma mptscsih nsp32), + qw(eata eata_pio eata_dma nsp32), qw(ahci ata_piix sata_nv sata_promise sata_sil sata_sis sata_svw sata_sx4 sata_uli sata_via sata_vsc sx8), ), qw(aic7xxx aic7xxx_old aic79xx pci2000 qlogicisp sym53c8xx lpfc lpfcdd), # ncr53c8xx @@ -89,8 +89,8 @@ our %l = ( hardware_raid => [ if_(arch() =~ /^sparc/, qw(pluto)), if_(arch() !~ /alpha/ && arch() !~ /sparc/, - qw(DAC960 dpt_i2o megaraid aacraid cciss cpqarray gdth i2o_block), - qw(cpqfc ipr it8212 iteraid qla2100 qla2200 qla2300 qla2322 qla6312 qla6322 pdc-ultra), + qw(D3w-9xxx 3w-xxxxAC960 dpt_i2o megaraid aacraid cciss cpqarray gdth i2o_block), + qw(cpqfc ipr it8212 iteraid mptscsihqla2100 qla2200 qla2300 qla2322 qla6312 qla6322 pdc-ultra), qw(ips ppa imm), if_(c::kernel_version =~ /^\Q2.4/, qw(ataraid hptraid silraid pdcraid) |