Module Name:    src
Committed By:   christos
Date:           Sun Jan 22 20:25:25 UTC 2012

Modified Files:
        src/sys/dev/acpi: tpm_acpi.c

Log Message:
make it never match for now.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/acpi/tpm_acpi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/acpi/tpm_acpi.c
diff -u src/sys/dev/acpi/tpm_acpi.c:1.2 src/sys/dev/acpi/tpm_acpi.c:1.3
--- src/sys/dev/acpi/tpm_acpi.c:1.2	Sun Jan 22 15:24:27 2012
+++ src/sys/dev/acpi/tpm_acpi.c	Sun Jan 22 15:25:25 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: tpm_acpi.c,v 1.2 2012/01/22 20:24:27 christos Exp $ */
+/* $NetBSD: tpm_acpi.c,v 1.3 2012/01/22 20:25:25 christos Exp $ */
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -52,7 +52,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tpm_acpi.c,v 1.2 2012/01/22 20:24:27 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tpm_acpi.c,v 1.3 2012/01/22 20:25:25 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -103,9 +103,9 @@ tpm_acpi_match(device_t parent, cfdata_t
 	if (tpm_cd.cd_devs && tpm_cd.cd_devs[0])
 		return 0;
 #ifdef notyet
-	return 0;
-#else
 	return acpi_match_hid(aa->aa_node->ad_devinfo, tpm_acpi_ids);
+#else
+	return 0;
 #endif
 }
 

Reply via email to