diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-02-24 11:28:16 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-02-24 11:28:16 +0000 |
commit | e5892c07d7aa4ee1b36fdae32bd960028f2578d1 (patch) | |
tree | 8e514c5559c3429945b8fef95a2883e9f036b16d /kernel | |
parent | ef107c3cd27b17b2e41d6f12d91b4e3e28647783 (diff) | |
download | drakx-e5892c07d7aa4ee1b36fdae32bd960028f2578d1.tar drakx-e5892c07d7aa4ee1b36fdae32bd960028f2578d1.tar.gz drakx-e5892c07d7aa4ee1b36fdae32bd960028f2578d1.tar.bz2 drakx-e5892c07d7aa4ee1b36fdae32bd960028f2578d1.tar.xz drakx-e5892c07d7aa4ee1b36fdae32bd960028f2578d1.zip |
add support for new sata_qstor SATA driver
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 2b7f4992e..76655add0 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -96,7 +96,7 @@ our %l = ( qw(aic7xxx aic7xxx_old aic79xx pci2000 qlogicisp sym53c8xx lpfc lpfcdd), # ncr53c8xx ], sata => [ - qw(ahci ata_piix sata_nv sata_promise sata_sil sata_sis sata_svw sata_sx4 sata_uli sata_via sata_vsc sx8), + qw(ahci ata_piix sata_nv sata_promise sata_qstor sata_sil sata_sis sata_svw sata_sx4 sata_uli sata_via sata_vsc sx8), ], hardware_raid => [ if_(arch() =~ /^sparc/, qw(pluto)), |