From 437378b4754e98222f569b861279ee7414888f2c Mon Sep 17 00:00:00 2001 From: Stew Benedict Date: Thu, 22 Mar 2001 00:11:27 +0000 Subject: no imm,ppa PPC, scan mesh,mac53c94 scsi only, pmac should have been mace --- perl-install/modules.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'perl-install/modules.pm') diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 940dd45b0..19c3bbe34 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -640,13 +640,13 @@ sub load_thiskind { my @try_modules = ( if_($type =~ /scsi/, - 'imm', 'ppa', + if_(arch() !~ /ppc/, 'imm', 'ppa'), if_(detect_devices::usbZips(), 'usb-storage'), ), if_(arch() =~ /ppc/, - 'mesh', 'mac53c94', - if_($type =~ /net/, 'bmac', 'gmac', 'pmac'), - if_($type =~ /sound/, 'dmasound'), + if_($type =~ /scsi/, 'mesh', 'mac53c94'), + if_($type =~ /net/, 'bmac', 'gmac', 'mace'), + if_($type =~ /sound/, 'dmasound'), ), ); grep { -- cgit v1.2.1