Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/acpi/files.acpi,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/acpi/files.acpi,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.92 retrieving revision 1.92.2.1 diff -u -p -r1.92 -r1.92.2.1 --- src/sys/dev/acpi/files.acpi 2011/09/22 01:15:31 1.92 +++ src/sys/dev/acpi/files.acpi 2012/04/17 00:07:27 1.92.2.1 @@ -1,4 +1,4 @@ -# $NetBSD: files.acpi,v 1.92 2011/09/22 01:15:31 jakllsch Exp $ +# $NetBSD: files.acpi,v 1.92.2.1 2012/04/17 00:07:27 yamt Exp $ include "dev/acpi/acpica/files.acpica" @@ -126,6 +126,10 @@ file dev/acpi/pcppi_acpi.c pcppi_acpi attach attimer at acpinodebus with attimer_acpi file dev/acpi/attimer_acpi.c attimer_acpi +# Trusted Platform Module +attach tpm at acpinodebus with tpm_acpi +file dev/acpi/tpm_acpi.c tpm_acpi + # Yamaha OPL3-SAx attach ym at acpinodebus with ym_acpi file dev/acpi/ym_acpi.c ym_acpi