summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
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/Makefile
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/Makefile')
-rw-r--r--sys/modules/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index e4e501c..e3e06cf 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -83,6 +83,7 @@ SUBDIR= ${_3dfx} \
${_hme} \
${_i2c} \
${_ibcs2} \
+ ${_ichwd} \
${_ida} \
${_idt} \
${_ie} \
@@ -300,6 +301,7 @@ _fe= fe
_hfa= hfa
_i2c= i2c
_ibcs2= ibcs2
+_ichwd= ichwd
_ie= ie
_linprocfs= linprocfs
_linux= linux
OpenPOWER on IntegriCloud