From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Grandegger Subject: Re: [PATCH v2] ems_pci: fix size of CAN controllers BAR mapping for CPC-PCI v2 Date: Thu, 24 Sep 2009 16:17:07 +0200 Message-ID: <4ABB7F63.2000108@grandegger.com> References: <20090924135505.13453.61811.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: socketcan-core-0fE9KPoRgkgATYTw5x5z8w@public.gmane.org, netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org To: Sebastian Haas Return-path: In-Reply-To: <20090924135505.13453.61811.stgit-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: socketcan-core-bounces-0fE9KPoRgkgATYTw5x5z8w@public.gmane.org Errors-To: socketcan-core-bounces-0fE9KPoRgkgATYTw5x5z8w@public.gmane.org List-Id: netdev.vger.kernel.org Sebastian Haas wrote: > The driver mapped only 128 bytes of the CAN controller address space when a > CPC-PCI v2 was detected (incl. CPC-104P). This patch will fix it by always > mapping the whole address space (4096 bytes on all boards) of the > corresponding PCI BAR. > > Signed-off-by: Sebastian Haas Signed-off-by: Wolfgang Grandegger Thanks, Wolfgang.