diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-11-18 12:58:15 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-11-18 12:58:15 +0000 |
commit | fb67876005b9f7002d56f96269da9e6fb5d03b0f (patch) | |
tree | 6cd990009fcaca715d6f138bb38b2d2eb2fb28c9 /kernel/list_modules.pm | |
parent | 27fda1e90e8d3d879bc17d665dc16873163bd056 (diff) | |
download | drakx-fb67876005b9f7002d56f96269da9e6fb5d03b0f.tar drakx-fb67876005b9f7002d56f96269da9e6fb5d03b0f.tar.gz drakx-fb67876005b9f7002d56f96269da9e6fb5d03b0f.tar.bz2 drakx-fb67876005b9f7002d56f96269da9e6fb5d03b0f.tar.xz drakx-fb67876005b9f7002d56f96269da9e6fb5d03b0f.zip |
put back module "53c7,8xx" which still exist for 2.4
Diffstat (limited to 'kernel/list_modules.pm')
-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 bdd8221bd..ac4334db1 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -75,7 +75,7 @@ our %l = ( if_(arch() =~ /ppc/, qw(mesh mac53c94)), if_(arch() =~ /^sparc/, qw(qlogicpti)), if_(arch() !~ /alpha/ && arch() !~ /sparc/, - qw(3w-9xxx 3w-xxxx AM53C974 BusLogic NCR53c406a a100u2w advansys aha152x aha1542 aha1740), + qw(3w-9xxx 3w-xxxx 53c7,8xx 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), |