regen.
This commit is contained in:
parent
5f0ceef69b
commit
f172eb96ae
|
@ -1,10 +1,10 @@
|
||||||
/* $NetBSD: acpidevs_data.h,v 1.8 2005/11/12 11:54:29 rpaulo Exp $ */
|
/* $NetBSD: acpidevs_data.h,v 1.9 2006/02/17 04:34:00 kochi Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||||
*
|
*
|
||||||
* generated from:
|
* generated from:
|
||||||
* # NetBSD: acpidevs,v 1.8 2005/11/12 11:53:30 rpaulo Exp
|
* # NetBSD: acpidevs,v 1.9 2006/02/17 04:33:12 kochi Exp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const struct { const char *pnp, *str; } acpi_knowndevs[] = {
|
const struct { const char *pnp, *str; } acpi_knowndevs[] = {
|
||||||
|
@ -358,7 +358,7 @@ const struct { const char *pnp, *str; } acpi_knowndevs[] = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PNP0A03",
|
"PNP0A03",
|
||||||
"PCI Bus",
|
"PCI/PCI-X Host Bridge",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PNP0A04",
|
"PNP0A04",
|
||||||
|
@ -366,15 +366,15 @@ const struct { const char *pnp, *str; } acpi_knowndevs[] = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PNP0A05",
|
"PNP0A05",
|
||||||
"Generic ACPI Bus",
|
"Generic Container Device",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PNP0A06",
|
"PNP0A06",
|
||||||
"Generic ACPI Extended-IO Bus (EIO bus)",
|
"Generic Container Device",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PNP0A08",
|
"PNP0A08",
|
||||||
"ACPI Three-wire Device Bus",
|
"PCI Express/PCI-X Mode-2 Host Bridge",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PNP0800",
|
"PNP0800",
|
||||||
|
@ -464,6 +464,10 @@ const struct { const char *pnp, *str; } acpi_knowndevs[] = {
|
||||||
"PNP0C13",
|
"PNP0C13",
|
||||||
"Plug and Play BIOS (used when ACPI mode cannot be used)",
|
"Plug and Play BIOS (used when ACPI mode cannot be used)",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"PNP0C80",
|
||||||
|
"Memory Device",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"PNP0E00",
|
"PNP0E00",
|
||||||
"Intel 82365-Compatible PCMCIA Controller",
|
"Intel 82365-Compatible PCMCIA Controller",
|
||||||
|
@ -1280,4 +1284,28 @@ const struct { const char *pnp, *str; } acpi_knowndevs[] = {
|
||||||
"PNPC001",
|
"PNPC001",
|
||||||
"Compaq 2400/9600 Modem (TBD)",
|
"Compaq 2400/9600 Modem (TBD)",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"ACPI0001",
|
||||||
|
"SMBus 1.0 Host Controller",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ACPI0002",
|
||||||
|
"Smart Battery Subsystem",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ACPI0003",
|
||||||
|
"AC Device",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ACPI0004",
|
||||||
|
"Module Device",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ACPI0005",
|
||||||
|
"SMBus 2.0 Host Controller",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ACPI0006",
|
||||||
|
"GPE Block Device",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue