Module Name: src
Committed By: jruoho
Date: Sat Apr 10 16:45:51 UTC 2010
Modified Files:
src/sys/dev/acpi: acpidevs acpidevs_data.h
Log Message:
Add NSC1100. From ThinkPad T43p.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/acpi/acpidevs
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/acpi/acpidevs_data.h
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/acpidevs
diff -u src/sys/dev/acpi/acpidevs:1.17 src/sys/dev/acpi/acpidevs:1.18
--- src/sys/dev/acpi/acpidevs:1.17 Sat Apr 10 06:09:24 2010
+++ src/sys/dev/acpi/acpidevs Sat Apr 10 16:45:51 2010
@@ -1,4 +1,4 @@
-# $NetBSD: acpidevs,v 1.17 2010/04/10 06:09:24 jruoho Exp $
+# $NetBSD: acpidevs,v 1.18 2010/04/10 16:45:51 jruoho Exp $
#
# Extracted from:
# http://download.microsoft.com/download/1/6/1/161ba512-40e2-4cc9-843a-923143f3456c/devids.txt
@@ -350,6 +350,9 @@
# ***** Modems - PNPCxxx-Dxxx****************************
PNPC000 Compaq 14400 Modem (TBD)
PNPC001 Compaq 2400/9600 Modem (TBD)
+# **** TPM chips ****
+IFX0102 Infineon Trusted Platform Module
+NSC1100 NSC Trusted Platform Module
# ***** ACPI specific devices *****
ACPI0001 SMBus 1.0 Host Controller
ACPI0002 Smart Battery Subsystem
@@ -366,5 +369,4 @@
ACPI000D Power Meter
ACPI000E Wake Alarm Device
# **** Others ****
-IFX0102 Infineon Trusted Platform Module
-INT0800 Intel Firmware Hub Device
\ No newline at end of file
+INT0800 Intel Firmware Hub Device
Index: src/sys/dev/acpi/acpidevs_data.h
diff -u src/sys/dev/acpi/acpidevs_data.h:1.15 src/sys/dev/acpi/acpidevs_data.h:1.16
--- src/sys/dev/acpi/acpidevs_data.h:1.15 Sat Apr 10 06:10:13 2010
+++ src/sys/dev/acpi/acpidevs_data.h Sat Apr 10 16:45:51 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: acpidevs_data.h,v 1.15 2010/04/10 06:10:13 jruoho Exp $ */
+/* $NetBSD: acpidevs_data.h,v 1.16 2010/04/10 16:45:51 jruoho Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
@@ -1301,6 +1301,14 @@
"Compaq 2400/9600 Modem (TBD)",
},
{
+ "IFX0102",
+ "Infineon Trusted Platform Module",
+ },
+ {
+ "NSC1100",
+ "NSC Trusted Platform Module",
+ },
+ {
"ACPI0001",
"SMBus 1.0 Host Controller",
},
@@ -1357,10 +1365,6 @@
"Wake Alarm Device",
},
{
- "IFX0102",
- "Infineon Trusted Platform Module",
- },
- {
"INT0800",
"Intel Firmware Hub Device",
},