From owner-freebsd-hackers@FreeBSD.ORG Sun Dec 23 21:53:46 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E4FA5993; Sun, 23 Dec 2012 21:53:46 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-ob0-f179.google.com (mail-ob0-f179.google.com [209.85.214.179]) by mx1.freebsd.org (Postfix) with ESMTP id 980F08FC12; Sun, 23 Dec 2012 21:53:46 +0000 (UTC) Received: by mail-ob0-f179.google.com with SMTP id x4so6139125obh.24 for ; Sun, 23 Dec 2012 13:53:39 -0800 (PST) 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=Ed+cea7/+wqoU8B1pKhTZpB1B6G2Z3vFBgANNF2eS8s=; b=VU8hBTTktLeo+3CZljICoBAMBnxlZ49x5iaZGu5hjJCMyvlRW22x1nOFdeolF20FF+ 8zLXS5zkQrzvwR8dwjmjVWUy5bTOcvoeF84n+dQBWQapAEcw0QRmGAgzdrbKn3OZJwNE cLgIDDj/1NHndXV3nBYuWOVu/oQrNynJxo+r7tQl3HoK9OEw2d3OVFga3yDY4C6Zrk2Z i+sE1S2wOOSAgtsJdfnpwNrENGDNiNdlMvFb3AhlC40bLrCTv+rYvUG4pNM491n5Lsbe dYT2TuohWTV6/ck9Q2ldgBsZoYd7NzpHVcFPiPV6bHs2hvLmYxbDDI1AGOLB0yFjzVqn KQoA== MIME-Version: 1.0 Received: by 10.182.95.205 with SMTP id dm13mr16656131obb.9.1356299619849; Sun, 23 Dec 2012 13:53:39 -0800 (PST) Received: by 10.76.143.33 with HTTP; Sun, 23 Dec 2012 13:53:39 -0800 (PST) In-Reply-To: <50D708C6.6060801@FreeBSD.org> References: <50D708C6.6060801@FreeBSD.org> Date: Sun, 23 Dec 2012 13:53:39 -0800 Message-ID: Subject: Re: uart: add resume method From: Garrett Cooper To: Andriy Gapon Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-hackers@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Dec 2012 21:53:47 -0000 On Sun, Dec 23, 2012 at 5:36 AM, Andriy Gapon wrote: > > Guys, > > do you think that the following change is useful/needed? > > I needed it with UART emulated in qemu, but I have no experience with real hardware. I assume that you suspended the emulator and the UART didn't come back to life? Thanks, -Garrett