Source-Changes-HG archive

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

[src/trunk]: src/sys/modules add mt2131, cx24227, and coram module glue



details:   https://anonhg.NetBSD.org/src/rev/5cb021544b15
branches:  trunk
changeset: 767969:5cb021544b15
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Thu Aug 04 22:26:07 2011 +0000

description:
add mt2131, cx24227, and coram module glue

diffstat:

 sys/modules/coram/Makefile     |  13 +++++++++++++
 sys/modules/coram/coram.ioconf |  10 ++++++++++
 sys/modules/cx24227/Makefile   |  12 ++++++++++++
 sys/modules/mt2131/Makefile    |  12 ++++++++++++
 4 files changed, 47 insertions(+), 0 deletions(-)

diffs (63 lines):

diff -r 241d70cda2a7 -r 5cb021544b15 sys/modules/coram/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/coram/Makefile        Thu Aug 04 22:26:07 2011 +0000
@@ -0,0 +1,13 @@
+#      $NetBSD: Makefile,v 1.1 2011/08/04 22:26:07 jmcneill Exp $
+
+.include "../Makefile.inc"
+
+.PATH: ${S}/dev/pci
+
+KMOD=  coram
+IOCONF=        coram.ioconf
+SRCS=  coram.c
+
+WARNS= 3
+
+.include <bsd.kmodule.mk>
diff -r 241d70cda2a7 -r 5cb021544b15 sys/modules/coram/coram.ioconf
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/coram/coram.ioconf    Thu Aug 04 22:26:07 2011 +0000
@@ -0,0 +1,10 @@
+#      $NetBSD: coram.ioconf,v 1.1 2011/08/04 22:26:07 jmcneill Exp $
+
+ioconf coram
+
+include "conf/files"
+include "dev/pci/files.pci"
+
+pseudo-root pci*
+
+coram* at pci? dev ? function ?
diff -r 241d70cda2a7 -r 5cb021544b15 sys/modules/cx24227/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/cx24227/Makefile      Thu Aug 04 22:26:07 2011 +0000
@@ -0,0 +1,12 @@
+#      $NetBSD: Makefile,v 1.1 2011/08/04 22:26:07 jmcneill Exp $
+
+.include "../Makefile.inc"
+
+.PATH: ${S}/dev/i2c
+
+KMOD=  cx24227
+SRCS=  cx24227.c
+
+WARNS= 4
+
+.include <bsd.kmodule.mk>
diff -r 241d70cda2a7 -r 5cb021544b15 sys/modules/mt2131/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/mt2131/Makefile       Thu Aug 04 22:26:07 2011 +0000
@@ -0,0 +1,12 @@
+#      $NetBSD: Makefile,v 1.1 2011/08/04 22:26:07 jmcneill Exp $
+
+.include "../Makefile.inc"
+
+.PATH: ${S}/dev/i2c
+
+KMOD=  mt2131
+SRCS=  mt2131.c
+
+WARNS= 4
+
+.include <bsd.kmodule.mk>



Home | Main Index | Thread Index | Old Index