This file is indexed.

/usr/share/openmsx/extensions/Beer_IDE.xml is in openmsx-data 0.14.0-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" ?>
<!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
<msxconfig>
  <info>
    <name>Beer IDE</name>
    <manufacturer>SOLiD</manufacturer>
    <code/>
    <release_year>1995</release_year>
    <description>ATA-IDE interface with hard disk.</description>
    <type>external hard disk</type>
  </info>
  <devices>
    <primary slot="any">
      <secondary slot="any">
        <BeerIDE id="Beer IDE">
          <io base="0x30" num="4"/>
          <mem base="0x4000" size="0x4000"/>
          <rom>
            <filename>hddrom.rom</filename>
            <sha1>5a14ac0a1cce3ceebdcd66c42b2d5c975d45b755</sha1> <!-- firmware 1.9RC1 -->
            <sha1>11bd12a95142185d18659ccf74748fc1bb20c60d</sha1> <!-- firmware 1.8 -->
            <sha1>e92f47bd8320f94b8f7ae1943b31316002075ffb</sha1> <!-- firmware 1.8 from Hans Otten's site-->
          </rom>
          <idedevice>
            <type>IDEHD</type>
            <filename>hd.dsk</filename>
            <size>170</size>
          </idedevice>
        </BeerIDE>
      </secondary>
    </primary>
  </devices>
</msxconfig>