summaryrefslogtreecommitdiffstats
path: root/sys/modules/acpi
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-07-08 18:59:32 +0000
committerjhb <jhb@FreeBSD.org>2003-07-08 18:59:32 +0000
commit7e662706e873d959e220201a5aea98c85e799bfe (patch)
tree40db9689a7df6b62acaab27461665d0302c5f74c /sys/modules/acpi
parentfa9cd99702046cfda15082e7b8f8e3ebb3f5e0f4 (diff)
downloadFreeBSD-src-7e662706e873d959e220201a5aea98c85e799bfe.zip
FreeBSD-src-7e662706e873d959e220201a5aea98c85e799bfe.tar.gz
Add an ACPI to ISA psuedo bridge driver. It attaches an isab(4) device to
ACPI nodes with the plug and play ID's defined for a "Generic ISA Bus Device" as defined in section 10.7 of the ACPI 2.0 specification. This gives machines like the Libretto that contain a fake ISA bus that is not connected via a PCI-ISA bridge an ISA bus for ISA devices to attach to. Tested by: markm
Diffstat (limited to 'sys/modules/acpi')
-rw-r--r--sys/modules/acpi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/acpi/Makefile b/sys/modules/acpi/Makefile
index ef56d3d..d875d1c 100644
--- a/sys/modules/acpi/Makefile
+++ b/sys/modules/acpi/Makefile
@@ -35,7 +35,7 @@ SRCS+= utxface.c
# OSD layer
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_ec.c acpi_isab.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
OpenPOWER on IntegriCloud