redox/filesystem/etc/pcid.toml

21 lines
369 B
TOML
Raw Normal View History

2016-10-08 04:18:05 +02:00
[[drivers]]
name = "E1000 NIC"
class = 2
vendor = 32902
device = 4110
command = ["/sbin/e1000d", "$NAME", "$BAR0", "$IRQ"]
2016-10-20 20:53:36 +02:00
[[drivers]]
name = "RTL8168 NIC"
class = 2
vendor = 4332
device = 33128
command = ["/sbin/rtl8168d", "$NAME", "$BAR2", "$IRQ"]
2017-01-11 04:49:18 +01:00
[[drivers]]
name = "XHCI"
class = 12
subclass = 3
interface = 48
command = ["/sbin/xhcid", "$NAME", "$BAR0", "$IRQ"]