summaryrefslogtreecommitdiffstats
path: root/sys/modules/lnc
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>2000-12-29 11:46:17 +0000
committerpaul <paul@FreeBSD.org>2000-12-29 11:46:17 +0000
commit0915b9d6ecf413d0d081e63802bccbf7fc953317 (patch)
tree2d5e8c1444a79a9a394e58936d5e54f42cb9c1fe /sys/modules/lnc
parent6f934c501c36719b6474caf6170edf4f1f8e3d88 (diff)
downloadFreeBSD-src-0915b9d6ecf413d0d081e63802bccbf7fc953317.zip
FreeBSD-src-0915b9d6ecf413d0d081e63802bccbf7fc953317.tar.gz
Change the module name from lnc to if_lnc so that ifconfig works.
Diffstat (limited to 'sys/modules/lnc')
-rw-r--r--sys/modules/lnc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/lnc/Makefile b/sys/modules/lnc/Makefile
index c65c929..44d80c1 100644
--- a/sys/modules/lnc/Makefile
+++ b/sys/modules/lnc/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/lnc
-KMOD = lnc
+KMOD = if_lnc
SRCS = if_lnc.c if_lnc_pci.c if_lnc_isa.c if_lnc_pc98.c
SRCS += opt_inet.h device_if.h bus_if.h isa_if.h pci_if.h
#SRCS += miibus_if.h
OpenPOWER on IntegriCloud