NetBSD/sys/arch/bebox
thorpej 1c3a62e066 Sprinkle pmap_update() calls after calls to:
- pmap_enter()
- pmap_remove()
- pmap_protect()
- pmap_kenter_pa()
- pmap_kremove()
as described in pmap(9).

These calls are relatively conservative.  It may be possible to
optimize these a little more.
2001-04-24 04:30:50 +00:00
..
bebox Sprinkle pmap_update() calls after calls to: 2001-04-24 04:30:50 +00:00
compile
conf Cosmetic change 2001-04-04 17:08:07 +00:00
include Add definitions of C99 integer format conversion macros. 2001-04-15 17:13:04 +00:00
isa Move the ISA DMA cookie into isadma_machdep.c. 2000-11-15 19:31:35 +00:00
pci Supply a pci_bus_dma_tag. 2001-02-12 06:01:46 +00:00
stand Make sure that this will compile on a big-endian system. 2001-04-11 01:47:18 +00:00
Makefile