diff options
author | 2011-06-19 12:02:23 +0000 | |
---|---|---|
committer | 2011-06-19 12:02:23 +0000 | |
commit | b12f9eec4cf730e38a039ab433c39705e4678255 (patch) | |
tree | af8fa07bd81d18585164f9c909edf573b68cd52b /sys | |
parent | Use disk_lock_nointr() in the xxclose() routines so that they cannot (diff) | |
download | wireguard-openbsd-b12f9eec4cf730e38a039ab433c39705e4678255.tar.xz wireguard-openbsd-b12f9eec4cf730e38a039ab433c39705e4678255.zip |
Fix typo in the "fixed" HyperTransport MSI Mapping Capability address.
Diffstat (limited to 'sys')
-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 |