From owner-freebsd-current@FreeBSD.ORG Fri Jul 8 18:11:48 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D65D816A41C for ; Fri, 8 Jul 2005 18:11:48 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 419D843D49 for ; Fri, 8 Jul 2005 18:11:48 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru (8.13.0/vak/3.0) id j68I8k7s045401 for freebsd-current@freebsd.org.checked; Fri, 8 Jul 2005 22:08:46 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from [144.206.181.94] (hi.cronyx.ru [144.206.181.94]) by hanoi.cronyx.ru (8.13.0/vak/3.0) with ESMTP id j68I7N8Z045382; Fri, 8 Jul 2005 22:07:23 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <42CEC0E1.5060004@cronyx.ru> Date: Fri, 08 Jul 2005 22:07:29 +0400 From: Roman Kurakin User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <30397.1120491299@phk.freebsd.dk> In-Reply-To: <30397.1120491299@phk.freebsd.dk> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: TTY code problems in current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2005 18:11:49 -0000 Hi, Poul-Henning Kamp wrote: >In message <42C93E8E.4010408@cronyx.ru>, Roman Kurakin writes: > > >>Do you work on it or your work was only code cleanup? >>Is there any plans to make them smpsafe on RELENG_6? >> >> >It's near the top of my queue of things to do when I have time. > >You could easily beat me to it. > > It would be really nice to have it in RELENG_6. Especially if the problem seen by Slawa Olchovchenkov is the result that problem. Now I have some time to fix a couple of FreeBSD problems related to Cronyx drivers. Currently I am working on other problem with module loading. If I didn't switch from FreeBSD to some other tasks I'll try to prepare some initial patches. rik