From owner-freebsd-current@FreeBSD.ORG Wed Aug 20 10:24:43 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 862B716A4BF for ; Wed, 20 Aug 2003 10:24:43 -0700 (PDT) Received: from mail.speakeasy.net (mail15.speakeasy.net [216.254.0.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7592F43FDF for ; Wed, 20 Aug 2003 10:24:42 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 17565 invoked from network); 20 Aug 2003 17:24:41 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 20 Aug 2003 17:24:41 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id h7KHOd9s094823; Wed, 20 Aug 2003 13:24:40 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20030820014226.GC90099@dragon.nuxi.com> Date: Wed, 20 Aug 2003 13:25:03 -0400 (EDT) From: John Baldwin To: "David O'Brien" cc: freebsd-current@FreeBSD.org cc: Stephen Montgomery-Smith Subject: Re: ACPI on Tyan Motherboard X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Aug 2003 17:24:44 -0000 On 20-Aug-2003 David O'Brien wrote: > On Tue, Aug 19, 2003 at 06:13:19PM -0400, John Baldwin wrote: >> > Following up your suggestion that it is a hardware problem, I decided >> > to try updating the BIOS from version 2.10 to 2.14. Now start up >> > produces lots of ACPI error messages. > ... >> The 2.10 is the version of the PCI BIOS specification that your motherboard >> BIOS supports. It is unrelated to the version of your motherboard BIOS. > > NO. His "2.10" above *IS* the version of his BIOS. I know exactly what > version he had and has now. He is correct about the extra ACPI error > verbage. David, please read his dmesg: pcibios: BIOS version 2.10 Do you know where that comes from? /sys/i386/pci/pci_cfgreg.c: int pci_cfgregopen(void) { ... v = pcibios_get_version(); if (v > 0) printf("pcibios: BIOS version %x.%02x\n", (v & 0xff00) >> 8, v & 0xff); ... } I'm not stupid, ok? The version of the PCI BIOS spec that his BIOS implements has no relation to the vendor firmware revision of his BIOS beyond perhaps mere coincidence. FreeBSD has no code in it to go figure out his firmware revision and print it to the bloody screen claiming that it has something to do with PCI. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/