From owner-cvs-src@FreeBSD.ORG Thu Nov 2 02:42:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8B6C16A403; Thu, 2 Nov 2006 02:42:48 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8205743D49; Thu, 2 Nov 2006 02:42:48 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA22gm01021218; Thu, 2 Nov 2006 02:42:48 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA22gm01021216; Thu, 2 Nov 2006 02:42:48 GMT (envelope-from marcel) Message-Id: <200611020242.kA22gm01021216@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 2 Nov 2006 02:42:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: 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 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2006 02:42:48 -0000 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