summaryrefslogtreecommitdiffstats
path: root/sys/modules/acpi
diff options
context:
space:
mode:
authoriwasaki <iwasaki@FreeBSD.org>2002-10-05 02:01:05 +0000
committeriwasaki <iwasaki@FreeBSD.org>2002-10-05 02:01:05 +0000
commit8db9ba4b9ebc6b87f8d4c61d99b1d193ec872bfb (patch)
tree3d27e27383645f53353354346d52ffe95f624f97 /sys/modules/acpi
parentc9d55a4efc04afdb6fc4279b71a0a924a4d65a2b (diff)
downloadFreeBSD-src-8db9ba4b9ebc6b87f8d4c61d99b1d193ec872bfb.zip
FreeBSD-src-8db9ba4b9ebc6b87f8d4c61d99b1d193ec872bfb.tar.gz
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.
Diffstat (limited to 'sys/modules/acpi')
-rw-r--r--sys/modules/acpi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/acpi/Makefile b/sys/modules/acpi/Makefile
index 41e4a17..c8281d1 100644
--- a/sys/modules/acpi/Makefile
+++ b/sys/modules/acpi/Makefile
@@ -39,6 +39,7 @@ SRCS+= acpi.c acpi_acad.c acpi_battery.c acpi_button.c acpi_cmbat.c acpi_cpu.c
SRCS+= acpi_ec.c acpi_lid.c acpi_pci.c acpi_pcib.c acpi_pcib_acpi.c
SRCS+= acpi_pcib_pci.c acpi_powerres.c acpi_resource.c acpi_thermal.c
SRCS+= acpi_timer.c acpica_support.c
+SRCS+= acpi_pci_link.c
SRCS+= OsdDebug.c
SRCS+= OsdHardware.c OsdInterrupt.c OsdMemory.c OsdSchedule.c
SRCS+= OsdStream.c OsdSynch.c OsdTable.c OsdEnvironment.c
OpenPOWER on IntegriCloud