Re: svn commit: r292576 - head/sys/boot/efi/boot1

2015-12-21 Thread Ed Maste
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

Re: svn commit: r292576 - head/sys/boot/efi/boot1

2015-12-21 Thread John Baldwin
On Monday, December 21, 2015 10:42:03 PM Ed Maste wrote: > Author: emaste > Date: Mon Dec 21 22:42:03 2015 > New Revision: 292576 > URL: https://svnweb.freebsd.org/changeset/base/292576 > > Log: > boot1.efi: show EFI error number, not full status value > > EFI return values set the high bit

svn commit: r292576 - head/sys/boot/efi/boot1

2015-12-21 Thread Ed Maste
Author: emaste Date: Mon Dec 21 22:42:03 2015 New Revision: 292576 URL: https://svnweb.freebsd.org/changeset/base/292576 Log: boot1.efi: show EFI error number, not full status value EFI return values set the high bit to indicate an error. The log messages changed here are printed only in