mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-21 03:55:04 +00:00
parent
4fdbb1b1ad
commit
5b5e8a9bd4
3
repos/os/recipes/pkg/drivers_nic-linux/README
Normal file
3
repos/os/recipes/pkg/drivers_nic-linux/README
Normal file
@ -0,0 +1,3 @@
|
||||
|
||||
Device drivers needed for scenarios
|
||||
using one network interface
|
2
repos/os/recipes/pkg/drivers_nic-linux/archives
Normal file
2
repos/os/recipes/pkg/drivers_nic-linux/archives
Normal file
@ -0,0 +1,2 @@
|
||||
_/src/linux_nic_drv
|
||||
_/raw/drivers_nic-linux
|
1
repos/os/recipes/pkg/drivers_nic-linux/hash
Normal file
1
repos/os/recipes/pkg/drivers_nic-linux/hash
Normal file
@ -0,0 +1 @@
|
||||
2019-04-24 94894e975d6ed6b1c9ae8e5ae8af819d95f9533c
|
4
repos/os/recipes/raw/drivers_nic-linux/content.mk
Normal file
4
repos/os/recipes/raw/drivers_nic-linux/content.mk
Normal file
@ -0,0 +1,4 @@
|
||||
content: drivers.config
|
||||
|
||||
drivers.config:
|
||||
cp $(REP_DIR)/recipes/raw/drivers_nic-linux/$@ $@
|
25
repos/os/recipes/raw/drivers_nic-linux/drivers.config
Normal file
25
repos/os/recipes/raw/drivers_nic-linux/drivers.config
Normal file
@ -0,0 +1,25 @@
|
||||
<config>
|
||||
<parent-provides>
|
||||
<service name="IRQ"/>
|
||||
<service name="IO_MEM"/>
|
||||
<service name="ROM"/>
|
||||
<service name="PD"/>
|
||||
<service name="RM"/>
|
||||
<service name="CPU"/>
|
||||
<service name="LOG"/>
|
||||
<service name="Timer"/>
|
||||
</parent-provides>
|
||||
|
||||
<default caps="100"/>
|
||||
|
||||
<service name="Nic">
|
||||
<default-policy> <child name="nic_drv"/> </default-policy> </service>
|
||||
|
||||
<start name="nic_drv" ld="no">
|
||||
<binary name="linux_nic_drv"/>
|
||||
<resource name="RAM" quantum="4M"/>
|
||||
<provides> <service name="Nic"/> </provides>
|
||||
<config/>
|
||||
<route> <any-service> <parent/> </any-service> </route>
|
||||
</start>
|
||||
</config>
|
1
repos/os/recipes/raw/drivers_nic-linux/hash
Normal file
1
repos/os/recipes/raw/drivers_nic-linux/hash
Normal file
@ -0,0 +1 @@
|
||||
2019-04-24 53add9a7dad47e6e3d1e99337cb4abbb16dbe9ec
|
Loading…
Reference in New Issue
Block a user