From 6c525ee43c7a32f3ad0ebdcbd0d0e79b93504eeb Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 8 Jul 2003 18:59:32 +0000 Subject: 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 --- sys/modules/acpi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules') diff --git a/sys/modules/acpi/Makefile b/sys/modules/acpi/Makefile index ef56d3df95414..d875d1c7212df 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 -- cgit v1.3