Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 2015 15:25:47 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r292112 - head/sys/arm64/conf
Message-ID:  <201512111525.tBBFPl3V004056@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512111525.tBBFPl3V004056>