From 1aa7c60ccd9b0dac09bae9090a20c2f97f816ff7 Mon Sep 17 00:00:00 2001 From: Jack F Vogel Date: Wed, 18 Mar 2015 16:54:03 +0000 Subject: [PATCH] Correct the ixgbe entries in mips and powerpc, and add the module entries in i386/amd64 in the Makefile --- sys/mips/conf/OCTEON1 | 3 ++- sys/modules/Makefile | 2 ++ sys/powerpc/conf/GENERIC64 | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sys/mips/conf/OCTEON1 b/sys/mips/conf/OCTEON1 index 9f22030c170..d6679fdba50 100644 --- a/sys/mips/conf/OCTEON1 +++ b/sys/mips/conf/OCTEON1 @@ -196,7 +196,8 @@ device octm device de # DEC/Intel DC21x4x (``Tulip'') device em # Intel PRO/1000 Gigabit Ethernet Family device igb # Intel PRO/1000 PCIE Server Gigabit Family -device ixgbe # Intel PRO/10GbE PCIE Ethernet Family +device ix # Intel PRO/10GbE PF PCIE Ethernet Family +device ixv # Intel PRO/10GbE VF PCIE Ethernet Family device le # AMD Am7900 LANCE and Am79C9xx PCnet device ti # Alteon Networks Tigon I/II gigabit Ethernet device txp # 3Com 3cR990 (``Typhoon'') diff --git a/sys/modules/Makefile b/sys/modules/Makefile index d53234020a7..9387f6bb73d 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -511,6 +511,8 @@ _io= io .if ${MK_OFED} != "no" || defined(ALL_MODULES) _ipoib= ipoib .endif +_ix= ix +_ixv= ixv _linprocfs= linprocfs _linsysfs= linsysfs _linux= linux diff --git a/sys/powerpc/conf/GENERIC64 b/sys/powerpc/conf/GENERIC64 index 110749c5545..def70128fec 100644 --- a/sys/powerpc/conf/GENERIC64 +++ b/sys/powerpc/conf/GENERIC64 @@ -136,7 +136,8 @@ device uart_z8530 # Ethernet hardware device em # Intel PRO/1000 Gigabit Ethernet Family device igb # Intel PRO/1000 PCIE Server Gigabit Family -device ixgbe # Intel PRO/10GbE PCIE Ethernet Family +device ix # Intel PRO/10GbE PCIE PF Ethernet Family +device ixv # Intel PRO/10GbE PCIE VF Ethernet Family device glc # Sony Playstation 3 Ethernet device llan # IBM pSeries Virtual Ethernet