Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules/dbcool add module glue for dbcool
details: https://anonhg.NetBSD.org/src/rev/bbea09960f62
branches: trunk
changeset: 767816:bbea09960f62
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun Jul 31 16:05:28 2011 +0000
description:
add module glue for dbcool
diffstat:
sys/modules/dbcool/Makefile | 13 +++++++++++++
sys/modules/dbcool/dbcool.ioconf | 11 +++++++++++
2 files changed, 24 insertions(+), 0 deletions(-)
diffs (32 lines):
diff -r e2d2c15d02cf -r bbea09960f62 sys/modules/dbcool/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/dbcool/Makefile Sun Jul 31 16:05:28 2011 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2011/07/31 16:05:28 jmcneill Exp $
+
+.include "../Makefile.inc"
+
+.PATH: ${S}/dev/i2c
+
+KMOD= dbcool
+IOCONF= dbcool.ioconf
+SRCS= dbcool.c
+
+WARNS= 3
+
+.include <bsd.kmodule.mk>
diff -r e2d2c15d02cf -r bbea09960f62 sys/modules/dbcool/dbcool.ioconf
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/dbcool/dbcool.ioconf Sun Jul 31 16:05:28 2011 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: dbcool.ioconf,v 1.1 2011/07/31 16:05:28 jmcneill Exp $
+
+ioconf dbcool
+
+include "conf/files"
+
+pseudo-root iic*
+
+dbcool* at iic? addr 0x2c
+dbcool* at iic? addr 0x2d
+dbcool* at iic? addr 0x2e
Home |
Main Index |
Thread Index |
Old Index