From: mpi Date: Tue, 2 Jun 2015 15:26:19 +0000 (+0000) Subject: Add missing define for hpb(4). X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3228a449d017a566f5cea9050086fdd7a847b04f;p=openbsd Add missing define for hpb(4). --- diff --git a/sys/dev/pci/pcireg.h b/sys/dev/pci/pcireg.h index 26c6b799677..3f415bd2650 100644 --- a/sys/dev/pci/pcireg.h +++ b/sys/dev/pci/pcireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcireg.h,v 1.47 2014/04/27 14:55:09 stsp Exp $ */ +/* $OpenBSD: pcireg.h,v 1.48 2015/06/02 15:26:19 mpi Exp $ */ /* $NetBSD: pcireg.h,v 1.26 2000/05/10 16:58:42 thorpej Exp $ */ /* @@ -534,7 +534,7 @@ typedef u_int8_t pci_revision_t; #define PCI_HT_CAP_SLAVE 0x00 #define PCI_HT_CAP_HOST 0x04 -#define PCI_HT_CAP_INTERRUPT 0x10 +#define PCI_HT_CAP_INTR 0x10 #define PCI_HT_CAP_MSI 0x15 #define PCI_HT_MSI_ENABLED 0x00010000 @@ -545,6 +545,8 @@ typedef u_int8_t pci_revision_t; #define PCI_HT_MSI_ADDR 0x04 #define PCI_HT_MSI_ADDR_HI32 0x08 +#define PCI_HT_INTR_DATA 0x04 + /* * PCI Express; access via capability pointer. */