From owner-svn-src-all@freebsd.org Tue Dec 22 04:13:23 2015 Return-Path: Delivered-To: svn-src-all@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 DC066A4CA4F; Tue, 22 Dec 2015 04:13:23 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io0-x22c.google.com (mail-io0-x22c.google.com [IPv6:2607:f8b0:4001:c06::22c]) (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 B7A761253; Tue, 22 Dec 2015 04:13:23 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io0-x22c.google.com with SMTP id e126so175346609ioa.1; Mon, 21 Dec 2015 20:13:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=q4yWIbtP0rzezGKN3tv4+WJXgpVL3z1VG68tJR3x8Dg=; b=MNXW+Ruo6rjyRaybpcKLJ54zpUmf14Q/as6WttMEVCI8iBYnQMc3FNulkgUIXL18uc 024auFUetb1bkGYhbLhFFKMS4jwulfk1xTKVfQGLjX+z3IOXtyVUqYrTYs25XzZNCNdP xSEhR+kL0v7TfNuZDBcwis1a+VAwm8O4uOEsgCLSCTAurz9UamuzkrcgGVd8VQ5pCQJH coT/pso0PWsu1IPVM6ccIUa8S54RxKbQ6egz/HFCa6SH6nlAv0F/AayQdKvY1wz4EK+Z 0mE4ETbAsus0LoRvZRd4XsYIkL9ocfzL7gT4Bok+vwUB/Z7cjQ31BuhxL1zugLJ6mY6J sLLw== X-Received: by 10.107.30.80 with SMTP id e77mr23509543ioe.180.1450757603115; Mon, 21 Dec 2015 20:13:23 -0800 (PST) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.163.66 with HTTP; Mon, 21 Dec 2015 20:13:03 -0800 (PST) In-Reply-To: <6789662.X7p9Lo7J5l@ralph.baldwin.cx> References: <201512212242.tBLMg3IH035362@repo.freebsd.org> <6789662.X7p9Lo7J5l@ralph.baldwin.cx> From: Ed Maste Date: Tue, 22 Dec 2015 04:13:03 +0000 X-Google-Sender-Auth: _rrLshet9uXowJKp-rwZyyZofPw Message-ID: Subject: Re: svn commit: r292576 - head/sys/boot/efi/boot1 To: John Baldwin Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 04:13:24 -0000 On 21 December 2015 at 23:26, John Baldwin wrote: > > Perhaps it would be useful to have a shared 'EFI_ERROR_NUM()' macro? Yes, or perhaps even an efi_err() similar to err(3). My immediate goal is to bring the UEFI fixes from HEAD into stable/10 for 10.3, but will add EFI_ERROR_NUM or efi_err in a bit.