Add module infrastructure for if_ie.

This commit is contained in:
Matthew N. Dodd 2003-03-29 13:40:41 +00:00
parent 566cf07a7c
commit dd4cb1b8b8
2 changed files with 11 additions and 0 deletions

View File

@ -172,6 +172,7 @@ SUBDIR+=3dfx \
hea \
hfa \
ibcs2 \
ie \
linprocfs \
linux \
lnc \

10
sys/modules/ie/Makefile Normal file
View File

@ -0,0 +1,10 @@
# $FreeBSD$
#
.PATH: ${.CURDIR}/../../dev/ie
KMOD= if_ie
SRCS= if_ie.c if_ie_isa.c \
isa_if.h bus_if.h device_if.h
.include <bsd.kmod.mk>