mirror of
https://github.com/opnsense/src.git
synced 2026-07-16 22:37:15 -04:00
Sort the list of NICs after the mii options. While here add the msk driver
as it has now been tested. Sponsored by: SoftIron Inc
This commit is contained in:
parent
8046b2c50a
commit
a38fc8ca6a
1 changed files with 4 additions and 3 deletions
|
|
@ -99,11 +99,12 @@ device pci
|
|||
options PCI_IOV # PCI SR-IOV support
|
||||
|
||||
# Ethernet NICs
|
||||
device vnic # Cavium ThunderX NIC
|
||||
device em # Intel PRO/1000 Gigabit Ethernet Family
|
||||
device igb # Intel PRO/1000 PCIE Server Gigabit Family
|
||||
device mii
|
||||
device miibus # MII bus support
|
||||
device em # Intel PRO/1000 Gigabit Ethernet Family
|
||||
device igb # Intel PRO/1000 PCIE Server Gigabit Family
|
||||
device msk # Marvell/SysKonnect Yukon II Gigabit Ethernet
|
||||
device vnic # Cavium ThunderX NIC
|
||||
|
||||
# Block devices
|
||||
device ahci
|
||||
|
|
|
|||
Loading…
Reference in a new issue