Add ixgbe driver

This commit is contained in:
Simon Ellmann
2019-06-25 01:05:24 +02:00
parent a3014c3682
commit 42c2184d70
4 changed files with 13 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
[submodule "ixgbed"]
path = ixgbed
url = https://github.com/ackxolotl/ixgbed.git
+1
View File
@@ -5,6 +5,7 @@ members = [
"bgad",
"e1000d",
"ihdad",
"ixgbed",
"nvmed",
"pcid",
"pcspkrd",
+8
View File
@@ -1,5 +1,13 @@
## Drivers for FS ##
# ixgbed
[[drivers]]
name = "Intel 10G X550T NIC"
class = 2
vendor = 32902
device = 5475
command = ["ixgbed", "$NAME", "$BAR0", "$IRQ"]
# e1000d
[[drivers]]
name = "82543GC NIC"
Submodule
+1
Submodule ixgbed added at 50154bdbde