diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-04-02 21:40:36 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-04-02 21:40:36 +0000 |
commit | e3a5de1ebab064f45757e9d8bd11e9774f48d28a (patch) | |
tree | 4454e7852b1783798e2218f45d12ad1fccff4c4e /sys/dev/pci | |
parent | f7bc34f395d60b979589afee2dda9bea594ad6f8 (diff) |
PCI_CAP_MBI should really be PCI_CAP_MSI
ok jason@
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcireg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pcireg.h b/sys/dev/pci/pcireg.h index c0bbe598daa..36b9e042ce1 100644 --- a/sys/dev/pci/pcireg.h +++ b/sys/dev/pci/pcireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcireg.h,v 1.21 2003/04/01 05:03:52 grange Exp $ */ +/* $OpenBSD: pcireg.h,v 1.22 2003/04/02 21:40:35 grange Exp $ */ /* $NetBSD: pcireg.h,v 1.26 2000/05/10 16:58:42 thorpej Exp $ */ /* @@ -447,7 +447,7 @@ typedef u_int8_t pci_revision_t; #define PCI_CAP_AGP 0x02 #define PCI_CAP_VPD 0x03 #define PCI_CAP_SLOTID 0x04 -#define PCI_CAP_MBI 0x05 +#define PCI_CAP_MSI 0x05 #define PCI_CAP_CPCI_HOTSWAP 0x06 #define PCI_CAP_PCIX 0x07 #define PCI_CAP_LDT 0x08 |