Source-Changes-HG archive

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

[src/trunk]: src/sys/modules Build the tco watchdog module



details:   https://anonhg.NetBSD.org/src/rev/b77b697a0eb7
branches:  trunk
changeset: 337905:b77b697a0eb7
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun May 03 02:54:07 2015 +0000

description:
Build the tco watchdog module

diffstat:

 sys/modules/Makefile       |   3 ++-
 sys/modules/tco/Makefile   |  13 +++++++++++++
 sys/modules/tco/tco.ioconf |  11 +++++++++++
 3 files changed, 26 insertions(+), 1 deletions(-)

diffs (49 lines):

diff -r 291de80f080d -r b77b697a0eb7 sys/modules/Makefile
--- a/sys/modules/Makefile      Sun May 03 02:52:50 2015 +0000
+++ b/sys/modules/Makefile      Sun May 03 02:54:07 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.149 2015/04/29 17:38:50 riastradh Exp $
+#      $NetBSD: Makefile,v 1.150 2015/05/03 02:54:07 pgoyette Exp $
 
 .include <bsd.own.mk>
 
@@ -147,6 +147,7 @@
 SUBDIR+=       hpet
 SUBDIR+=       odcm
 SUBDIR+=       powernow
+SUBDIR+=       tco
 SUBDIR+=       tprof_pmi
 SUBDIR+=       tprof_amdpmi
 SUBDIR+=       vmt
diff -r 291de80f080d -r b77b697a0eb7 sys/modules/tco/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/tco/Makefile  Sun May 03 02:54:07 2015 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2015/05/03 02:54:07 pgoyette Exp $
+
+.include "../Makefile.inc"
+
+.PATH: ${S}/arch/x86/pci
+
+KMOD=  tco
+IOCONF=        tco.ioconf
+SRCS=  tco.c
+
+WARNS= 4
+
+.include <bsd.kmodule.mk>
diff -r 291de80f080d -r b77b697a0eb7 sys/modules/tco/tco.ioconf
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/tco/tco.ioconf        Sun May 03 02:54:07 2015 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: tco.ioconf,v 1.1 2015/05/03 02:54:07 pgoyette Exp $
+
+ioconf tco
+
+include "conf/files"
+include "dev/pci/files.pci"
+include "arch/x86/pci/files.pci"
+
+pseudo-root tcoichbus*
+
+tco*   at tcoichbus?



Home | Main Index | Thread Index | Old Index