freebsd-dev/sys/dev/syscons
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
..
apm Use repo-copied files in sys/i386/bios. 2003-03-24 19:14:46 +00:00
blank
daemon Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
dragon
fade
fire
green
logo
rain chase more of the MIN/MAX mess. *sigh* 2003-02-02 13:52:25 +00:00
snake Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
star
warp
scgfbrndr.c
schistory.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
scmouse.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
scterm-dumb.c
scterm-sc.c
scterm.c
sctermvar.h Do not try to work around ``poor (un)sign extension code'' 2002-10-20 22:50:13 +00:00
scvesactl.c
scvgarndr.c
scvidctl.c Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:23:09 +00:00
scvtb.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
syscons.c - Add vm_paddr_t, a physical address type. This is required for systems 2003-03-25 00:07:06 +00:00
syscons.h
sysmouse.c Gigacommit to improve device-driver source compatibility between 2003-03-03 12:15:54 +00:00