From owner-cvs-all Sun Oct 28 20:59:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 54C0D37B403; Sun, 28 Oct 2001 20:59:35 -0800 (PST) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9T4xZh70798; Sun, 28 Oct 2001 20:59:35 -0800 (PST) (envelope-from marcel) Message-Id: <200110290459.f9T4xZh70798@freefall.freebsd.org> From: Marcel Moolenaar Date: Sun, 28 Oct 2001 20:59:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/acpica madt.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2001/10/28 20:59:35 PST Modified files: sys/ia64/acpica madt.c Log: Small correction in the LOCAL_SAPIC structure. The Flags field starts at offset 8; not 6. Hence the structure is 12 bytes and not 10 bytes. Adjust the definition so that the ProcessorEnabled flag is moved from bit 15 to bit 31 in the Flags field. The definition now matches ACPI 2.0 Errata 1.5. Revision Changes Path 1.5 +2 -3 src/sys/ia64/acpica/madt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message