summaryrefslogtreecommitdiffstats
path: root/sys/modules/ichwd
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-05-11 18:21:38 +0000
committerdes <des@FreeBSD.org>2004-05-11 18:21:38 +0000
commite4b1fd1779350b249b36d9baaa07b59bd95e7f7a (patch)
tree899254c3304f79b550d4dae93deddf54ca3ba874 /sys/modules/ichwd
parent30b88e41f3f7479fbd03ebfcf967a558b703a881 (diff)
downloadFreeBSD-src-e4b1fd1779350b249b36d9baaa07b59bd95e7f7a.zip
FreeBSD-src-e4b1fd1779350b249b36d9baaa07b59bd95e7f7a.tar.gz
Add a driver for the watchdog timer function present on the LPC interface
bridge in Intel ICH-series chipsets. The original implementation was by W. Daryl Hawkins of Texas A&M, but I have made substantial modifications.
Diffstat (limited to 'sys/modules/ichwd')
-rw-r--r--sys/modules/ichwd/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/ichwd/Makefile b/sys/modules/ichwd/Makefile
new file mode 100644
index 0000000..880ec82
--- /dev/null
+++ b/sys/modules/ichwd/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/ichwd
+
+KMOD= ichwd
+SRCS= ichwd.c device_if.h bus_if.h pci_if.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud