From owner-cvs-all Wed Aug 29 17:49: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 68DB837B405; Wed, 29 Aug 2001 17:49:34 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7U0nY137035; Wed, 29 Aug 2001 17:49:34 -0700 (PDT) (envelope-from msmith) Message-Id: <200108300049.f7U0nY137035@freefall.freebsd.org> From: Mike Smith Date: Wed, 29 Aug 2001 17:49:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_resource.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/08/29 17:49:34 PDT Modified files: sys/dev/acpica acpi_resource.c Log: Retarget the resource parser slightly. We only fetch current resources for the device now (we should really just be parsing a passed-in resource buffer). Wrap long lines so this is (more) readable. Support Address16 and Address32 resources, in the CONSUMER case. Support DRQs so that we can handle ISA devices. Support ExtendedIrqs (we ignore most of their attributes) Add a placeholder device for system memory and system resources. This takes the place of the nexus placeholder, which only attaches to ISA. Revision Changes Path 1.7 +288 -37 src/sys/dev/acpica/acpi_resource.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message