diff options
author | phk <phk@FreeBSD.org> | 2004-02-28 20:06:59 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2004-02-28 20:06:59 +0000 |
commit | 1208feeaed612f757eca2f482c464e82c6534400 (patch) | |
tree | f6fc64bd55b4b3efe406ada1c01bbd455a6d33c3 /sys/conf/files | |
parent | 16b9d7e0645903e1ed28f2125d454f594ee7a9f2 (diff) | |
download | FreeBSD-src-1208feeaed612f757eca2f482c464e82c6534400.zip FreeBSD-src-1208feeaed612f757eca2f482c464e82c6534400.tar.gz |
Add a generic watchdog facility which through a single device entry
in /dev controls all available watchdog implementations.
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index 12576e0..78c0234 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -868,6 +868,7 @@ dev/vx/if_vx.c optional vx dev/vx/if_vx_eisa.c optional vx eisa dev/vx/if_vx_pci.c optional vx pci #dev/wlp/if_wlp.c optional wlp card +dev/watchdog/watchdog.c standard dev/wds/wd7000.c optional wds isa dev/wi/if_wi.c optional wi dev/wi/if_wi_pccard.c optional wi pccard |