From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755936AbZBVDmp (ORCPT ); Sat, 21 Feb 2009 22:42:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752660AbZBVDmf (ORCPT ); Sat, 21 Feb 2009 22:42:35 -0500 Received: from colo.lackof.org ([198.49.126.79]:42529 "EHLO colo.lackof.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752106AbZBVDme (ORCPT ); Sat, 21 Feb 2009 22:42:34 -0500 Date: Sat, 21 Feb 2009 20:42:19 -0700 From: Grant Grundler To: "Eric W. Biederman" Cc: Yinghai Lu , Robert Hancock , Jesse Barnes , Andrew Morton , david@lang.hm, Matthew Wilcox , linux-kernel , linux-scsi@vger.kernel.org, DL-MPTFusionLinux@lsi.com, linux-pci@vger.kernel.org Subject: Re: [PATCH] pci: enable MSI on 8132 Message-ID: <20090222034219.GH2567@colo.lackof.org> References: <499B724A.2040408@kernel.org> <499B774C.5010705@kernel.org> <499B9129.50104@kernel.org> <499CD466.1060900@gmail.com> <86802c440902210031j698403cev2147e72a61e17194@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Home-Page: http://www.parisc-linux.org/ User-Agent: Mutt/1.5.16 (2007-06-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Feb 21, 2009 at 12:58:31AM -0800, Eric W. Biederman wrote: ... > The difference is that there is a magic address on x86 that all MSI > cycles are sent to. I think it is 0xfffe0000. arch/x86/include/asm/msidef.h:#define MSI_ADDR_BASE_LO 0xfee00000 Intel spells out the details in: http://www.intel.com/products/processor/manuals/index.htm "Volume 3A: System Programming Guide, Part 1" See chapter "9.4 LOCAL APIC" > In an msi to HT > mapping capability it is necessary to program in the address to listen > for msi packets. That is very much an arch dependent thing. Indeed. parisc and (AFAIK) alpha have the same ability but use completely different address ranges depending on the chipset as well. thanks, grant