redox/filesystem/etc/pcid.toml

35 lines
623 B
TOML
Raw Normal View History

2016-10-08 04:18:05 +02:00
[[drivers]]
2017-03-17 05:52:20 +01:00
name = "82543GC NIC"
class = 2
vendor = 32902
device = 4100
command = ["/sbin/e1000d", "$NAME", "$BAR0", "$IRQ"]
[[drivers]]
name = "82540EM NIC"
2016-10-08 04:18:05 +02:00
class = 2
vendor = 32902
device = 4110
command = ["/sbin/e1000d", "$NAME", "$BAR0", "$IRQ"]
2016-10-20 20:53:36 +02:00
2017-03-17 05:52:20 +01:00
[[drivers]]
name = "82545EM NIC"
class = 2
vendor = 32902
device = 4111
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"]