Merge branch 'master' into 'master'
Add ixgbe driver See merge request redox-os/drivers!41
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[submodule "ixgbed"]
|
||||
path = ixgbed
|
||||
url = https://github.com/ackxolotl/ixgbed.git
|
||||
@@ -5,6 +5,7 @@ members = [
|
||||
"bgad",
|
||||
"e1000d",
|
||||
"ihdad",
|
||||
"ixgbed",
|
||||
"nvmed",
|
||||
"pcid",
|
||||
"pcspkrd",
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user