From owner-freebsd-hackers Thu Jun 15 18:58:11 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from pinhead.parag.codegen.com (207-44-235-154.CodeGen.COM [207.44.235.154]) by hub.freebsd.org (Postfix) with ESMTP id 205EF37BAB9; Thu, 15 Jun 2000 18:58:08 -0700 (PDT) (envelope-from parag@pinhead.parag.codegen.com) Received: from pinhead.parag.codegen.com (localhost.parag.codegen.com [127.0.0.1]) by pinhead.parag.codegen.com (8.9.3/8.9.3) with ESMTP id SAA77251; Thu, 15 Jun 2000 18:58:07 -0700 (PDT) (envelope-from parag@pinhead.parag.codegen.com) To: Mike Smith Cc: Ronald G Minnich , hackers@FreeBSD.ORG Subject: Re: freebsd bios. In-Reply-To: Message from Mike Smith of "Thu, 15 Jun 2000 18:49:23 PDT." <200006160149.SAA01392@mass.osd.bsdi.com> Organization: CodeGen, Inc. X-Image-URL: http://www.codegen.com/images/CG-logo-only.gif X-URL: http://www.codegen.com X-Face: =O'Kj74icvU|oS*<7gS/8'\Pbpm}okVj*@UC!IgkmZQAO!W[|iBiMs*|)n*`X ]pW%m>Oz_mK^Gdazsr.Z0/JsFS1uF8gBVIoChGwOy{EK=<6g?aHE`[\S]C]T0Wm Date: Thu, 15 Jun 2000 18:58:07 -0700 Message-ID: <77249.961120687@pinhead.parag.codegen.com> From: Parag Patel Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 15 Jun 2000 18:49:23 PDT, Mike Smith wrote: > >8) Actually, the things that really bother me are eg. interrupt routing >and the ACPI GPIO bits, since the former is board-specific and you *must* >know about it to set PCI up, and the latter is often necessary to do >important things like, eg. turn the CPU fan on. Shouldn't be too bad to figure out actually. I've got register dumps when booting using the BIOS so simply setting most of the them back that way should handle the intr routing, or at least decode the intr routing. GPIO bits are going to be a problem if we can't read the settings. The boards I'm using always turn on the CPU fan at power-on. Which board doesn't do this? Seems like a disaster waitng to happen... Still, there's so much else to do in both LinuxBIOS and SmartFirmware... -- Parag To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message