diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-02-21 13:37:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-02-21 13:37:14 +0000 |
commit | c98efbaf9f35ecb2a67e11b2ecdd350486d2d775 (patch) | |
tree | c6cfda3b950a93950de34a463899d3c00ed445f1 | |
parent | 0bb974810f0b4c103e7f81412f45277a4662ef7b (diff) | |
download | drakx-c98efbaf9f35ecb2a67e11b2ecdd350486d2d775.tar drakx-c98efbaf9f35ecb2a67e11b2ecdd350486d2d775.tar.gz drakx-c98efbaf9f35ecb2a67e11b2ecdd350486d2d775.tar.bz2 drakx-c98efbaf9f35ecb2a67e11b2ecdd350486d2d775.tar.xz drakx-c98efbaf9f35ecb2a67e11b2ecdd350486d2d775.zip |
add aic7xxx_old
-rw-r--r-- | perl-install/modules.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 70e956edd..13ce3cbe3 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -207,6 +207,7 @@ if_(arch() !~ /alpha/ && arch() !~ /sparc/, "eata_dma" => "EATA DMA Adapters", ), "aic7xxx" => "Adaptec 2740, 2840, 2940", + "aic7xxx_old" => "Adaptec 2740, 2840, 2940", "ncr53c8xx" => "NCR 53C8xx PCI", "pci2000" => "Perceptive Solutions PCI-2000", # TODO "qlogicisp" => "Qlogic ISP", |