Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 14 Feb 2003 13:35:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 14 Feb 2003 13:35:09 -0500 Received: from bitmover.com ([192.132.92.2]:36014 "EHLO mail.bitmover.com") by vger.kernel.org with ESMTP id ; Fri, 14 Feb 2003 13:35:07 -0500 Date: Fri, 14 Feb 2003 10:44:58 -0800 From: Larry McVoy To: Roman Zippel Cc: Larry McVoy , Alan Cox , David Dillow , Linux Kernel Mailing List , linux-net@vger.kernel.org, Jeff Garzik Subject: Re: 3Com 3cr990 driver release Message-ID: <20030214184458.GA1488@work.bitmover.com> Mail-Followup-To: Larry McVoy , Roman Zippel , Larry McVoy , Alan Cox , David Dillow , Linux Kernel Mailing List , linux-net@vger.kernel.org, Jeff Garzik References: <3E4C9FAA.FC8A2DC7@y12.doe.gov> <1045233209.7958.11.camel@irongate.swansea.linux.org.uk> <20030214151920.GA3188@work.bitmover.com> <1045241640.1353.13.camel@irongate.swansea.linux.org.uk> <20030214160915.GC3188@work.bitmover.com> <1045243414.1353.28.camel@irongate.swansea.linux.org.uk> <20030214163611.GD3188@work.bitmover.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-MailScanner: Found to be clean Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1675 Lines: 36 On Fri, Feb 14, 2003 at 07:40:32PM +0100, Roman Zippel wrote: > Hi, > > On Fri, 14 Feb 2003, Larry McVoy wrote: > > > And what format lockin? It's an open format, GNU CSSC reads and writes > > it just fine, and we've made a point over the years of telling them each > > time we change something so that they can continue to read/write our > > files. More FUD. > > Are these changes/extensions documented somewhere or is a patch available? > My version of cssc certainly has a few problems, without patching it's > very noisy. The only change is to accept ^AHxxxxx as well as ^Ahxxxxx as the per file checksum. I'm almost positive that someone posted a patch to the kernel which made CSSC like BK files. If the BK files are compressed, you have to uncompress them first and you can't use gunzip to do so, you have to use BK. You could teach CSSC to read our compressed files if you like, there is no secret to how we do that, the top part of the file containing the graph is uncompressed and the rest is compressed, so you have to tickle the code into being able to start uncompressing at an offset other than 0. The only other difference I know of is that we support files without newlines at the end of the file and CSSC doesn't (and I don't blame them, it is dramatically more difficult than you might think at first glance). -- --- Larry McVoy lm at bitmover.com http://www.bitmover.com/lm - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/