git: Import amdsbwd(4) from FreeBSD
Francois Tigeot
ftigeot at crater.dragonflybsd.org
Sat May 5 23:36:20 PDT 2012
commit 21e876fba7210759bdeac8e4aaac471143b3bca9
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date: Fri May 4 00:06:47 2012 +0200
Import amdsbwd(4) from FreeBSD
This is a device driver for the watchdog timer included in SB600
and more recent AMD south bridges.
Summary of changes:
share/man/man4/Makefile | 1 +
share/man/man4/{coretemp.4 => amdsbwd.4} | 49 ++--
sys/conf/files | 1 +
sys/config/LINT | 1 +
sys/config/LINT64 | 1 +
sys/dev/misc/Makefile | 2 +-
sys/dev/misc/amdsbwd/Makefile | 6 +
sys/dev/misc/amdsbwd/amdsbwd.c | 518 ++++++++++++++++++++++++++++++
8 files changed, 550 insertions(+), 29 deletions(-)
copy share/man/man4/{coretemp.4 => amdsbwd.4} (69%)
create mode 100644 sys/dev/misc/amdsbwd/Makefile
create mode 100644 sys/dev/misc/amdsbwd/amdsbwd.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/21e876fba7210759bdeac8e4aaac471143b3bca9
--
DragonFly BSD source repository
More information about the Commits
mailing list