DragonFly commits List (threaded) for 2012-05
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: Import ichwd(4) from FreeBSD
commit ace1ab86e90a3238c7094232da7caf12dc185476
Author: Francois Tigeot <ftigeot@wolfpond.org>
Date: Thu May 3 09:22:27 2012 +0200
Import ichwd(4) from FreeBSD
This is a device driver for the watchdog timer function present on the
LPC interface bridge in Intel ICH-series chipsets.
Summary of changes:
share/man/man4/Makefile | 1 +
share/man/man4/{coretemp.4 => ichwd.4} | 61 ++--
sys/conf/files | 1 +
sys/config/LINT | 1 +
sys/config/LINT64 | 1 +
sys/dev/misc/Makefile | 2 +-
sys/dev/misc/ichwd/Makefile | 6 +
sys/dev/misc/ichwd/ichwd.c | 634 ++++++++++++++++++++++++++++++++
sys/dev/misc/ichwd/ichwd.h | 250 +++++++++++++
9 files changed, 930 insertions(+), 27 deletions(-)
copy share/man/man4/{coretemp.4 => ichwd.4} (64%)
create mode 100644 sys/dev/misc/ichwd/Makefile
create mode 100644 sys/dev/misc/ichwd/ichwd.c
create mode 100644 sys/dev/misc/ichwd/ichwd.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ace1ab86e90a3238c7094232da7caf12dc185476
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]