From owner-freebsd-stable Tue Nov 5 19:17:46 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE50937B401 for ; Tue, 5 Nov 2002 19:17:44 -0800 (PST) Received: from mail.sandvine.com (sandvine.com [199.243.201.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59DB843E4A for ; Tue, 5 Nov 2002 19:17:44 -0800 (PST) (envelope-from don@sandvine.com) Received: by mail.sandvine.com with Internet Mail Service (5.5.2653.19) id <42S9VXVZ>; Tue, 5 Nov 2002 22:17:43 -0500 Message-ID: From: Don Bowman To: "'stable@freebsd.org'" Subject: bios(9) and SMBIOS (SMBIOStable) / DMI Date: Tue, 5 Nov 2002 22:17:40 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I see from bios(9): extern struct bios32_SDentry PCIbios; extern struct SMBIOS_table SMBIOStable; extern struct DMI_table DMItable; but I can find no mention to the latter two anywhere in the code. Is anyone aware of any work to read the DMI (www.dmtf.org) information under FreeBSD? The closest I could find is: http://people.freebsd.org/~dwhite/ipmi/ or things which use SMB to poke around. I'd like to be able to read the mfg & version of the motherboard & BIOS in the PC I'm using. --don (don@sandvine.com www.sandvine.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message