Date: Fri, 4 Oct 2002 19:01:05 -0700 (PDT) From: Mitsuru IWASAKI <iwasaki@FreeBSD.org> 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 Message-ID: <200210050201.g95215pj055917@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210050201.g95215pj055917>