From owner-cvs-all Thu Sep 6 19:57:33 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 7197B37B401; Thu, 6 Sep 2001 19:57:29 -0700 (PDT) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f872vT724106; Thu, 6 Sep 2001 19:57:29 -0700 (PDT) (envelope-from msmith) Message-Id: <200109070257.f872vT724106@freefall.freebsd.org> From: Mike Smith Date: Thu, 6 Sep 2001 19:57:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.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 msmith 2001/09/06 19:57:29 PDT Modified files: sys/dev/acpica acpi.c Log: Allow the ACPI subsystem to be disabled with a hint. Avoid fully initialising the ACPI namespace if we are attempting to avoid parts of it. This is a workaround for some systems that still crash the interpreter. Implement the ISA_IVAR_LOGICALID for ISA compatibility. Implement stubs for other PnP ID-related ivars. Revision Changes Path 1.36 +60 -20 src/sys/dev/acpica/acpi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message