WIP: Predictable naming

This commit is contained in:
Jeremy Soller 2016-11-21 12:23:17 -07:00
parent 86d676b540
commit 9d37f38849
8 changed files with 26 additions and 11 deletions

View file

@ -1,6 +1,6 @@
initfs:bin/pcid /etc/pcid.toml
ptyd
randd
ptyd
initfs:bin/pcid /etc/pcid.toml
ethernetd
ipd
tcpd

View file

@ -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"]