Add rtl8168d to makefile

This commit is contained in:
Jeremy Soller 2016-10-20 12:53:36 -06:00
parent a2ef986edd
commit 2abd681c84
8 changed files with 20 additions and 10 deletions

View file

@ -1,12 +1,12 @@
vesad T T G T
vesad T T T G
stdio display:1
ps2d
stdio display:4
initfs:bin/pcid /etc/pcid.toml
ethernetd
#arpd
ipd
tcpd
udpd
getty display:1
getty display:2
#orbital display:3
getty display:3
#orbital display:4

View file

@ -1 +1 @@
10.0.2.3
10.85.85.1

View file

@ -1 +1 @@
10.0.2.15
10.85.85.2

View file

@ -1 +1 @@
10.0.2.2
10.85.85.1

View file

@ -1 +1 @@
52.54.00.12.34.56
08.9E.01.DD.45.AF

View file

@ -4,3 +4,10 @@ class = 2
vendor = 32902
device = 4110
command = ["file:bin/e1000d", "$BAR0", "$IRQ"]
[[drivers]]
name = "RTL8168 NIC"
class = 2
vendor = 4332
device = 33128
command = ["file:bin/rtl8168d", "$BAR2", "$IRQ"]