aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files.arm64
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2018-01-11 17:09:12 +0000
committerAndrew Turner <andrew@FreeBSD.org>2018-01-11 17:09:12 +0000
commit224c3776f6276dffc2eb1ef83a1a27ac5d0dc5dd (patch)
tree95a6af3fb95caee7dc16f0cfaff457b732a24159 /sys/conf/files.arm64
parentc751f90c0c3b24e478cfb65f05b0f21fd8e2b41a (diff)
downloadsrc-224c3776f6276dffc2eb1ef83a1a27ac5d0dc5dd.tar.gz
src-224c3776f6276dffc2eb1ef83a1a27ac5d0dc5dd.zip
Add the start of INTRNG support for ACPI.
This adds a new acpi_bus interface with a map_intr method. This is similar to the Open Firmware map_intr method and allows us to create the needed mapping from ACPI space to INTRNG space. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D8617
Notes
Notes: svn path=/head/; revision=327835
Diffstat (limited to 'sys/conf/files.arm64')
-rw-r--r--sys/conf/files.arm641
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.arm64 b/sys/conf/files.arm64
index a4e86bc35ffb..d45e5577c3e8 100644
--- a/sys/conf/files.arm64
+++ b/sys/conf/files.arm64
@@ -167,6 +167,7 @@ armv8_crypto_wrap.o optional armv8crypto \
clean "armv8_crypto_wrap.o"
crypto/blowfish/bf_enc.c optional crypto | ipsec | ipsec_support
crypto/des/des_enc.c optional crypto | ipsec | ipsec_support | netsmb
+dev/acpica/acpi_bus_if.m optional acpi
dev/acpica/acpi_if.m optional acpi
dev/ahci/ahci_generic.c optional ahci
dev/axgbe/if_axgbe.c optional axgbe