summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-04-14 09:26:31 +0000
committerThierry Vignaud <tv@mandriva.org>2009-04-14 09:26:31 +0000
commitf11f89c83f232ca651d7fed8b6da8deabb538af3 (patch)
tree5d613995fbfe84a5e3a4066f7ab97bfae9e8fefb
parent14dc7d33f6f47066abbfa33c788357aa962256da (diff)
downloadldetect-lst-f11f89c83f232ca651d7fed8b6da8deabb538af3.tar
ldetect-lst-f11f89c83f232ca651d7fed8b6da8deabb538af3.tar.gz
ldetect-lst-f11f89c83f232ca651d7fed8b6da8deabb538af3.tar.bz2
ldetect-lst-f11f89c83f232ca651d7fed8b6da8deabb538af3.tar.xz
ldetect-lst-f11f89c83f232ca651d7fed8b6da8deabb538af3.zip
prefer over ahci since ahci need marvel_enabled=1 to make it work (#43975)
-rw-r--r--NEWS1
-rwxr-xr-xconvert/uniquify-modalias.pl1
2 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 46b3cccd..7a6caca2 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@
a failure with fglrx 8.600)
- Monitor DB
o add Samsung SyncMaster 2043NW (Jaanus Ojangu)
+- prefer over ahci since ahci need marvel_enabled=1 to make it work (#43975)
- prism2_plx was removed from kernel, switch the only entry that was
using it to orinoco_tmd (0x15e8:0x0131)
- remove dpc7146 entry since it was dropped from kernel
diff --git a/convert/uniquify-modalias.pl b/convert/uniquify-modalias.pl
index 23d03ed2..c93e4a40 100755
--- a/convert/uniquify-modalias.pl
+++ b/convert/uniquify-modalias.pl
@@ -15,6 +15,7 @@ my @ignored_modules = (
qr/_rng$/,
);
my @preferred_modules = (
+ "pata_marvell", #- prefer over ahci since ahci need marvel_enabled=1 to make it work (#43975)
"ahci", #- prefer over ata_piix (install will still try both), depends on BIOS settins
"bcm43xx", #- prefer over b43, b43legacy and ssb
"dpt_i2o", #- prefer over i2o_core