Merge branch 'master' into 'master'

Add ixgbe driver

See merge request redox-os/drivers!41
This commit is contained in:
Jeremy Soller
2019-06-30 22:25:22 +00:00
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