From owner-p4-projects Sat Jul 20 20:20:28 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E41EF37B401; Sat, 20 Jul 2002 20:20:23 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C97137B400 for ; Sat, 20 Jul 2002 20:20:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EF5843E42 for ; Sat, 20 Jul 2002 20:20:23 -0700 (PDT) (envelope-from peter@freebsd.org) Received: from freefall.freebsd.org (perforce@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6L3KNJU068004 for ; Sat, 20 Jul 2002 20:20:23 -0700 (PDT) (envelope-from peter@freebsd.org) Received: (from perforce@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6L3KMk6067986 for perforce@freebsd.org; Sat, 20 Jul 2002 20:20:22 -0700 (PDT) Date: Sat, 20 Jul 2002 20:20:22 -0700 (PDT) Message-Id: <200207210320.g6L3KMk6067986@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm Subject: PERFORCE change 14567 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=14567 Change 14567 by peter@peter_ia64 on 2002/07/20 20:19:52 report when we hit an ACPI2.0 table. (hack) Affected files ... .. //depot/projects/ia64/sys/ia64/acpica/OsdEnvironment.c#3 edit Differences ... ==== //depot/projects/ia64/sys/ia64/acpica/OsdEnvironment.c#3 (text+ko) ==== @@ -55,11 +55,19 @@ { if (ia64_efi_acpi20_table) { +printf("ACPI 2.0 table at %p\n", ia64_efi_acpi20_table); + } + if (ia64_efi_acpi_table) { +printf("ACPI 1.x table at %p\n", ia64_efi_acpi_table); + } + if (ia64_efi_acpi20_table) { +printf("Using ACPI2.0 table\n"); RsdpAddress->PointerType = ACPI_PHYSICAL_POINTER; RsdpAddress->Pointer.Physical = ia64_efi_acpi20_table; } else if (ia64_efi_acpi_table) { +printf("Using ACPI1.x table\n"); RsdpAddress->PointerType = ACPI_PHYSICAL_POINTER; RsdpAddress->Pointer.Physical = ia64_efi_acpi_table; } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message