~ubuntu-branches/ubuntu/hardy/hal-info/hardy-proposed

« back to all changes in this revision

Viewing changes to fdi/preprobe/10osvendor/10-ide-drives.fdi

ImportĀ upstreamĀ versionĀ 20080508+git20080601

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<deviceinfo version="0.2">
4
4
 
5
5
  <device>
 
6
    <!-- Handle weird Dell Laptops that slow down the system if the optical 
 
7
        drive is polled (RH Bug #138148) -->
 
8
    <match key="storage.bus" string="ide">
 
9
      <match key="storage.model" string="HL-DT-STCD-RW/DVD-ROM GCC-4240N">
 
10
       <match key="block.device" string="/dev/hdb">
 
11
          <merge key="storage.media_check_enabled" type="bool">false</merge>
 
12
       </match>
 
13
       <match key="block.device" string="/dev/hdd">
 
14
          <merge key="storage.media_check_enabled" type="bool">false</merge>
 
15
       </match>
 
16
      </match>
 
17
    </match>
 
18
 
6
19
    <!-- Handle weird IDE drives (Jaz and Zip) by matching on the IDE model -->
7
20
    <match key="storage.bus" string="ide">
8
21
      <match key="storage.drive_type" string="disk">