mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
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) |
||
|---|---|---|
| .. | ||
| 30line.h | ||
| cbus.h | ||
| cbus_dma.c | ||
| clock.c | ||
| fdc.c | ||
| fdcreg.h | ||
| gdc.c | ||
| olpt.c | ||
| pckbd.c | ||
| pcrtc.c | ||
| pmc.c | ||
| ppc.c | ||
| ppcreg.h | ||
| sc_machdep.h | ||
| scgdcrndr.c | ||
| scterm-sck.c | ||
| scvtb.c | ||
| sio.c | ||
| sio_cbus.c | ||
| syscons_cbus.c | ||