Date: Thu, 28 Feb 2013 22:48:00 +0000 (UTC) From: Jack F Vogel <jfv@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r247505 - head/sys/modules/ixgbe Message-ID: <201302282248.r1SMm00t079901@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302282248.r1SMm00t079901>