blob: 3744b4d091b19788e8c42a461781e2c52338e9c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $OpenBSD: files.acpi,v 1.2 2005/07/10 19:39:01 grange 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
# High Precision Event Timer
device hpet
attach hpet at acpi
file dev/acpi/hpet.c hpet
|