hal-info: Branch 'master'
Sjoerd Simons
sjoerd at kemper.freedesktop.org
Sun Jun 1 07:48:59 PDT 2008
fdi/preprobe/10osvendor/10-ide-drives.fdi | 13 +++++++++++++
1 file changed, 13 insertions(+)
New commits:
commit a0eb9de7add5e3ca68c76b1f3ed173a99d51ac5c
Author: Sjoerd Simons <sjoerd at luon.net>
Date: Sun Jun 1 16:46:06 2008 +0200
black-list GCC-4240N for polling when it is a slave. As it kills the
performance of the master IDE device
Black-list GCC-4240N for polling when it is a slave. As it kills the
performance of the master IDE device
diff --git a/fdi/preprobe/10osvendor/10-ide-drives.fdi b/fdi/preprobe/10osvendor/10-ide-drives.fdi
index 0749499..26844b8 100644
--- a/fdi/preprobe/10osvendor/10-ide-drives.fdi
+++ b/fdi/preprobe/10osvendor/10-ide-drives.fdi
@@ -3,6 +3,19 @@
<deviceinfo version="0.2">
<device>
+ <!-- Handle weird Dell Laptops that slow down the system if the optical
+ drive is polled (RH Bug #138148) -->
+ <match key="storage.bus" string="ide">
+ <match key="storage.model" string="HL-DT-STCD-RW/DVD-ROM GCC-4240N">
+ <match key="block.device" string="/dev/hdb">
+ <merge key="storage.media_check_enabled" type="bool">false</merge>
+ </match>
+ <match key="block.device" string="/dev/hdd">
+ <merge key="storage.media_check_enabled" type="bool">false</merge>
+ </match>
+ </match>
+ </match>
+
<!-- Handle weird IDE drives (Jaz and Zip) by matching on the IDE model -->
<match key="storage.bus" string="ide">
<match key="storage.drive_type" string="disk">
More information about the hal-commit
mailing list