version revision 107733
1$FreeBSD: head/sys/boot/ia64/efi/version 107733 2002-12-10 20:11:20Z marcel $
2
3NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.  The format of this
4file is important.  Make sure the current version number is on line 6.
5
61.1:	Pass the HCDP table address to the kernel via bootinfo if one
7	is present in the EFI system table.
81.0:	Don't map the I/O port range. We expect the kernel to do it. It
9	was done in the loader as a debugging aid and not intended as a
10	service/feature.
110.3:	Pass the physical address of the bootinfo block in register r8
12	to the kernel. Continue to put it at the fixed address for now.
130.2:	Much improved version. Significant is the support for passing
14	the FPSWA interface pointer to the kernel.
150.1:	Initial EFI version, germinated from the NetBSD i386
16	standalone, but enormously modified.
17