From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Grandegger Subject: Re: [PATCH] can: Add driver for SJA1000 based PCI CAN interface cards by esd Date: Wed, 31 Mar 2010 15:35:14 +0200 Message-ID: <4BB34F92.5010308@grandegger.com> References: <201003311428.05749.matthias.fuchs@esd.eu> 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 To: Matthias Fuchs Return-path: In-Reply-To: <201003311428.05749.matthias.fuchs-iOnpLzIbIdM@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 Hi Matthias, Matthias Fuchs wrote: > This patch adds support for SJA1000 based PCI CAN interface cards > from electronic system design gmbh. > > These boards are supported: > > CAN-PCI/200 (PCI) > CAN-PCI/266 (PCI) > CAN-PMC266 (PMC module) > CAN-PCIe/2000 (PCI Express) > CAN-CPCI/200 (Compact PCI, 3U) > CAN-PCI104 (PCI104) > > This driver is part of the SocketCAN SVN repository since > April 2009. > > Signed-off-by: Matthias Fuchs Since a while we have a generic PCI PLX driver in the mainline kernel, which could support the esd cards as well, I believe. Wolfgang.