From owner-cvs-all@FreeBSD.ORG Mon Sep 15 09:31:54 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6E6916A4BF for ; Mon, 15 Sep 2003 09:31:54 -0700 (PDT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD66A43FE0 for ; Mon, 15 Sep 2003 09:31:52 -0700 (PDT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id h8FGTFbv042816 for cvs-all@freebsd.org.checked; (8.12.8/vak/2.1) Mon, 15 Sep 2003 20:29:15 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hi.cronyx.ru [144.206.181.94]) by hanoi.cronyx.ru with ESMTP id h8FGQqjK042548; (8.12.8/vak/2.1) Mon, 15 Sep 2003 20:26:52 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <3F65E864.6050508@cronyx.ru> Date: Mon, 15 Sep 2003 20:27:16 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4a) Gecko/20030401 X-Accept-Language: en-us, en MIME-Version: 1.0 To: cvs-all@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Murray Stokely cc: Dmitry Morozovsky cc: rik@cronyx.ru Subject: Re: cvs commit: src/sys/i386/isa isa_compat.c isa_device.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 16:31:54 -0000 Hi, The cx driver (Sigma-ISA family) and cp driver (Tau-PCI family) are for different adapters. They are based on different controllers and for different buses. I have a new version of cx driver and if some one from FreeBSD team has a time, I can prepare a patch for any of FreeBSD branches from 3-x to 5-x for cx driver. PS. I am not in this list. Best regards, Roman Kurakin On Sat, Sep 06, 2003 at 12:03:08PM +0400, Dmitry Morozovsky wrote: > > I suppose Cronyx serial adapters drivers will be converted appropriate. AFAIK > > now-in-the-tree cronyx drivers are bogus, and up-to-date can be downloaded at > > ftp://ftp.cronyx.ru/pub/cronyx/adapters/ or http://www.cronyx.ru/software/ > > I don't know the status of merging process, though. vak@cronyx.ru may be the > > person to contact. > > Roman Kurakin (rik@cronyx.ru) has been posting updates to these > drivers to the PR database for at least 3 years (along with sppp > infrastructure changes). > > In his new patch stes, the cp driver module that does the low level > communication with the hardware, cpddk.c, is provided in an obfuscated > form. > > - Murray