From owner-cvs-all Mon Jul 30 2: 1:28 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 33A4337B422; Mon, 30 Jul 2001 02:01:18 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6U91Ip16045; Mon, 30 Jul 2001 02:01:18 -0700 (PDT) (envelope-from msmith) Message-Id: <200107300901.f6U91Ip16045@freefall.freebsd.org> From: Mike Smith Date: Mon, 30 Jul 2001 02:01:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_pcib.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/07/30 02:01:18 PDT Modified files: sys/dev/acpica acpi_pcib.c Log: The current resource buffer returned from an interrupt link device in the case where there are no interrupts routed for it does not contain enough space to use it to route an interrupt. In the case where we need to route an interrupt, throw away the returned buffer and create a new one containing the interrupt we want. Revision Changes Path 1.12 +21 -8 src/sys/dev/acpica/acpi_pcib.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message