freebsd-dev/sys/i386
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
..
acpica - Add vm_paddr_t, a physical address type. This is required for systems 2003-03-25 00:07:06 +00:00
bios Correct a mis-merge. 2003-03-24 19:54:14 +00:00
compile Don't need the .keep_me files. Obrien and I committed past each other. 2001-07-01 23:35:44 +00:00
conf Remove bitrot associated with `maxusers'. 2003-03-22 14:18:23 +00:00
i386 - Add vm_paddr_t, a physical address type. This is required for systems 2003-03-25 00:07:06 +00:00
ibcs2 Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
include - Add vm_paddr_t, a physical address type. This is required for systems 2003-03-25 00:07:06 +00:00
isa - Add vm_paddr_t, a physical address type. This is required for systems 2003-03-25 00:07:06 +00:00
linux Sync up linux and svr compat elf fixup functions for exec(). These 2003-03-21 19:49:34 +00:00
pci Initiate de-orbit burn for USE_PCI_BIOS_FOR_READ_WRITE. This has been 2003-02-18 03:36:49 +00:00
svr4 SCARGS removal take II. 2002-12-14 01:56:26 +00:00
Makefile This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00