From 5e59bc21380810608a6012e2729afccaf774ce8e Mon Sep 17 00:00:00 2001 From: Jack F Vogel Date: Thu, 28 Feb 2013 22:48:00 +0000 Subject: [PATCH] Change the ixgbe module name to if_ixgbe to conform to the usual naming convention. --- sys/modules/ixgbe/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/ixgbe/Makefile b/sys/modules/ixgbe/Makefile index 1bc64a0bcd4..6abdf7afe34 100644 --- a/sys/modules/ixgbe/Makefile +++ b/sys/modules/ixgbe/Makefile @@ -4,7 +4,7 @@ .PATH: ${.CURDIR}/../../dev/ixgbe -KMOD = ixgbe +KMOD = if_ixgbe SRCS = device_if.h bus_if.h pci_if.h SRCS += opt_inet.h opt_inet6.h SRCS += ixgbe.c ixv.c -- 2.45.2