jake 783ae539c3 - Add vm_paddr_t, a physical address type. This is required for systems
where physical addresses larger than virtual addresses, such as i386s
  with PAE.
- Use this to represent physical addresses in the MI vm system and in the
  i386 pmap code.  This also changes the paddr parameter to d_mmap_t.
- Fix printf formats to handle physical addresses >4G in the i386 memory
  detection code, and due to kvtop returning vm_paddr_t instead of u_long.

Note that this is a name change only; vm_paddr_t is still the same as
vm_offset_t on all currently supported platforms.

Sponsored by:	DARPA, Network Associates Laboratories
Discussed with:	re, phk (cdevsw change)
2003-03-25 00:07:06 +00:00
..
2002-11-14 05:08:22 +00:00
2003-03-06 23:58:34 +00:00
2003-03-21 22:02:58 +00:00
2002-09-20 18:15:40 +00:00
2003-03-05 08:16:29 +00:00
2002-10-18 12:06:01 +00:00
2003-02-16 01:30:31 +00:00
2003-02-19 00:32:01 +00:00
2003-03-05 08:16:29 +00:00
2002-11-28 01:09:29 +00:00
2003-03-16 00:30:02 +00:00
2003-03-05 08:16:29 +00:00
2003-03-05 08:16:29 +00:00
2003-03-18 21:26:28 +00:00
2003-03-24 21:01:54 +00:00
2002-11-28 01:15:01 +00:00
2003-03-22 15:39:38 +00:00