freebsd-dev/sys/i386
John Baldwin 1691b62202 Rewrite the i386 memory probe:
- Check for SMAP data from the loader first.  If it exists, don't bother
  doing any VM86 calls at all.  This will be more friendly for non-BIOS
  boot environments such as EFI, etc.
- Move the base memory setup into a new basemem_setup() routine instead
  of duplicating it.
- Simplify the XEN case by removing all of the VM86/SMAP parsing code rather
  than just jumping over it.
- Adjust some comments to better explain the code flow.

MFC after:	2 weeks
2010-09-27 19:36:15 +00:00
..
acpica For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' in 2010-08-17 20:39:28 +00:00
bios Introduce the new kernel sub-tree x86 which should contain all the code 2010-02-25 14:13:39 +00:00
compile
conf Now userland POSIX semaphore is based on umtx. The kernel module 2010-09-24 09:04:16 +00:00
i386 Rewrite the i386 memory probe: 2010-09-27 19:36:15 +00:00
ibcs2 Regenerate 2010-06-28 18:17:21 +00:00
include Refactor timer management code with priority to one-shot operation mode. 2010-09-13 07:25:35 +00:00
isa Simplify fldcw() macro. There is no reason to use pointer here. No object 2010-07-26 23:20:55 +00:00
linux The interpreter name should no longer be treated as a buffer that can be 2010-07-28 04:47:40 +00:00
pci Change the MPTable and $PIR PCI-PCI bridge drivers to inherit from the 2010-08-05 17:48:37 +00:00
svr4 Change some movl's to mov's. Newer GAS no longer accept 'movl' instructions 2009-01-31 11:37:21 +00:00
xbox Update d_mmap() to accept vm_ooffset_t and vm_memattr_t. 2009-12-29 21:51:28 +00:00
xen Update various places that store or manipulate CPU masks to use cpumask_t 2010-08-11 23:22:53 +00:00
Makefile Update entries for building tags. 2007-05-13 18:21:54 +00:00