Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/acpi make it never match for now.
details: https://anonhg.NetBSD.org/src/rev/abeb893cd40f
branches: trunk
changeset: 772975:abeb893cd40f
user: christos <christos%NetBSD.org@localhost>
date: Sun Jan 22 20:25:25 2012 +0000
description:
make it never match for now.
diffstat:
sys/dev/acpi/tpm_acpi.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r 1ab29f36d2b1 -r abeb893cd40f sys/dev/acpi/tpm_acpi.c
--- a/sys/dev/acpi/tpm_acpi.c Sun Jan 22 20:24:27 2012 +0000
+++ b/sys/dev/acpi/tpm_acpi.c Sun Jan 22 20:25:25 2012 +0000
@@ -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 @@
if (tpm_cd.cd_devs && tpm_cd.cd_devs[0])
return 0;
#ifdef notyet
- return 0;
+ return acpi_match_hid(aa->aa_node->ad_devinfo, tpm_acpi_ids);
#else
- return acpi_match_hid(aa->aa_node->ad_devinfo, tpm_acpi_ids);
+ return 0;
#endif
}
Home |
Main Index |
Thread Index |
Old Index