Author: andrew
Date: Fri Dec 11 15:25:47 2015
New Revision: 292112
URL: https://svnweb.freebsd.org/changeset/base/292112

Log:
  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

Modified:
  head/sys/arm64/conf/GENERIC

Modified: head/sys/arm64/conf/GENERIC
==============================================================================
--- head/sys/arm64/conf/GENERIC Fri Dec 11 15:24:29 2015        (r292111)
+++ head/sys/arm64/conf/GENERIC Fri Dec 11 15:25:47 2015        (r292112)
@@ -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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to