summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-10-18 12:08:22 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-10-18 12:08:22 +0000
commitd8bd03467d4f4e3bf73c86e0aaeb7775d0380788 (patch)
tree367f31265c41d93e017aacefc36ff817722d1dbb /kernel
parent4f19af9d55aacf5fea713bddf772001d674487f2 (diff)
downloaddrakx-backup-do-not-use-d8bd03467d4f4e3bf73c86e0aaeb7775d0380788.tar
drakx-backup-do-not-use-d8bd03467d4f4e3bf73c86e0aaeb7775d0380788.tar.gz
drakx-backup-do-not-use-d8bd03467d4f4e3bf73c86e0aaeb7775d0380788.tar.bz2
drakx-backup-do-not-use-d8bd03467d4f4e3bf73c86e0aaeb7775d0380788.tar.xz
drakx-backup-do-not-use-d8bd03467d4f4e3bf73c86e0aaeb7775d0380788.zip
add cassini (ethernet) & pdc_adma (SATA) drivers
Diffstat (limited to 'kernel')
-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 776693540..398d7ac01 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -20,7 +20,7 @@ our %l = (
if_(arch() !~ /alpha|sparc/,
qw(3c501 3c503 3c505 3c507 3c509 3c515 3c990 3c990fx),
qw(82596 ac3200 acenic aironet4500_card amd8111e at1700 atp),
- qw(b44 bcm4400 com20020-pci cs89x0 de2104x de600 de620),
+ qw(b44 bcm4400 cassini com20020-pci cs89x0 de2104x de600 de620),
qw(defxx), # most unused
qw(depca dgrs dmfe e100 e2100 eepro eepro100 eexpress epic100 eth16i),
qw(ewrk3 fealnx hamachi hp hp-plus hp100),
@@ -103,7 +103,7 @@ our %l = (
],
sata => [
# note that ata_piix manage RAID devices on ICH6R
- qw(ahci ata_adma ata_piix pata_pdc2027x sata_mv sata_nv sata_promise sata_qstor sata_sil sata_sil24 sata_sis sata_svw sata_sx4 sata_uli sata_via sata_vsc sx8),
+ qw(ahci ata_adma ata_piix pata_pdc2027x pdc_adma sata_mv sata_nv sata_promise sata_qstor sata_sil sata_sil24 sata_sis sata_svw sata_sx4 sata_uli sata_via sata_vsc sx8),
],
hardware_raid => [
if_(arch() =~ /^sparc/, qw(pluto)),