[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20111205110522.223ff7d2@jbarnes-desktop>
Date: Mon, 5 Dec 2011 11:05:22 -0800
From: Jesse Barnes <jbarnes@...tuousgeek.org>
To: Alex Williamson <alex.williamson@...hat.com>
Cc: linux-pci@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] PCI: Fix PCI_EXP_TYPE_RC_EC value
On Wed, 16 Nov 2011 09:24:16 -0700
Alex Williamson <alex.williamson@...hat.com> wrote:
> Spec shows this as 1010b = 0xa
>
> Signed-off-by: Alex Williamson <alex.williamson@...hat.com>
> ---
>
> include/linux/pci_regs.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/include/linux/pci_regs.h b/include/linux/pci_regs.h
> index 090d3a9..9e37250 100644
> --- a/include/linux/pci_regs.h
> +++ b/include/linux/pci_regs.h
> @@ -392,7 +392,7 @@
> #define PCI_EXP_TYPE_DOWNSTREAM 0x6 /* Downstream Port */
> #define PCI_EXP_TYPE_PCI_BRIDGE 0x7 /* PCI/PCI-X Bridge */
> #define PCI_EXP_TYPE_RC_END 0x9 /* Root Complex Integrated Endpoint */
> -#define PCI_EXP_TYPE_RC_EC 0x10 /* Root Complex Event Collector */
> +#define PCI_EXP_TYPE_RC_EC 0xa /* Root Complex Event Collector */
> #define PCI_EXP_FLAGS_SLOT 0x0100 /* Slot implemented */
> #define PCI_EXP_FLAGS_IRQ 0x3e00 /* Interrupt message number */
> #define PCI_EXP_DEVCAP 4 /* Device capabilities */
>
>
Applied to linux-next, thanks.
--
Jesse Barnes, Intel Open Source Technology Center
Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)
Powered by blists - more mailing lists