Date: Sun, 18 Nov 2001 23:09:47 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/efi/include efi.h efifpswa.h src/sys/boot/efi/libefi Makefile bootinfo.c efiboot.h efifpswa.c Message-ID: <200111190709.fAJ79lP86596@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2001/11/18 23:09:47 PST Modified files: sys/boot/efi/include efi.h sys/boot/efi/libefi Makefile bootinfo.c efiboot.h Added files: sys/boot/efi/include efifpswa.h sys/boot/efi/libefi efifpswa.c Log: Lookup the EFI_FPSWA driver and pass the interface pointer through to the kernel before we call ExitBootServices(). I've typed the definitions in efifpswa.h from the Intel FPSWA manual (urk). Revision Changes Path 1.2 +1 -0 src/sys/boot/efi/include/efi.h 1.1 +40 -0 src/sys/boot/efi/include/efifpswa.h (new) 1.6 +5 -1 src/sys/boot/efi/libefi/Makefile 1.5 +2 -0 src/sys/boot/efi/libefi/bootinfo.c 1.6 +3 -1 src/sys/boot/efi/libefi/efiboot.h 1.1 +59 -0 src/sys/boot/efi/libefi/efifpswa.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111190709.fAJ79lP86596>