summaryrefslogtreecommitdiffstats
path: root/sys/modules/fxp
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-09-20 06:11:48 +0000
committerobrien <obrien@FreeBSD.org>1999-09-20 06:11:48 +0000
commit0b061e57c0ac385183b23eef6214ba486b782785 (patch)
tree25cfc7f3590028918f4108bcd0ef251d6aa49df7 /sys/modules/fxp
parentd65af66bfe8923c6345f7415d0086674f3b7d590 (diff)
downloadFreeBSD-src-0b061e57c0ac385183b23eef6214ba486b782785.zip
FreeBSD-src-0b061e57c0ac385183b23eef6214ba486b782785.tar.gz
Change the name of the installed KLM to contain a leading "if_".
Except for miibus which is now installed as miibus.ko. Discussed by: msmith, peter, and wpaul
Diffstat (limited to 'sys/modules/fxp')
-rw-r--r--sys/modules/fxp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/fxp/Makefile b/sys/modules/fxp/Makefile
index d54f153..715280d 100644
--- a/sys/modules/fxp/Makefile
+++ b/sys/modules/fxp/Makefile
@@ -2,7 +2,7 @@
S = ${.CURDIR}/../..
.PATH: $S/pci
-KMOD = fxp
+KMOD = if_fxp
SRCS = if_fxp.c fxp.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
CLEANFILES += fxp.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
CFLAGS += ${DEBUG_FLAGS}
OpenPOWER on IntegriCloud