Jake Burkholder 227f9a1c58 - 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
..
2003-03-13 23:07:09 +00:00
2003-03-10 20:24:54 +00:00
2003-02-14 12:44:48 +00:00
2003-03-08 06:58:18 +00:00
2003-01-07 20:10:04 +00:00
2003-03-10 20:24:54 +00:00
2003-02-12 07:00:59 +00:00
2003-03-19 00:33:38 +00:00
2003-02-20 03:26:11 +00:00
2003-03-05 08:16:29 +00:00
2003-03-05 08:16:29 +00:00
2003-03-07 22:47:32 +00:00
2003-03-23 19:41:34 +00:00