Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Aug 2006 14:41:24 +0200
From:      Adrian Steinmann <ast@webgroup.ch>
To:        m.ehinger@ltur.de
Cc:        freebsd-hackers@freebsd.org, Stefan Bethke <stb@lassitu.de>
Subject:   Re: get DMI information in kernel
Message-ID:  <20060824124122.GA67804@webgroup.ch>

next in thread | raw e-mail | index | archive | help
On Wed, Aug 23, 2006 at 02:48:10PM +0200, m.ehinger@ltur.de wrote:
> I can get the "System Informations" [using smbios] , but how do
> i get "OEM Strings"?

You can poke around in BIOS memory using bios_oem_strings()
from sys/i386/i386/bios.c

These two show you how it's done for Soekris, Advantech, and
PC-Engines:
	sys/i386/i386/elan-mmcr.c
	sys/i386/i386/geode.c

Adrian




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060824124122.GA67804>