Add Intel 82579V
This commit is contained in:
parent
195be9bdf6
commit
305b6b8dcf
|
@ -19,6 +19,13 @@ vendor = 32902
|
||||||
device = 4111
|
device = 4111
|
||||||
command = ["/sbin/e1000d", "$NAME", "$BAR0", "$IRQ"]
|
command = ["/sbin/e1000d", "$NAME", "$BAR0", "$IRQ"]
|
||||||
|
|
||||||
|
[[drivers]]
|
||||||
|
name = "82579V NIC"
|
||||||
|
class = 2
|
||||||
|
vendor = 32902
|
||||||
|
device = 5379
|
||||||
|
command = ["/sbin/e1000d", "$NAME", "$BAR0", "$IRQ"]
|
||||||
|
|
||||||
[[drivers]]
|
[[drivers]]
|
||||||
name = "RTL8168 NIC"
|
name = "RTL8168 NIC"
|
||||||
class = 2
|
class = 2
|
||||||
|
|
Loading…
Reference in a new issue