From owner-freebsd-current@FreeBSD.ORG Thu Sep 25 19:55:18 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 581937A4; Thu, 25 Sep 2014 19:55:18 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F71E7FC; Thu, 25 Sep 2014 19:55:18 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 29445B939; Thu, 25 Sep 2014 15:55:17 -0400 (EDT) From: John Baldwin To: TAKAHASHI Yoshihiro Subject: Re: [PATCHES] Convert various pc98 drivers from timeout() to callout() Date: Thu, 25 Sep 2014 14:51:36 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20140415; KDE/4.5.5; amd64; ; ) References: <2960329.SjaRrui0Bt@ralph.baldwin.cx> <20140926.001551.953617267291100361.nyan@FreeBSD.org> In-Reply-To: <20140926.001551.953617267291100361.nyan@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201409251451.37168.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Thu, 25 Sep 2014 15:55:17 -0400 (EDT) Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Thu, 25 Sep 2014 19:55:18 -0000 On Thursday, September 25, 2014 11:15:51 am TAKAHASHI Yoshihiro wrote: > In article <2960329.SjaRrui0Bt@ralph.baldwin.cx> > John Baldwin writes: > > > I have three patches to convert various pc98 drivers from timeout() to > > callout(). For the fdc driver I took a more drastic approach and have > > attempted to port the PC98 support into the main fdc driver: > > Great! > > Unfortunately, I don't have enough time to review and test your > patches so please feel free to commit them. When I have time, I'll > check. > > Thanks for your work. Ok. I'm mostly nervous about the fdc(4) patch, but I will move forward. Thanks! -- John Baldwin