diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-06-19 09:56:43 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-06-19 09:56:43 +0000 |
commit | 4518999dc54694e0e9de914a38fb8f9da241ead0 (patch) | |
tree | 2df2e3b89a7e6779408b98f9d5175a60e0a0b5e1 /perl-install/modules.pm | |
parent | fef28bc8e5a1a3d54c2d40a1f77d3d4f43850844 (diff) | |
download | drakx-4518999dc54694e0e9de914a38fb8f9da241ead0.tar drakx-4518999dc54694e0e9de914a38fb8f9da241ead0.tar.gz drakx-4518999dc54694e0e9de914a38fb8f9da241ead0.tar.bz2 drakx-4518999dc54694e0e9de914a38fb8f9da241ead0.tar.xz drakx-4518999dc54694e0e9de914a38fb8f9da241ead0.zip |
remove a few drivers so that hd.img and network.img are possible with latest BOOT kernel
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 0a2ece5fe..d8aa00dd5 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -103,7 +103,7 @@ if_(arch() !~ /alpha/ && arch() !~ /sparc/, ), "3c59x" => "3com Vortex/Boomerang/Hurricane/Cyclone/Etherlink", "8139too" => "Realtek RTL-8139", - "de4x5" => "Digital 425,434,435,450,500", +# "de4x5" => "Digital 425,434,435,450,500", # moving that to tulip, juan telling to gc "rtl8139" => "RealTek RTL8129/8139", "sundance" => "sundance", "dl2k" => "dl2k", @@ -174,7 +174,7 @@ if_(arch() =~ /^sparc/, ), if_(arch() !~ /alpha/ && arch() !~ /sparc/, "3w-xxxx" => "3ware ATA-RAID", - "53c7,8xx" => "NCR 53c7xx", +# "53c7,8xx" => "NCR 53c7xx", unneeded anymore (juan told gc) "AM53C974" => "AMD SCSI", "BusLogic" => "BusLogic Adapters", "NCR53c406a" => "NCR 53c406a", @@ -209,7 +209,7 @@ if_(arch() !~ /alpha/ && arch() !~ /sparc/, "eata_dma" => "EATA DMA Adapters", ), "aic7xxx" => "Adaptec 2740, 2840, 2940", - "aic7xxx_old" => "Adaptec 2740, 2840, 2940", +# "aic7xxx_old" => "Adaptec 2740, 2840, 2940", # not needed anymore "ncr53c8xx" => "NCR 53C8xx PCI", "pci2000" => "Perceptive Solutions PCI-2000", # TODO "qlogicisp" => "Qlogic ISP", |