Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules module glue for nxt2k, tvpll, cxdtv



details:   https://anonhg.NetBSD.org/src/rev/7c80d6caf3a9
branches:  trunk
changeset: 767303:7c80d6caf3a9
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Thu Jul 14 23:50:12 2011 +0000

description:
module glue for nxt2k, tvpll, cxdtv

diffstat:

 sys/modules/cxdtv/Makefile     |  13 +++++++++++++
 sys/modules/cxdtv/cxdtv.ioconf |  10 ++++++++++
 sys/modules/nxt2k/Makefile     |  12 ++++++++++++
 sys/modules/tvpll/Makefile     |  12 ++++++++++++
 4 files changed, 47 insertions(+), 0 deletions(-)

diffs (63 lines):

diff -r 2e5e2ebd3ada -r 7c80d6caf3a9 sys/modules/cxdtv/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/cxdtv/Makefile        Thu Jul 14 23:50:12 2011 +0000
@@ -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>
diff -r 2e5e2ebd3ada -r 7c80d6caf3a9 sys/modules/cxdtv/cxdtv.ioconf
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/cxdtv/cxdtv.ioconf    Thu Jul 14 23:50:12 2011 +0000
@@ -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 ?
diff -r 2e5e2ebd3ada -r 7c80d6caf3a9 sys/modules/nxt2k/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/nxt2k/Makefile        Thu Jul 14 23:50:12 2011 +0000
@@ -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>
diff -r 2e5e2ebd3ada -r 7c80d6caf3a9 sys/modules/tvpll/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/tvpll/Makefile        Thu Jul 14 23:50:12 2011 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index