From owner-svn-src-head@freebsd.org Mon Jul 23 18:43:13 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F94D1052394; Mon, 23 Jul 2018 18:43:13 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it0-x22d.google.com (mail-it0-x22d.google.com [IPv6:2607:f8b0:4001:c0b::22d]) (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 0DF5B89B2C; Mon, 23 Jul 2018 18:43:13 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it0-x22d.google.com with SMTP id w16-v6so264779ita.0; Mon, 23 Jul 2018 11:43:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=e1REQZ+RBdulVdblpOvUx3L7j+UpKSqsdjATVmwBnU8=; b=ezk94wTnZWW95bl9lUp1y2uG7jcVAQdfTaZLwj35EAfvv/eW1yIarTjPIgCryPUJny aRYBWAFeR7V0Adxa4+Cf62IrRmJ/9UCuULXCmpzcGZ2wqKdIk7FAhAM4d3YWzUT7rTz3 ZdY1KBhckzvXDr2bbntjuErimmRRwvPQUHLhMx140Mcqr16katEj+b6GIQykJm+veRuG ckaq/NDBBm2tsGqNwklv4I0wXMJ5KGi8KCdaNpx88e606KJa0ib+AGaNfqKLIA2YP7np MhS12+NJQVISKc2beemQ7jYu6g7DMKLbHil+lZgirhywsUyYDdeRmfubpwAGDk7UyZ4Z vfGg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=e1REQZ+RBdulVdblpOvUx3L7j+UpKSqsdjATVmwBnU8=; b=qObyQkgcKasdEWc+lrvCfsS70d85Kt7k4RT1HDQVoC0WsYuUWPwGenRKMMGl9WHb9Q 25fcC4701ah1VGtInx6NORYmtj/STaVlnZ+k6comRMfIM58UABxoDUsLs6XbddeJa6Xb uaW9v0f9gxPCT/p7VsGAXSDjhoKpeb4n+WTJ2AaqUVQNNjSNU89bLiorXPdnEFFGKcSe xtpkCsS5Ci+qvjmNCyI4PYCPDby6GZs4EuVbiSH+fqN7xOo02mSmIgUdT7npvm3qmsrd wx//XXyuaXCs4TlnWSLqRXeasUsUQU3ZeCPv290bZim2qwLhAHrUDif8JfbviPhgMI4u Dh8Q== X-Gm-Message-State: AOUpUlGph9xhd7astRsxUuGgoZuvFTjyFU/a1fcDO+zxUAmBcpnXDq+1 Fk9GDy0kkqlQ+vtK4gpgF/5tZGvbfgiEIVRrKz+Kgw== X-Google-Smtp-Source: AAOMgpdtvYhmbDHKIdsz8ZZBg90nMv5AgXbzPUpORnOXUg8WEtF2CvJqcZq5tCY2Gw5M0cr32Tn/bp76ZPMLyLH3UYA= X-Received: by 2002:a24:c888:: with SMTP id w130-v6mr178234itf.78.1532371392259; Mon, 23 Jul 2018 11:43:12 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 2002:a6b:290d:0:0:0:0:0 with HTTP; Mon, 23 Jul 2018 11:42:51 -0700 (PDT) In-Reply-To: <201807222332.w6MNWMNp061103@repo.freebsd.org> References: <201807222332.w6MNWMNp061103@repo.freebsd.org> From: Ed Maste Date: Mon, 23 Jul 2018 14:42:51 -0400 X-Google-Sender-Auth: Ipm22V3HO--hBrxb4iyBMmH1_cg Message-ID: Subject: Re: svn commit: r336623 - head/sys/dev/uart To: Matt Macy Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jul 2018 18:43:13 -0000 On 22 July 2018 at 19:32, Matt Macy wrote: > Author: mmacy > Date: Sun Jul 22 23:32:21 2018 > New Revision: 336623 > URL: https://svnweb.freebsd.org/changeset/base/336623 > > Log: > Add busy detect quirk to list of console options After rebasing my working tree and testing this morning I found that the serial console on my Pine64 no longer works; after discussion on IRC manu@ bisected and identified this commit, and I can confirm that reverting the change fixes my console. There are ongoing discussions about possible ways to address this; I'm following up with this info for now in case anyone else encounters this prior to a fix being committed.