diff options
author | marcel <marcel@FreeBSD.org> | 2002-11-28 03:25:51 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2002-11-28 03:25:51 +0000 |
commit | 99d4b2d8ed2d7f9eb68bde11d0fd0c03adf66bc6 (patch) | |
tree | 20c215fba522161e819bd8eede022e853677e7da /sys/boot/efi/loader | |
parent | be903d232dd064901b2ea29e621cce41177af685 (diff) | |
download | FreeBSD-src-99d4b2d8ed2d7f9eb68bde11d0fd0c03adf66bc6.zip FreeBSD-src-99d4b2d8ed2d7f9eb68bde11d0fd0c03adf66bc6.tar.gz |
Remove a left-over virtual mapping of uncached I/O port space.
Previous kernels unwantingly depended on this mapping, but as
of version 1.123 of src/sys/ia64/ia64/machdep.c this dependency
has been removed. Consequently, one has to update the kernel
before updating the loader. The documented/recommended upgrade
will suffice in this case.
Due to a visible (from the kernels point of view) change in
behaviour, bump the loader version number from 0.3 to 1.0.
Approved by: re (carte blanc)
Diffstat (limited to 'sys/boot/efi/loader')
-rw-r--r-- | sys/boot/efi/loader/version | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/boot/efi/loader/version b/sys/boot/efi/loader/version index b1f04d7..9ef0fcb 100644 --- a/sys/boot/efi/loader/version +++ b/sys/boot/efi/loader/version @@ -3,6 +3,9 @@ $FreeBSD$ NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this file is important. Make sure the current version number is on line 6. +1.0: Don't map the I/O port range. We expect the kernel to do it. It + was done in the loader as a debugging aid and not intended as a + service/feature. 0.3: Pass the physical address of the bootinfo block in register r8 to the kernel. Continue to put it at the fixed address for now. 0.2: Much improved version. Significant is the support for passing |