Add the ug(4) LKM. Not tested but I've been using lm(4) and should work.

This commit is contained in:
xtraeme 2007-09-09 05:40:22 +00:00
parent 7edd0f0532
commit 3d9887f5a6
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.1 2007/09/09 05:40:22 xtraeme Exp $
S= ${.CURDIR}/../../../..
.PATH: $S/dev/isa
KMOD= ug
SRCS+= lkm_isa.c ug_isa.c
NOMAN= # yes
LKM_ISA_IO_PORT= 0xe0
LKM_ISA_DRVNAME= ug
LKM_ISA_DRVNAME_CA= ug_isa
#CPPFLAGS+= -DMULTIPROCESSOR -DDEBUG -DDIAGNOSTIC -DLOCKDEBUG
CLEANFILES+= *~ ${KMOD}
WARNS= 2
.include <bsd.kmod.mk>