module glue for nxt2k, tvpll, cxdtv

This commit is contained in:
jmcneill 2011-07-14 23:50:12 +00:00
parent dfd3ee6ea9
commit 6f144888fd
4 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# $NetBSD: Makefile,v 1.1 2011/07/14 23:50:13 jmcneill Exp $
.include "../Makefile.inc"
.PATH: ${S}/dev/pci
KMOD= cxdtv
IOCONF= cxdtv.ioconf
SRCS= cxdtv.c cxdtv_boards.c
WARNS= 4
.include <bsd.kmodule.mk>

View File

@ -0,0 +1,10 @@
# $NetBSD: cxdtv.ioconf,v 1.1 2011/07/14 23:50:13 jmcneill Exp $
ioconf cxdtv
include "conf/files"
include "dev/pci/files.pci"
pseudo-root pci*
cxdtv* at pci? dev ? function ?

View File

@ -0,0 +1,12 @@
# $NetBSD: Makefile,v 1.1 2011/07/14 23:50:12 jmcneill Exp $
.include "../Makefile.inc"
.PATH: ${S}/dev/i2c
KMOD= nxt2k
SRCS= nxt2k.c
WARNS= 4
.include <bsd.kmodule.mk>

View File

@ -0,0 +1,12 @@
# $NetBSD: Makefile,v 1.1 2011/07/14 23:50:12 jmcneill Exp $
.include "../Makefile.inc"
.PATH: ${S}/dev/i2c
KMOD= tvpll
SRCS= tvpll.c tvpll_tuners.c
WARNS= 4
.include <bsd.kmodule.mk>