diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-09-23 14:54:56 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-09-23 14:54:56 +0000 |
commit | 9f9cdd7719526f28f40b2dc0c7704b56e5b63917 (patch) | |
tree | d3c217c9f8687f9bf8b3ea1da485b0b4b09dfe26 /convert/uniquify-modalias.pl | |
parent | 73ac4c508e567bb7cefb3f573e2a91694d151636 (diff) | |
download | ldetect-lst-9f9cdd7719526f28f40b2dc0c7704b56e5b63917.tar ldetect-lst-9f9cdd7719526f28f40b2dc0c7704b56e5b63917.tar.gz ldetect-lst-9f9cdd7719526f28f40b2dc0c7704b56e5b63917.tar.bz2 ldetect-lst-9f9cdd7719526f28f40b2dc0c7704b56e5b63917.tar.xz ldetect-lst-9f9cdd7719526f28f40b2dc0c7704b56e5b63917.zip |
prefer ahci instead of ata_piix, so that piix is preferred over ata_piix
Diffstat (limited to 'convert/uniquify-modalias.pl')
-rwxr-xr-x | convert/uniquify-modalias.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/convert/uniquify-modalias.pl b/convert/uniquify-modalias.pl index 89345ce5..d2428309 100755 --- a/convert/uniquify-modalias.pl +++ b/convert/uniquify-modalias.pl @@ -12,7 +12,8 @@ my @ignored_modules = ( qr/_rng$/, ); my @preferred_modules = ( - "ata_piix", #- prefer over ahci (arbitrary choice, install will try both), depends on BIOS setting + "ahci", #- prefer over ata_piix (install will still try both), depends on BIOS settins + #- do not prefer ata_piix, since it would override piix choice "bcm43xx", #- prefer over b43, b43legacy and ssb "dpt_i2o", #- prefer over i2o_core "dmfe", #- prefer over tulip, it only lists supported devices |