7 lines
141 B
TOML
7 lines
141 B
TOML
[[drivers]]
|
|
name = "E1000 NIC"
|
|
class = 2
|
|
ids = { 0x8086 = [0x1004, 0x100e, 0x100f, 0x1503] }
|
|
command = ["e1000d", "$NAME", "$BAR0", "$IRQ"]
|
|
|