diff options
author | Stew Benedict <stewb@mandriva.org> | 2001-07-18 15:54:47 +0000 |
---|---|---|
committer | Stew Benedict <stewb@mandriva.org> | 2001-07-18 15:54:47 +0000 |
commit | 4239729f41a697b744609b24993e756ec48a1303 (patch) | |
tree | f580e59394e46ecb529d65cec9c35911bf244292 /perl-install/modules.pm | |
parent | 51b0ae8285a511e53be6f27fbaff0825d8a1c8c2 (diff) | |
download | drakx-4239729f41a697b744609b24993e756ec48a1303.tar drakx-4239729f41a697b744609b24993e756ec48a1303.tar.gz drakx-4239729f41a697b744609b24993e756ec48a1303.tar.bz2 drakx-4239729f41a697b744609b24993e756ec48a1303.tar.xz drakx-4239729f41a697b744609b24993e756ec48a1303.zip |
roll back some changes from PPC beta - OldWorld vs NewWorld bootloader
modem detection on ttyS0, new sound module in 2.4.4
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index a9dcd2218..354665395 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -255,7 +255,7 @@ if_(arch() !~ /alpha/ && arch() !~ /sparc/, }], [ 'sound', { if_(arch() =~ /ppc/, - "dmasound" => "Amiga or PowerMac DMA sound", + "dmasound_awacs" => "Amiga or PowerMac DMA sound", ), if_(arch() !~ /^sparc/, "cmpci" => "C-Media Electronics CMI8338A CMI8338B CMI8738", @@ -717,7 +717,7 @@ sub load_thiskind { if_(arch() =~ /ppc/, if_($type =~ /scsi/, 'mesh', 'mac53c94'), if_($type =~ /net/, 'bmac', 'gmac', 'mace'), - if_($type =~ /sound/, 'dmasound'), + if_($type =~ /sound/, 'dmasound_awacs'), ), ); grep { |