From owner-freebsd-current Fri Aug 31 14:59:43 2001 Delivered-To: freebsd-current@freebsd.org Received: from mass.dis.org (mass.dis.org [216.240.45.41]) by hub.freebsd.org (Postfix) with ESMTP id 3B2E337B401; Fri, 31 Aug 2001 14:59:39 -0700 (PDT) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.4/8.11.3) with ESMTP id f7VM5Nw03739; Fri, 31 Aug 2001 15:05:23 -0700 (PDT) (envelope-from msmith@mass.dis.org) Message-Id: <200108312205.f7VM5Nw03739@mass.dis.org> To: kc5vdj@yahoo.com Cc: Andy Farkas , Bruce Evans , Robert Watson , Garrett Wollman , Mike Smith , current@FreeBSD.ORG, msmith@mass.dis.org Subject: Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT USERS In-Reply-To: Message from Jim Bryant of "Fri, 31 Aug 2001 15:31:52 CDT." <3B8FF438.4060209@yahoo.com> Date: Fri, 31 Aug 2001 15:05:23 -0700 From: Mike Smith Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > My motherboard is a Tyan S1696-DLUA dual P2-333. I am using the latest known > bios updates. ACPI is enabled, and APM disabled in > the BIOS. This happens regardless if PnP is on or off in the BIOS. > > [dmesg | grep -i acpi] > > ACPI debug layer 0x0 debug level 0x0 > tbxface-0170: *** Error: AcpiLoadTables: Could not get RSDP, AE_NO_ACPI_TAB > LES > tbxface-0222: *** Error: AcpiLoadTables: Could not load tables: AE_NO_ACPI_ > TABLES > ACPI: table load failed: AE_NO_ACPI_TABLES Your ACPI tables, assuming they exist, are somewhere we're not looking for them yet. 8( Can you try: # hexdump /dev/mem | grep "RSD PTR" and if it finds anything (the string should be left-aligned on the line) send me the line it outputs... (this will take a while). Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message