Date: Mon, 22 Feb 2016 13:34:43 +0000 (UTC) From: Wojciech Macek <wma@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r295888 - head/sys/arm64/conf Message-ID: <201602221334.u1MDYhQg069137@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wma Date: Mon Feb 22 13:34:43 2016 New Revision: 295888 URL: https://svnweb.freebsd.org/changeset/base/295888 Log: Add Intel 10Gb support to ARM64 GENERIC kernel config Obtained from: Semihalf Sponsored by: Cavium Approved by: cognet (mentor) Reviewed by: zbb Differential revision: https://reviews.freebsd.org/D5347 Modified: head/sys/arm64/conf/GENERIC Modified: head/sys/arm64/conf/GENERIC ============================================================================== --- head/sys/arm64/conf/GENERIC Mon Feb 22 12:57:08 2016 (r295887) +++ head/sys/arm64/conf/GENERIC Mon Feb 22 13:34:43 2016 (r295888) @@ -103,6 +103,7 @@ 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 ix # Intel 10Gb Ethernet Family device msk # Marvell/SysKonnect Yukon II Gigabit Ethernet device vnic # Cavium ThunderX NIC
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602221334.u1MDYhQg069137>