From 9f9cdd7719526f28f40b2dc0c7704b56e5b63917 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Sun, 23 Sep 2007 14:54:56 +0000 Subject: prefer ahci instead of ata_piix, so that piix is preferred over ata_piix --- convert/uniquify-modalias.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'convert') 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 -- cgit v1.2.1