This commit is contained in:
jruoho 2010-03-22 11:16:02 +00:00
parent 0a2027602e
commit 998dd58875

View File

@ -1,10 +1,10 @@
/* $NetBSD: acpidevs_data.h,v 1.12 2010/01/18 16:50:08 jruoho Exp $ */
/* $NetBSD: acpidevs_data.h,v 1.13 2010/03/22 11:16:02 jruoho Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* # NetBSD: acpidevs,v 1.14 2010/01/18 16:34:47 jruoho Exp
* # NetBSD: acpidevs,v 1.15 2010/03/22 11:13:23 jruoho Exp
*/
const struct { const char *pnp, *str; } acpi_knowndevs[] = {
@ -468,6 +468,10 @@ const struct { const char *pnp, *str; } acpi_knowndevs[] = {
"PNP0C14",
"WMI mapper device",
},
{
"PNP0C15",
"ACPI docking station",
},
{
"PNP0C80",
"Memory Device",
@ -1344,8 +1348,12 @@ const struct { const char *pnp, *str; } acpi_knowndevs[] = {
"ACPI000E",
"Wake Alarm Device",
},
{
"IFX0102",
"Infineon Trusted Platform Module",
},
{
"INT0800",
"Intel FWH Random Number Generator",
"Intel Firmware Hub Device",
},
};