git: kernel/x86_64: Add a bios.c with only bios_sigsearch().
Sascha Wildner
swildner at crater.dragonflybsd.org
Sat Dec 13 02:44:00 PST 2014
commit ededf5ed0c9027d1879a9d986e5f0c7fab889799
Author: Sascha Wildner <saw at online.de>
Date: Sat Dec 13 11:36:27 2014 +0100
kernel/x86_64: Add a bios.c with only bios_sigsearch().
Unlike i386, bios16/bios32 calls are not supported in x86_64, but
searching for ROM signatures is still useful for certain drivers.
We could use it in powernow(4) and also the (upcoming) IPMI driver
uses it.
Taken-from: FreeBSD
Summary of changes:
sys/platform/pc64/conf/files | 1 +
sys/platform/pc64/x86_64/bios.c | 94 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 95 insertions(+)
create mode 100644 sys/platform/pc64/x86_64/bios.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ededf5ed0c9027d1879a9d986e5f0c7fab889799
--
DragonFly BSD source repository
More information about the Commits
mailing list