Skip to content

Commit

Permalink
change ix default to iflib
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Macy committed Oct 16, 2016
1 parent fcc20e3 commit 20a6983
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sys/modules/ix/ix_iflib/Makefile
Expand Up @@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../../dev/ixgbe

# Switch this to if_ix when IFLIB becomes default
KMOD = if_ix_iflib
KMOD = if_ix
SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h ifdi_if.h
SRCS += opt_inet.h opt_inet6.h opt_rss.h opt_iflib.h
SRCS += if_ix.c ix_txrx.c ixgbe_osdep.c ixgbe_sysctl.c
Expand Down
2 changes: 1 addition & 1 deletion sys/modules/ix/ix_legacy/Makefile
Expand Up @@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../../dev/ixgbe

# Switch this to if_ix_legacy when IFLIB becomes default
KMOD = if_ix
KMOD = if_ix_legacy
SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h ifdi_if.h
SRCS += opt_inet.h opt_inet6.h opt_rss.h opt_iflib.h
SRCS += if_ix.c ix_txrx.c ixgbe_osdep.c ixgbe_sysctl.c
Expand Down

0 comments on commit 20a6983

Please sign in to comment.