From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kurt Van Dijck Subject: Re: [Socketcan-users] sja1000 BasicCAN mode Date: Tue, 15 Nov 2011 09:21:36 +0100 Message-ID: <20111115082136.GB331@e-circ.dyndns.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from gate.eia.be ([194.78.71.18]:45995 "EHLO mail.eia.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753329Ab1KOIVm (ORCPT ); Tue, 15 Nov 2011 03:21:42 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-can-owner@vger.kernel.org List-ID: To: Yuriy Kiselev Cc: socketcan-users@lists.berlios.de, linux-can@vger.kernel.org On Mon, Nov 14, 2011 at 09:08:29PM +0400, Yuriy Kiselev wrote: > Hello! > Implementation of BasicCAN mode for SJA1000 is in attachment. > Now SJA1000_PELICAN_MODE macros in sja1000.h is used for definition PeliCAN > or BasicCAN mode. It would be nice to create some menuconfig-wrapper, I > think. > I use this code for a few weeks and it looks stable. I see no reason to use BasicCAN mode instead of PeliCAN mode. Instead, I do see reasons to use PeliCAN mode: * no problems when 29bit frames appear on the bus * rx queue of 64 byte. What is your motivation not to use PeliCAN mode? Kurt