Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Introduce efimd_va2pa() to translate addresses in efi_copy{in|out}() | marcel | 2004-11-28 | 1 | -23/+10 |
| | | | | | and efi_readin(). This removes MD code from copy.c. o Don't unconditionally add pal.S to SRCS. It's specific to ia64. | ||||
* | Use __FBSDID rather than rcsid[]. | obrien | 2003-04-03 | 1 | -4/+2 |
| | |||||
* | o Remove namespace pollution from param.h: | marcel | 2002-05-19 | 1 | -0/+1 |
| | | | | | | | | | | | - Don't include ia64_cpu.h and cpu.h - Guard definitions by _NO_NAMESPACE_POLLUTION - Move definition of KERNBASE to vmparam.h o Move definitions of IA64_RR_{BASE|MASK} to vmparam.h o Move definitions of IA64_PHYS_TO_RR{6|7} to vmparam.h o While here, remove some left-over Alpha references. | ||||
* | Make this do the right thing (mostly). We should still reserve the pages | dfr | 2001-09-14 | 1 | -5/+13 |
| | | | | that the kernel loads into using the EFI AllocatePages call. | ||||
* | style(9) + fix FreeBSD id's. | obrien | 2001-06-16 | 1 | -9/+11 |
| | |||||
* | First approximation of an ia64 EFI loader. Not functional. | dfr | 2001-06-09 | 1 | -0/+59 |