mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user