NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-ia64/50719: remove duplicate EFI files for ia64



The following reply was made to PR port-ia64/50719; it has been noted by GNATS.

From: scole_mail <scole_mail%gmx.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: port-ia64/50719: remove duplicate EFI files for ia64
Date: Fri, 12 Feb 2016 09:12:11 -0500

 I forgot to include one change:
 
 Index: sys/external/bsd/gnu-efi/dist/inc/efiapi.h
 ===================================================================
 RCS file: /cvsroot/src/sys/external/bsd/gnu-efi/dist/inc/efiapi.h,v
 retrieving revision 1.1.1.1
 diff -b -u -r1.1.1.1 efiapi.h
 --- sys/external/bsd/gnu-efi/dist/inc/efiapi.h  1 Apr 2014 16:16:07 -0000       1.1.1.1
 +++ sys/external/bsd/gnu-efi/dist/inc/efiapi.h  12 Feb 2016 14:09:05 -0000
 @@ -848,6 +848,9 @@
  #define SAL_SYSTEM_TABLE_GUID    \
      { 0xeb9d2d32, 0x2d88, 0x11d3, {0x9a, 0x16, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d} }
  
 +/* DIG64 Headless Console & Debug Port Table. */
 +#define        HCDP_TABLE_GUID    \
 +    { 0xf951938d, 0x620b, 0x42ef, {0x82, 0x79, 0xa8, 0x4b, 0x79, 0x61, 0x78, 0x98} }
  
  typedef struct _EFI_CONFIGURATION_TABLE {
      EFI_GUID                VendorGuid;
 


Home | Main Index | Thread Index | Old Index