From owner-freebsd-current@freebsd.org Thu Jul 16 04:27:31 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32B399A340C for ; Thu, 16 Jul 2015 04:27:31 +0000 (UTC) (envelope-from neelnatu@gmail.com) Received: from mail-wg0-x22a.google.com (mail-wg0-x22a.google.com [IPv6:2a00:1450:400c:c00::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C0B401B45 for ; Thu, 16 Jul 2015 04:27:30 +0000 (UTC) (envelope-from neelnatu@gmail.com) Received: by wgjx7 with SMTP id x7so48243269wgj.2 for ; Wed, 15 Jul 2015 21:27:29 -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=A5K/2HjvAiZzVe7HtFa3EnJF+MrX+CeAfIw6XKNAUCA=; b=vDMJ05HiAsO/Ub/40sAulIsqtcoIrtsjU3H6p0glbFy/ic6UDqoRCKYWDRciTtR9Zi fU+FAHbOub/2/Kf4M5+fnEgAeWRZPS3fO25vewwzpEIMqLfsyJdqJJz6x0ldF5GUffOw miSOnp3Owg6U3ZdfR5tDB6mG+mA2fvxO4J3CM12FlHJ7GA0Mj+uUWvmitsULukzCh5b2 QQYQRY+FQ9IVRmlAuhUf6EfzMoHPuV4sH0PM4r0z/a0GHtjszhF6/qdV4j8HPXA319Oj g6fafetpIhkNhPBI9yFwu5jp8YwjQewc7VfTlHOj9HIUwMYP/aHrVRtyXfid5nKZZH3l aanQ== MIME-Version: 1.0 X-Received: by 10.180.189.40 with SMTP id gf8mr2759279wic.32.1437020849393; Wed, 15 Jul 2015 21:27:29 -0700 (PDT) Received: by 10.27.214.139 with HTTP; Wed, 15 Jul 2015 21:27:29 -0700 (PDT) In-Reply-To: <25221.1436469346@chaos> References: <1436393665-1327-1-git-send-email-rndfax@yandex.ru> <25221.1436469346@chaos> Date: Wed, 15 Jul 2015 21:27:29 -0700 Message-ID: Subject: Re: [PATCH] uart_core: start countdown for non-interrupt mode From: Neel Natu To: "Simon J. Gerraty" Cc: Aleksey Kuleshov , FreeBSD current Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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, 16 Jul 2015 04:27:31 -0000 Thanks for the patch. Committed as r285619: https://svnweb.freebsd.org/changeset/base/285619 best Neel On Thu, Jul 9, 2015 at 12:15 PM, Simon J. Gerraty wrote: > Aleksey Kuleshov wrote: > >> The uart_intr will never be called if interrupts are not available. >> Start counter with callout_reset call. > > FWIW this fixed an issue we were investgating. > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"