Add a module of xe driver.

Approved by: imp
This commit is contained in:
Takeshi Shibagaki 2002-02-20 15:00:34 +00:00
parent d9dd0fde5f
commit 550acacb35
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90970
2 changed files with 11 additions and 1 deletions

View File

@ -151,7 +151,8 @@ SUBDIR+=aac \
stg \
streams \
vesa \
wi
wi \
xe
.endif
.if ${MACHINE} == "pc98"

9
sys/modules/xe/Makefile Normal file
View File

@ -0,0 +1,9 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/xe
KMOD= if_xe
SRCS= if_xe.c if_xe_pccard.c
SRCS+= bus_if.h card_if.h device_if.h
.include <bsd.kmod.mk>