Date: Sat, 7 Nov 2015 04:46:34 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r290482 - head/sys/arm64/conf Message-ID: <201511070446.tA74kYTt097054@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: emaste Date: Sat Nov 7 04:46:34 2015 New Revision: 290482 URL: https://svnweb.freebsd.org/changeset/base/290482 Log: arm64: add igb(4) to GENERIC We have em(4) in GENERIC already and so also supporting the related igb(4) makes sense. Sponsored by: The FreeBSD Foundation Modified: head/sys/arm64/conf/GENERIC Modified: head/sys/arm64/conf/GENERIC ============================================================================== --- head/sys/arm64/conf/GENERIC Sat Nov 7 04:04:00 2015 (r290481) +++ head/sys/arm64/conf/GENERIC Sat Nov 7 04:46:34 2015 (r290482) @@ -101,6 +101,7 @@ device pci # 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511070446.tA74kYTt097054>