version revision 202552
1$FreeBSD: head/sys/boot/ia64/efi/version 202552 2010-01-18 06:48:24Z 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
62.1:	Add support for "-dev <part>" argument parsing.
72.0:	Provide devices based on the block I/O protocol, rather than the
8	simple file services protocol. Use the FreeBSD file system code
9	on top of those devices to access files.
101.2:	Restructured. Has some user visible differences.
111.1:	Pass the HCDP table address to the kernel via bootinfo if one
12	is present in the EFI system table.
131.0:	Don't map the I/O port range. We expect the kernel to do it. It
14	was done in the loader as a debugging aid and not intended as a
15	service/feature.
160.3:	Pass the physical address of the bootinfo block in register r8
17	to the kernel. Continue to put it at the fixed address for now.
180.2:	Much improved version. Significant is the support for passing
19	the FPSWA interface pointer to the kernel.
200.1:	Initial EFI version, germinated from the NetBSD i386
21	standalone, but enormously modified.
22