Correct the ixgbe entries in mips and powerpc, and add the module
entries in i386/amd64 in the Makefile
This commit is contained in:
parent
76f1d6c433
commit
1aa7c60ccd
@ -196,7 +196,8 @@ device octm
|
||||
device de # DEC/Intel DC21x4x (``Tulip'')
|
||||
device em # Intel PRO/1000 Gigabit Ethernet Family
|
||||
device igb # Intel PRO/1000 PCIE Server Gigabit Family
|
||||
device ixgbe # Intel PRO/10GbE PCIE Ethernet Family
|
||||
device ix # Intel PRO/10GbE PF PCIE Ethernet Family
|
||||
device ixv # Intel PRO/10GbE VF PCIE Ethernet Family
|
||||
device le # AMD Am7900 LANCE and Am79C9xx PCnet
|
||||
device ti # Alteon Networks Tigon I/II gigabit Ethernet
|
||||
device txp # 3Com 3cR990 (``Typhoon'')
|
||||
|
@ -511,6 +511,8 @@ _io= io
|
||||
.if ${MK_OFED} != "no" || defined(ALL_MODULES)
|
||||
_ipoib= ipoib
|
||||
.endif
|
||||
_ix= ix
|
||||
_ixv= ixv
|
||||
_linprocfs= linprocfs
|
||||
_linsysfs= linsysfs
|
||||
_linux= linux
|
||||
|
@ -136,7 +136,8 @@ device uart_z8530
|
||||
# Ethernet hardware
|
||||
device em # Intel PRO/1000 Gigabit Ethernet Family
|
||||
device igb # Intel PRO/1000 PCIE Server Gigabit Family
|
||||
device ixgbe # Intel PRO/10GbE PCIE Ethernet Family
|
||||
device ix # Intel PRO/10GbE PCIE PF Ethernet Family
|
||||
device ixv # Intel PRO/10GbE PCIE VF Ethernet Family
|
||||
device glc # Sony Playstation 3 Ethernet
|
||||
device llan # IBM pSeries Virtual Ethernet
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user