From c74d6a543ff0ab7f8abddc82ba9c2da0c932ba26 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 6 Jun 2000 12:11:59 +0000 Subject: *** empty log message *** --- perl-install/modules.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/perl-install/modules.pm b/perl-install/modules.pm index a2cf61b2d..6eb380929 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -20,7 +20,7 @@ arch() =~ /^sparc/ ? ( "sunbmac" => "Sun BigMac Ethernet", "sunhme" => "Sun Happy Meal Ethernet", "sunqe" => "Sun Quad Ethernet", -) : ( +) : arch =~ /alpha/ ? () : ( "3c509" => "3com 3c509", "3c501" => "3com 3c501", "3c503" => "3com 3c503", @@ -97,7 +97,7 @@ arch() =~ /^sparc/ ? ( [ 'scsi', { arch() =~ /^sparc/ ? ( "qlogicpti" => "Performance Technologies ISP", -) : ( +) : arch() =~ /alpha/ ? () : ( "aha152x" => "Adaptec 152x", "aha1542" => "Adaptec 1542", "aha1740" => "Adaptec 1740", @@ -142,7 +142,7 @@ arch() =~ /^sparc/ ? ( [ 'disk', { arch() =~ /^sparc/ ? ( "pluto" => "Sun SparcSTORAGE Array SCSI", #- name it "fc4:soc:pluto" ? -) : ( +) : arch() =~ /alpha/ ? () : ( "DAC960" => "Mylex DAC960", # "dpt" => "Distributed Tech SmartCache/Raid I-IV Controller", # not there anymore? "megaraid" => "AMI MegaRAID", @@ -154,11 +154,11 @@ arch() =~ /^sparc/ ? ( "eata_dma" => "EATA DMA Adapters", "ppa" => "Iomega PPA3 (parallel port Zip)", "imm" => "Iomega Zip (new driver)", - "ide-disk" => "IDE disk", ), + "ide-disk" => "IDE disk", }], [ 'cdrom', { -arch() !~ /^sparc/ ? ( +arch() !~ /^sparc|alpha/ ? ( "sbpcd" => "SoundBlaster/Panasonic", #- "aztcd" => "Aztech CD", #- "gscd" => "Goldstar R420", -- cgit v1.2.1