WIP: Predictable naming
This commit is contained in:
parent
86d676b540
commit
9d37f38849
8 changed files with 26 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
initfs:bin/pcid /etc/pcid.toml
|
||||
ptyd
|
||||
randd
|
||||
ptyd
|
||||
initfs:bin/pcid /etc/pcid.toml
|
||||
ethernetd
|
||||
ipd
|
||||
tcpd
|
||||
|
|
|
@ -3,11 +3,11 @@ name = "E1000 NIC"
|
|||
class = 2
|
||||
vendor = 32902
|
||||
device = 4110
|
||||
command = ["e1000d", "$BAR0", "$IRQ"]
|
||||
command = ["e1000d", "$NAME", "$BAR0", "$IRQ"]
|
||||
|
||||
[[drivers]]
|
||||
name = "RTL8168 NIC"
|
||||
class = 2
|
||||
vendor = 4332
|
||||
device = 33128
|
||||
command = ["rtl8168d", "$BAR2", "$IRQ"]
|
||||
command = ["rtl8168d", "$NAME", "$BAR2", "$IRQ"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue