summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pcireg.h
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2003-09-14 19:30:00 +0000
committerscottl <scottl@FreeBSD.org>2003-09-14 19:30:00 +0000
commit0ef16e15fc4e3586c3d2f2b4bd3a5b454cbd52fa (patch)
tree8a08fc4815fbb424ae0e825350ac89b61fd15e89 /sys/dev/pci/pcireg.h
parent4b89f38d2e819883e012f22dbe91bb83bdc2081b (diff)
downloadFreeBSD-src-0ef16e15fc4e3586c3d2f2b4bd3a5b454cbd52fa.zip
FreeBSD-src-0ef16e15fc4e3586c3d2f2b4bd3a5b454cbd52fa.tar.gz
Teach the PCI code to parse MSI extended capabilities. Re-arrange the
pcicfg struct a bit to hold extcap structures instead of structure members.
Diffstat (limited to 'sys/dev/pci/pcireg.h')
-rw-r--r--sys/dev/pci/pcireg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/pcireg.h b/sys/dev/pci/pcireg.h
index 25c8f08..9f0f612 100644
--- a/sys/dev/pci/pcireg.h
+++ b/sys/dev/pci/pcireg.h
@@ -349,7 +349,7 @@
#define PCIR_MSI_ADDR 0x4
#define PCIR_MSI_ADDR_HIGH 0x8
#define PCIR_MSI_DATA 0x8
-#define PCIR_MSI_DATA_HIGH 0xc
+#define PCIR_MSI_DATA_64BIT 0xc
#define PCIR_MSI_MASK 0x10
#define PCIR_MSI_PENDING 0x14
OpenPOWER on IntegriCloud