diff --git a/sys/dev/acpi/acpidevs_data.h b/sys/dev/acpi/acpidevs_data.h index bd938e64c86d..72e0d8a37c65 100644 --- a/sys/dev/acpi/acpidevs_data.h +++ b/sys/dev/acpi/acpidevs_data.h @@ -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. * * 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[] = { @@ -358,7 +358,7 @@ const struct { const char *pnp, *str; } acpi_knowndevs[] = { }, { "PNP0A03", - "PCI Bus", + "PCI/PCI-X Host Bridge", }, { "PNP0A04", @@ -366,15 +366,15 @@ const struct { const char *pnp, *str; } acpi_knowndevs[] = { }, { "PNP0A05", - "Generic ACPI Bus", + "Generic Container Device", }, { "PNP0A06", - "Generic ACPI Extended-IO Bus (EIO bus)", + "Generic Container Device", }, { "PNP0A08", - "ACPI Three-wire Device Bus", + "PCI Express/PCI-X Mode-2 Host Bridge", }, { "PNP0800", @@ -464,6 +464,10 @@ const struct { const char *pnp, *str; } acpi_knowndevs[] = { "PNP0C13", "Plug and Play BIOS (used when ACPI mode cannot be used)", }, + { + "PNP0C80", + "Memory Device", + }, { "PNP0E00", "Intel 82365-Compatible PCMCIA Controller", @@ -1280,4 +1284,28 @@ const struct { const char *pnp, *str; } acpi_knowndevs[] = { "PNPC001", "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", + }, };