From owner-cvs-all Fri Oct 4 19: 1: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39C0B37B401; Fri, 4 Oct 2002 19:01:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC79043E3B; Fri, 4 Oct 2002 19:01:05 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Received: from freefall.freebsd.org (iwasaki@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g95215Co055918; Fri, 4 Oct 2002 19:01:05 -0700 (PDT) (envelope-from iwasaki@freefall.freebsd.org) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g95215pj055917; Fri, 4 Oct 2002 19:01:05 -0700 (PDT) Message-Id: <200210050201.g95215pj055917@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Fri, 4 Oct 2002 19:01:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/dev/acpica acpi_pcib.c acpi_pcib_acpi.c acpi_pcib_pci.c acpi_pcibvar.h src/sys/modules/acpi Makefile 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 iwasaki 2002/10/04 19:01:05 PDT Modified files: sys/conf files sys/dev/acpica acpi_pcib.c acpi_pcib_acpi.c acpi_pcib_pci.c acpi_pcibvar.h sys/modules/acpi Makefile Log: Add code for ACPI PCI link object manipulation. This allocate the best IRQ to boot-disable devices (have IRQ 0). Allocated IRQ will be used for PCI interrupt routing when ACPI is enabled. Note that verbose messaging enabled for the time being so that people can easily notice the strange behavior if it happened. Revision Changes Path 1.712 +1 -0 src/sys/conf/files 1.28 +8 -0 src/sys/dev/acpica/acpi_pcib.c 1.24 +10 -1 src/sys/dev/acpica/acpi_pcib_acpi.c 1.2 +10 -1 src/sys/dev/acpica/acpi_pcib_pci.c 1.2 +4 -0 src/sys/dev/acpica/acpi_pcibvar.h 1.26 +1 -0 src/sys/modules/acpi/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message