Use __DEQUALIFY, not only __DECONST to get rid of the volatile too.
[dragonfly.git] / sys / boot / efi / loader / version
1 $FreeBSD: src/sys/boot/efi/loader/version,v 1.5 2002/12/10 20:11:20 marcel Exp $
2 $DragonFly: src/sys/boot/efi/loader/version,v 1.1 2003/11/10 06:08:33 dillon Exp $
3
4 NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.  The format of this
5 file is important.  Make sure the current version number is on line 6.
6
7 1.1:    Pass the HCDP table address to the kernel via bootinfo if one
8         is present in the EFI system table.
9 1.0:    Don't map the I/O port range. We expect the kernel to do it. It
10         was done in the loader as a debugging aid and not intended as a
11         service/feature.
12 0.3:    Pass the physical address of the bootinfo block in register r8
13         to the kernel. Continue to put it at the fixed address for now.
14 0.2:    Much improved version. Significant is the support for passing
15         the FPSWA interface pointer to the kernel.
16 0.1:    Initial EFI version, germinated from the NetBSD i386
17         standalone, but enormously modified.