Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/acpi Add NSC1100. From ThinkPad T43p.



details:   https://anonhg.NetBSD.org/src/rev/16e841b41d52
branches:  trunk
changeset: 753794:16e841b41d52
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sat Apr 10 16:45:51 2010 +0000

description:
Add NSC1100. From ThinkPad T43p.

diffstat:

 sys/dev/acpi/acpidevs        |   8 +++++---
 sys/dev/acpi/acpidevs_data.h |  14 +++++++++-----
 2 files changed, 14 insertions(+), 8 deletions(-)

diffs (62 lines):

diff -r d847356b8660 -r 16e841b41d52 sys/dev/acpi/acpidevs
--- a/sys/dev/acpi/acpidevs     Sat Apr 10 16:14:07 2010 +0000
+++ b/sys/dev/acpi/acpidevs     Sat Apr 10 16:45:51 2010 +0000
@@ -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
diff -r d847356b8660 -r 16e841b41d52 sys/dev/acpi/acpidevs_data.h
--- a/sys/dev/acpi/acpidevs_data.h      Sat Apr 10 16:14:07 2010 +0000
+++ b/sys/dev/acpi/acpidevs_data.h      Sat Apr 10 16:45:51 2010 +0000
@@ -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",
        },



Home | Main Index | Thread Index | Old Index