From 9cce0b807d182db2d023fd5c23020f0c61d95367 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 20 Jan 2005 11:57:58 +0000 Subject: move SATA in its own category --- kernel/list_modules.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'kernel') diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 892fdbcd1..df21688a5 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -82,11 +82,12 @@ our %l = ( qw(qla1280 qla2x00 qlogicfas qlogicfc), qw(seagate wd7000 sim710 sym53c416 t128 tmscsim u14-34f ultrastor), qw(eata eata_pio eata_dma nsp32), - # 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(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), + ], hardware_raid => [ if_(arch() =~ /^sparc/, qw(pluto)), if_(arch() !~ /alpha/ && arch() !~ /sparc/, -- cgit v1.2.1