cvs commit: src/sys/boot/efi/include efi.h efi_nii.h efiapi.h eficon.h efidebug.h efidef.h efidevp.h efierr.h efifs.h efilib.h efinet.h efipart.h efiprot.h efipxebc.h efiser.h efistdarg.h src/sys/boot/efi/include/i386 efibind.h pe.h ...

Marcel Moolenaar marcel at FreeBSD.org
Thu Nov 2 02:42:48 UTC 2006


marcel      2006-11-02 02:42:48 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/efi/include efi.h efi_nii.h efiapi.h eficon.h 
                         efidebug.h efidef.h efidevp.h efierr.h 
                         efifs.h efilib.h efinet.h efipart.h 
                         efiprot.h efipxebc.h efiser.h efistdarg.h 
    sys/boot/efi/include/i386 efibind.h pe.h 
    sys/boot/efi/include/ia64 efibind.h pe.h 
  Log:
  Sync the EFI headers with version 1.10.14.62 of the Intel sample EFI
  implementation. This re-introduces C99 style comments that previously
  were replaced by original C comments.
  
  Revision  Changes    Path
  1.4       +23 -10    src/sys/boot/efi/include/efi.h
  1.3       +38 -34    src/sys/boot/efi/include/efi_nii.h
  1.7       +350 -163  src/sys/boot/efi/include/efiapi.h
  1.3       +37 -27    src/sys/boot/efi/include/eficon.h
  1.3       +41 -28    src/sys/boot/efi/include/efidebug.h
  1.3       +63 -53    src/sys/boot/efi/include/efidef.h
  1.3       +53 -21    src/sys/boot/efi/include/efidevp.h
  1.2       +9 -2      src/sys/boot/efi/include/efierr.h
  1.3       +29 -22    src/sys/boot/efi/include/efifs.h
  1.5       +6 -0      src/sys/boot/efi/include/efilib.h
  1.3       +113 -26   src/sys/boot/efi/include/efinet.h
  1.3       +13 -2     src/sys/boot/efi/include/efipart.h
  1.4       +73 -66    src/sys/boot/efi/include/efiprot.h
  1.3       +61 -48    src/sys/boot/efi/include/efipxebc.h
  1.3       +27 -20    src/sys/boot/efi/include/efiser.h
  1.2       +8 -1      src/sys/boot/efi/include/efistdarg.h
  1.4       +104 -80   src/sys/boot/efi/include/i386/efibind.h
  1.2       +39 -0     src/sys/boot/efi/include/i386/pe.h
  1.7       +134 -49   src/sys/boot/efi/include/ia64/efibind.h
  1.2       +39 -0     src/sys/boot/efi/include/ia64/pe.h


More information about the cvs-all mailing list