From owner-cvs-src@FreeBSD.ORG Fri Sep 24 04:35:07 2004 Return-Path: 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 907AB16A4CE; Fri, 24 Sep 2004 04:35:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7032943D48; Fri, 24 Sep 2004 04:35:07 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8O4Z7PA090238; Fri, 24 Sep 2004 04:35:07 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8O4Z7fD090237; Fri, 24 Sep 2004 04:35:07 GMT (envelope-from marcel) Message-Id: <200409240435.i8O4Z7fD090237@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 24 Sep 2004 04:35:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/ia64/ski efi_stub.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 24 Sep 2004 04:35:07 -0000 marcel 2004-09-24 04:35:07 UTC FreeBSD src repository Modified files: sys/boot/ia64/ski efi_stub.c Log: Remove the dependency on the Intel EFI headers in sys/boot/efi. Instead use for the necessary definitions. This makes the EFI code in sys/boot/efi totally unused, except for pure EFI loaders. As such, maintenance and porting (to IA-32) of the EFI code is made as easy as possible. Revision Changes Path 1.4 +111 -110 src/sys/boot/ia64/ski/efi_stub.c