From owner-cvs-all@FreeBSD.ORG Sun Sep 7 14:40:44 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 646EF16A4C0; Sun, 7 Sep 2003 14:40:44 -0700 (PDT) Received: from builder.freebsdmall.com (builder.freebsdmall.com [65.86.180.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C67143FE3; Sun, 7 Sep 2003 14:40:43 -0700 (PDT) (envelope-from murray@builder.freebsdmall.com) Received: (from root@localhost) by builder.freebsdmall.com (8.12.9/8.11.6) id h87Legnr023892; Sun, 7 Sep 2003 14:40:42 -0700 (PDT) (envelope-from murray) Date: Sun, 7 Sep 2003 14:40:42 -0700 From: Murray Stokely To: Dmitry Morozovsky Message-ID: <20030907144042.C19636@freebsdmall.com> References: <200309051455.h85EtBoU029983@repoman.freebsd.org> <1062777913.12268.8.camel@builder02.qubesoft.com> <20030905.102120.98329950.imp@bsdimp.com> <20030906115534.X9355@woozle.rinet.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030906115534.X9355@woozle.rinet.ru>; from marck@rinet.ru on Sat, Sep 06, 2003 at 12:03:08PM +0400 X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D cc: src-committers@freebsd.org cc: dfr@nlsystems.com cc: "M. Warner Losh" cc: peter@freebsd.org cc: cvs-src@freebsd.org cc: cvs-all@freebsd.org 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: Sun, 07 Sep 2003 21:40:44 -0000 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