summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2015-06-05 20:38:22 +0000
committerjhb <jhb@FreeBSD.org>2015-06-05 20:38:22 +0000
commit988e96c82ac62dd0892f582b123c9f759c677d64 (patch)
tree345b1da038949105f976ea9f148170af2bbb956f
parentea5a6516aeb67dca2e45aa5a871a8527b67dda88 (diff)
downloadFreeBSD-src-988e96c82ac62dd0892f582b123c9f759c677d64.zip
FreeBSD-src-988e96c82ac62dd0892f582b123c9f759c677d64.tar.gz
MFC 281932:
Rename the kld for oce(4) to if_oce.ko. ifconfig(8) has special knowledge about kld filenames for network drivers that requires them to follow the pattern of if_<foo>. This also fixes the existing documentation in the manpage which says to use if_oce_load=YES in loader.conf. PR: 199095
-rw-r--r--sys/modules/oce/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/oce/Makefile b/sys/modules/oce/Makefile
index 4821533..95e828d 100644
--- a/sys/modules/oce/Makefile
+++ b/sys/modules/oce/Makefile
@@ -3,7 +3,7 @@
#
.PATH: ${.CURDIR}/../../dev/oce
-KMOD = oce
+KMOD = if_oce
SRCS = oce_if.c oce_hw.c oce_mbox.c oce_util.c oce_queue.c oce_sysctl.c
SRCS += bus_if.h device_if.h pci_if.h opt_inet.h opt_inet6.h
OpenPOWER on IntegriCloud