Clear board/pc/devices

Information about PS/2 and PIT where moved to app/pci_decode in the
following commit.

  pci_decode: report devices from ACPI info

We still provide an empty <devices> node as the file itself is used by
platform agnostic run scripts.
This commit is contained in:
Christian Helmuth 2022-12-19 16:25:47 +01:00
parent 0fefee804c
commit b4f6f796d6

View File

@ -1,13 +1,3 @@
<devices>
<device name="ps2">
<irq number="1"/>
<irq number="12"/>
<io_port_range address="0x60" size="1"/>
<io_port_range address="0x64" size="1"/>
</device>
<device name="pit">
<irq number="0"/>
<io_port_range address="0x40" size="4"/>
</device>
<!-- no static device configuration for PC currently -->
</devices>