files.acpi revision 1.8
11.8Sjmcneill#	$NetBSD: files.acpi,v 1.8 2002/12/28 06:20:15 jmcneill Exp $
21.1Sthorpej
31.1Sthorpejinclude "dev/acpi/acpica/files.acpica"
41.1Sthorpej
51.4Slukemdefflag	opt_acpi.h	ACPI_DEBUG
61.1Sthorpej
71.1Sthorpejdevice	acpi { }
81.1Sthorpejattach	acpi at acpibus
91.1Sthorpejfile	dev/acpi/acpi.c			acpi		needs-flag
101.2Sthorpejfile	dev/acpi/acpi_resource.c	acpi
111.2Sthorpej
121.2Sthorpej# ACPI Embedded Controller
131.2Sthorpejdevice	acpiec
141.2Sthorpejattach	acpiec at acpi
151.2Sthorpejfile	dev/acpi/acpi_ec.c		acpiec
161.1Sthorpej
171.1Sthorpej# ACPI Lid Switch
181.1Sthorpejdevice	acpilid
191.1Sthorpejattach	acpilid at acpi
201.1Sthorpejfile	dev/acpi/acpi_lid.c		acpilid
211.1Sthorpej
221.1Sthorpej# ACPI Button
231.1Sthorpejdevice	acpibut
241.1Sthorpejattach	acpibut at acpi
251.1Sthorpejfile	dev/acpi/acpi_button.c		acpibut
261.1Sthorpej
271.1Sthorpej# ACPI AC Adapter
281.2Sthorpejdevice	acpiacad
291.2Sthorpejattach	acpiacad at acpi
301.2Sthorpejfile	dev/acpi/acpi_acad.c		acpiacad
311.5Ssommerfe
321.5Ssommerfe# ACPI Control Method Battery
331.5Ssommerfedevice	acpibat
341.5Ssommerfeattach	acpibat at acpi
351.5Ssommerfefile	dev/acpi/acpi_bat.c		acpibat
361.8Sjmcneill
371.8Sjmcneill# Serial interface
381.8Sjmcneillattach	com at acpi with com_acpi
391.8Sjmcneillfile	dev/acpi/com_acpi.c		com_acpi
401.8Sjmcneill
411.8Sjmcneill# NeoMagic 256AV audio with CS4232 codec
421.8Sjmcneillattach	wss at acpi with wss_acpi
431.8Sjmcneillfile	dev/acpi/wss_acpi.c		wss_acpi
44