diff options
author | 2011-01-04 21:17:49 +0000 | |
---|---|---|
committer | 2011-01-04 21:17:49 +0000 | |
commit | fd1ffd5d0635e1f37a1a39acf2fb88cd18b9f81f (patch) | |
tree | ec894dc12e810b9fe32b8f75d2e32fdfa626df87 /sys/dev/acpi/files.acpi | |
parent | Use pmap_uncache_page() to alter cacheability of pages in bus_dmamem_map() (diff) | |
download | wireguard-openbsd-fd1ffd5d0635e1f37a1a39acf2fb88cd18b9f81f.tar.xz wireguard-openbsd-fd1ffd5d0635e1f37a1a39acf2fb88cd18b9f81f.zip |
Add support for Memory Mapped Configuration space access. This gives us
access to PCIe extended configuration space access on modern i386 and amd64
machines.
Diffstat (limited to 'sys/dev/acpi/files.acpi')
-rw-r--r-- | sys/dev/acpi/files.acpi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/acpi/files.acpi b/sys/dev/acpi/files.acpi index 58885dfc2f9..f19855b6cd8 100644 --- a/sys/dev/acpi/files.acpi +++ b/sys/dev/acpi/files.acpi @@ -1,4 +1,4 @@ -# $OpenBSD: files.acpi,v 1.24 2010/07/26 11:29:23 pirofti Exp $ +# $OpenBSD: files.acpi,v 1.25 2011/01/04 21:17:49 kettenis Exp $ # # Config file and device description for machine-independent ACPI code. # Included by ports that need it. @@ -56,6 +56,11 @@ device acpimadt attach acpimadt at acpi file dev/acpi/acpimadt.c acpimadt +# Memory Mapped Configuration Space Address Description Table +device acpimcfg +attach acpimcfg at acpi +file dev/acpi/acpimcfg.c acpimcfg + # PCI Routing Table device acpiprt attach acpiprt at acpi |