blob: 83c953b7b06e6bb993be46f155a5e913d81d9cd3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# $OpenBSD: files.acpi,v 1.4 2005/12/13 07:23:34 marco Exp $
#
# Config file and device description for machine-independent ACPI code.
# Included by ports that need it.
define acpi {}
device acpi
attach acpi at mainbus
file dev/acpi/acpi.c acpi needs-flag
file dev/acpi/acpiutil.c acpi
# ACPI timer
device acpitimer
attach acpitimer at acpi
file dev/acpi/acpitimer.c acpitimer
# generic device
device acpibat
attach acpibat at acpi
file dev/acpi/acpibat.c acpibat
# High Precision Event Timer
device hpet
attach hpet at acpi
file dev/acpi/hpet.c hpet
# DSDT (AML Parser)
device dsdt
attach dsdt at acpi
file dev/acpi/dsdt.c dsdt
|