freebsd-dev/sys/dev/bktr
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
..
bktr_audio.c
bktr_audio.h
bktr_card.c Remove unintended growth of bt848_card_signature. 2003-02-03 18:59:12 +00:00
bktr_card.h
bktr_core.c
bktr_core.h
bktr_i2c.c
bktr_i2c.h
bktr_mem.c
bktr_mem.h
bktr_os.c - Add vm_paddr_t, a physical address type. This is required for systems 2003-03-25 00:07:06 +00:00
bktr_os.h
bktr_reg.h
bktr_tuner.c
bktr_tuner.h
CHANGELOG.TXT
ioctl_bt848.h
ioctl_meteor.h