imp> Typo, I think. The module needs to be named if_XXX.ko for the
imp> automatic kldload in ifconfig to work.
OK, attached below is a (trivial) patch to fix this.
-- -
Makoto `MAR' MATSUSHITA
Index: Makefile
===================================================================
RCS file: /lab/FreeBSD/FreeBSD.cvs/src/sys/modules/lnc/Makefile,v
retrieving revision 1.1
diff -c -r1.1 Makefile
*** Makefile 2000/12/16 01:47:37 1.1
--- Makefile 2000/12/20 18:19:11
***************
*** 1,7 ****
# $FreeBSD: src/sys/modules/lnc/Makefile,v 1.1 2000/12/16 01:47:37 paul Exp $
.PATH: ${.CURDIR}/../../dev/lnc
! KMOD = 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
--- 1,7 ----
# $FreeBSD: src/sys/modules/lnc/Makefile,v 1.1 2000/12/16 01:47:37 paul Exp $
.PATH: ${.CURDIR}/../../dev/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
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message