From owner-freebsd-hackers@FreeBSD.ORG Sat May 10 13:04:22 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA7A537B40E for ; Sat, 10 May 2003 13:04:22 -0700 (PDT) Received: from mail.sandvine.com (sandvine.com [199.243.201.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id E835D43FA3 for ; Sat, 10 May 2003 13:04:21 -0700 (PDT) (envelope-from don@sandvine.com) Received: by mail.sandvine.com with Internet Mail Service (5.5.2653.19) id ; Sat, 10 May 2003 16:04:20 -0400 Message-ID: From: Don Bowman To: "'freebsd-hackers@freebsd.org'" Date: Sat, 10 May 2003 16:04:19 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Subject: programming system bios under bsd? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2003 20:04:23 -0000 i'm looking @ writing a program to re-flash the system bios on my supermicro x5dpr motherboard. This system has a 512KB bios. Some of the bios is mapped to 0xf0000 for 64KB. How do I go about determining where the rest of the bios is mapped? memcontrol list doesn't provide any hints.