From owner-cvs-all Fri Sep 14 21:14:37 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 D523037B401; Fri, 14 Sep 2001 21:14:31 -0700 (PDT) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8F4EVA81504; Fri, 14 Sep 2001 21:14:31 -0700 (PDT) (envelope-from msmith) Message-Id: <200109150414.f8F4EVA81504@freefall.freebsd.org> From: Mike Smith Date: Fri, 14 Sep 2001 21:14:31 -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/14 21:14:31 PDT Modified files: sys/dev/acpica acpi.c Log: Disable devices that are not present; at a later stage we can then enable them if the device arrives. This should solve the problem where devices that have been disabled eg. in the BIOS show up with nonsense resources and hang the bootstrap process. Revision Changes Path 1.39 +11 -1 src/sys/dev/acpica/acpi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message