git: Bring amdsmn from FreeBSD
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Aug 2 11:42:13 PDT 2020
commit 8311733c23c79a7abe55b35c880586f4e164be11
Author: Pierre-Alain TORET <pierre-alain.toret at protonmail.com>
Date: Mon Jul 27 21:41:06 2020 +0200
Bring amdsmn from FreeBSD
Summary of changes:
share/man/man4/Makefile | 1 +
share/man/man4/{snd_als4000.4 => amdsmn.4} | 46 ++--
sys/dev/powermng/Makefile | 2 +-
sys/dev/powermng/amdsmn/Makefile | 6 +
sys/dev/powermng/amdsmn/amdsmn.c | 248 +++++++++++++++++++++
.../smbios.h => dev/powermng/amdsmn/amdsmn.h} | 14 +-
6 files changed, 281 insertions(+), 36 deletions(-)
copy share/man/man4/{snd_als4000.4 => amdsmn.4} (73%)
create mode 100644 sys/dev/powermng/amdsmn/Makefile
create mode 100644 sys/dev/powermng/amdsmn/amdsmn.c
copy sys/{boot/pc32/libi386/smbios.h => dev/powermng/amdsmn/amdsmn.h} (79%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8311733c23c79a7abe55b35c880586f4e164be11
--
DragonFly BSD source repository
More information about the Commits
mailing list