Skip to content

Commit

Permalink
Add more e1000 IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Mar 17, 2017
1 parent 9618961 commit dc820b3
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion filesystem/etc/pcid.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
[[drivers]]
name = "E1000 NIC"
name = "82543GC NIC"
class = 2
vendor = 32902
device = 4100
command = ["/sbin/e1000d", "$NAME", "$BAR0", "$IRQ"]

[[drivers]]
name = "82540EM NIC"
class = 2
vendor = 32902
device = 4110
command = ["/sbin/e1000d", "$NAME", "$BAR0", "$IRQ"]

[[drivers]]
name = "82545EM NIC"
class = 2
vendor = 32902
device = 4111
command = ["/sbin/e1000d", "$NAME", "$BAR0", "$IRQ"]

[[drivers]]
name = "RTL8168 NIC"
class = 2
Expand Down

0 comments on commit dc820b3

Please sign in to comment.