Split filesystem.toml into separate config.toml for each driver
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
[[drivers]]
|
||||
name = "E1000 NIC"
|
||||
class = 2
|
||||
ids = { 0x8086 = [0x1004, 0x100e, 0x100f, 0x1503] }
|
||||
command = ["e1000d", "$NAME", "$BAR0", "$IRQ"]
|
||||
|
||||
@@ -1,57 +1,5 @@
|
||||
## Drivers for FS ##
|
||||
|
||||
# ixgbed
|
||||
[[drivers]]
|
||||
name = "Intel 10G X550T NIC"
|
||||
class = 2
|
||||
vendor = 32902
|
||||
device = 5475
|
||||
command = ["ixgbed", "$NAME", "$BAR0", "$IRQ"]
|
||||
|
||||
# e1000d
|
||||
[[drivers]]
|
||||
name = "82543GC NIC"
|
||||
class = 2
|
||||
vendor = 32902
|
||||
device = 4100
|
||||
command = ["e1000d", "$NAME", "$BAR0", "$IRQ"]
|
||||
|
||||
[[drivers]]
|
||||
name = "82540EM NIC"
|
||||
class = 2
|
||||
vendor = 32902
|
||||
device = 4110
|
||||
command = ["e1000d", "$NAME", "$BAR0", "$IRQ"]
|
||||
|
||||
[[drivers]]
|
||||
name = "82545EM NIC"
|
||||
class = 2
|
||||
vendor = 32902
|
||||
device = 4111
|
||||
command = ["e1000d", "$NAME", "$BAR0", "$IRQ"]
|
||||
|
||||
[[drivers]]
|
||||
name = "82579V NIC"
|
||||
class = 2
|
||||
vendor = 32902
|
||||
device = 5379
|
||||
command = ["e1000d", "$NAME", "$BAR0", "$IRQ"]
|
||||
|
||||
# ihdad
|
||||
[[drivers]]
|
||||
name = "Intel HD Audio"
|
||||
class = 4
|
||||
subclass = 3
|
||||
command = ["ihdad", "$NAME", "$BAR0", "$IRQ", "$VENID", "$DEVID"]
|
||||
|
||||
# rtl8168d
|
||||
[[drivers]]
|
||||
name = "RTL8168 NIC"
|
||||
class = 2
|
||||
vendor = 4332
|
||||
device = 33128
|
||||
command = ["rtl8168d", "$NAME", "$BAR2", "$IRQ"]
|
||||
|
||||
# xhcid
|
||||
# [[drivers]]
|
||||
# name = "XHCI"
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
[[drivers]]
|
||||
name = "Intel HD Audio"
|
||||
class = 4
|
||||
subclass = 3
|
||||
command = ["ihdad", "$NAME", "$BAR0", "$IRQ", "$VENID", "$DEVID"]
|
||||
|
||||
+1
-1
Submodule ixgbed updated: 50154bdbde...26c0142179
@@ -0,0 +1,6 @@
|
||||
[[drivers]]
|
||||
name = "RTL8168 NIC"
|
||||
class = 2
|
||||
ids = { 0x10ec = [0x8168] }
|
||||
command = ["rtl8168d", "$NAME", "$BAR2", "$IRQ"]
|
||||
|
||||
Reference in New Issue
Block a user