svn commit: r247505 - head/sys/modules/ixgbe
Jack F Vogel
jfv at FreeBSD.org
Thu Feb 28 22:48:00 UTC 2013
Author: jfv
Date: Thu Feb 28 22:48:00 2013
New Revision: 247505
URL: http://svnweb.freebsd.org/changeset/base/247505
Log:
Change the ixgbe module name to if_ixgbe to conform
to the usual naming convention.
Modified:
head/sys/modules/ixgbe/Makefile
Modified: head/sys/modules/ixgbe/Makefile
==============================================================================
--- head/sys/modules/ixgbe/Makefile Thu Feb 28 22:31:26 2013 (r247504)
+++ head/sys/modules/ixgbe/Makefile Thu Feb 28 22:48:00 2013 (r247505)
@@ -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
More information about the svn-src-head
mailing list