From owner-freebsd-current@FreeBSD.ORG Fri Sep 19 20:29:01 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE1A85D0; Fri, 19 Sep 2014 20:29:01 +0000 (UTC) Received: from mail-oa0-x232.google.com (mail-oa0-x232.google.com [IPv6:2607:f8b0:4003:c02::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E3A4765; Fri, 19 Sep 2014 20:29:01 +0000 (UTC) Received: by mail-oa0-f50.google.com with SMTP id jd19so2207853oac.9 for ; Fri, 19 Sep 2014 13:29:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=2DuVJOuDQ3OgNAvcZwyyKkRrfuWn4OgeJMTVLpB6/qM=; b=tNCmIFa+T9QAq8fQajjAI8eIvxSeYRpFun4WZryjCfQ+Nj8mv+IVIXjA+0YWg2KfeM 5Lz9yLculentXL8reftG2135+5wb+PTl/IbEolFjCeu6bfAsqlt1wP+wsWHB2KTwbZys JDR6MIGnHIFnJca+GqtF00nWHcZ6recbHC7aG9vBJRvn2mFqB6GJCvcgSXEqy3xbIMWC ENHw2gGfaSkEEtY9DvJgcprFoY1fLqk2rdIglpb4GtKX0D40caw2DQ7LOWKYQrVDF333 dPycR5GFIxndoUFAZX6yZ1eIbbd0EHfCFDaq0jR5zYLA6tgkiB0kN/OQpELj6eiqKUdY 8xlw== MIME-Version: 1.0 X-Received: by 10.60.60.131 with SMTP id h3mr3850457oer.17.1411158540727; Fri, 19 Sep 2014 13:29:00 -0700 (PDT) Received: by 10.76.82.74 with HTTP; Fri, 19 Sep 2014 13:29:00 -0700 (PDT) In-Reply-To: <25731067.8WGIlPIxa9@ralph.baldwin.cx> References: <25731067.8WGIlPIxa9@ralph.baldwin.cx> Date: Fri, 19 Sep 2014 13:29:00 -0700 Message-ID: Subject: Re: [PATCH] Convert bluetooth from timeout(9) to callout(9) From: Maksim Yevmenkin To: John Baldwin Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Current 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: Fri, 19 Sep 2014 20:29:01 -0000 On Fri, Sep 19, 2014 at 1:18 PM, John Baldwin wrote: > This patch converts the netgraph bluetooth codee from timeout(9) to > callout(9). The patch is against HEAD but probably applies to 9 and 10 as > well. > > http://people.freebsd.org/~jhb/patches/bluetooth_callout.patch looks fine to me. thanks, max