summaryrefslogtreecommitdiffstats
path: root/sys/conf
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/conf
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/conf')
-rw-r--r--sys/conf/files1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 986e16c..6ba2e9d 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -241,6 +241,7 @@ dev/acpica/acpi_button.c optional acpi
dev/acpica/acpi_cmbat.c optional acpi
dev/acpica/acpi_cpu.c optional acpi
dev/acpica/acpi_ec.c optional acpi
+dev/acpica/acpi_isab.c optional acpi
dev/acpica/acpi_lid.c optional acpi
dev/acpica/acpi_pci.c optional acpi pci
dev/acpica/acpi_pci_link.c optional acpi pci
OpenPOWER on IntegriCloud