mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-10 21:01:49 +00:00
drivers_interactive-pc: remove platform service
The platform driver should better stay internal to the drivers subsystem to reinforce the consistency with other drivers_interactive packages.
This commit is contained in:
parent
e6cdaafb20
commit
b7bb6869b4
@ -16,9 +16,6 @@
|
||||
|
||||
<default caps="60"/>
|
||||
|
||||
<service name="Platform">
|
||||
<default-policy> <child name="platform_drv"/> </default-policy> </service>
|
||||
|
||||
<start name="acpi_drv" caps="250">
|
||||
<resource name="RAM" quantum="4M"/>
|
||||
<route>
|
||||
@ -74,11 +71,6 @@
|
||||
<policy label_prefix="usb_drv"> <pci class="USB"/> </policy>
|
||||
<policy label_prefix="nic_drv"> <pci class="ETHERNET"/> </policy>
|
||||
<policy label_prefix="wifi_drv"> <pci class="WIFI"/> </policy>
|
||||
<policy label_prefix="intel_gpu_drv">
|
||||
<pci class="VGA"/>
|
||||
<pci bus="0" device="0" function="0"/>
|
||||
<pci class="ISABRIDGE"/>
|
||||
</policy>
|
||||
</config>
|
||||
</start>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user