diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2011-06-19 12:02:24 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2011-06-19 12:02:24 +0000 |
commit | 18f1c0077ad93985b7c85bb0edf999ece081fcc0 (patch) | |
tree | 2878c3e260d5ba35ba606f3c857b6e1fb20ef367 /sys/dev | |
parent | 3e3ad7757f379f859cf5f09cbb7aa83f78364b19 (diff) |
Fix typo in the "fixed" HyperTransport MSI Mapping Capability address.
Diffstat (limited to 'sys/dev')
-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 33a63cf273e..284bb055a19 100644 --- a/sys/dev/pci/pcireg.h +++ b/sys/dev/pci/pcireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcireg.h,v 1.41 2011/05/30 19:09:46 kettenis Exp $ */ +/* $OpenBSD: pcireg.h,v 1.42 2011/06/19 12:02:23 kettenis Exp $ */ /* $NetBSD: pcireg.h,v 1.26 2000/05/10 16:58:42 thorpej Exp $ */ /* @@ -536,7 +536,7 @@ typedef u_int8_t pci_revision_t; #define PCI_HT_MSI_ENABLED 0x00010000 #define PCI_HT_MSI_FIXED 0x00020000 -#define PCI_HT_MSI_FIXED_ADDR 0xffe00000UL +#define PCI_HT_MSI_FIXED_ADDR 0xfee00000UL #define PCI_HT_MSI_ADDR 0x04 #define PCI_HT_MSI_ADDR_HI32 0x08 |