summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2009-04-11 08:22:49 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2009-04-11 08:22:49 +0000
commit756eaa802aa4224adfebf65c424c36f25e0239c3 (patch)
treebce48337c9734ecf07dc016718868fe4e4bb3916 /sys
parent664b5db5ab97bf86e785bf264ffbb25ce4e39488 (diff)
Add PnP ID for PCIe host bridge.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/acpi/acpireg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/acpi/acpireg.h b/sys/dev/acpi/acpireg.h
index 1193c4428f2..3da2888e4fe 100644
--- a/sys/dev/acpi/acpireg.h
+++ b/sys/dev/acpi/acpireg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: acpireg.h,v 1.16 2009/02/19 21:02:05 marco Exp $ */
+/* $OpenBSD: acpireg.h,v 1.17 2009/04/11 08:22:48 kettenis Exp $ */
/*
* Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com>
* Copyright (c) 2005 Marco Peereboom <marco@openbsd.org>
@@ -467,6 +467,7 @@ struct acpi_facs {
#define ACPI_DEV_PCIB "PNP0A03" /* PCI bus */
#define ACPI_DEV_GISAB "PNP0A05" /* Generic ISA Bus */
#define ACPI_DEV_EIOB "PNP0A06" /* Extended I/O Bus */
+#define ACPI_DEV_PCIEB "PNP0A08" /* PCIe bus */
#define ACPI_DEV_MR "PNP0C02" /* Motherboard resources */
#define ACPI_DEV_NPROC "PNP0C04" /* Numeric data processor */
#define ACPI_DEV_CS "PNP0C08" /* ACPI-Compliant System */