From 18f1c0077ad93985b7c85bb0edf999ece081fcc0 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sun, 19 Jun 2011 12:02:24 +0000 Subject: Fix typo in the "fixed" HyperTransport MSI Mapping Capability address. --- sys/dev/pci/pcireg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev') 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 -- cgit v1.2.3