aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorFabien Thomas <fabient@FreeBSD.org>2011-12-12 09:50:33 +0000
committerFabien Thomas <fabient@FreeBSD.org>2011-12-12 09:50:33 +0000
commit61af1d13936ec56808f62d13dd8698f73b440dc1 (patch)
treeeddcb9c773407a289dfe349f4f2a7a30d499edaa /sys/modules/Makefile
parent0e225211a0ce8a759c5af8575156a83755af00bf (diff)
downloadsrc-61af1d13936ec56808f62d13dd8698f73b440dc1.tar.gz
src-61af1d13936ec56808f62d13dd8698f73b440dc1.zip
Add watchdog support for VIA south bridge chipset.
Tested on VT8251, VX900 but CX700, VX800, VX855 should works. MFC after: 1 month Sponsored by: NETASQ
Notes
Notes: svn path=/head/; revision=228431
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index f41ba064f882..50f067501546 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -318,6 +318,7 @@ SUBDIR= ${_3dfx} \
${_vesa} \
${_virtio} \
vge \
+ ${_viawd} \
vkbd \
${_vpo} \
vr \
@@ -528,6 +529,7 @@ _nve= nve
_nvram= nvram
_nxge= nxge
_tpm= tpm
+_viawd= viawd
_wpi= wpi
_wpifw= wpifw
.if ${MK_CRYPT} != "no" || defined(ALL_MODULES)
@@ -637,6 +639,7 @@ _sppp= sppp
_tpm= tpm
_twa= twa
_vesa= vesa
+_viawd= viawd
_virtio= virtio
_vxge= vxge
_x86bios= x86bios