NetBSD/sys/arch/sun3/sun3x
thorpej 2580d306ab Change the vm_map's "entries_pageable" member to a r/o flags member, which
has PAGEABLE and INTRSAFE flags.  PAGEABLE now really means "pageable",
not "allocate vm_map_entry's from non-static pool", so update all map
creations to reflect that.  INTRSAFE maps are maps that are used in
interrupt context (e.g. kmem_map, mb_map), and thus use the static
map entry pool (XXX as does kernel_map, for now).  This will eventually
change now these maps are locked, as well.
1999-05-26 19:16:28 +00:00
..
bus_subr.c Changes for modified pmap_enter() API: 1999-03-26 23:41:25 +00:00
clock.c Default the interrupt priority in match functions. 1998-02-08 05:05:54 +00:00
dvma.c Changes for modified pmap_enter() API: 1999-03-26 23:41:25 +00:00
enable.c Merge arch/sun3x into arch/sun3 1998-02-05 04:56:24 +00:00
enable.h
genassym.c SVR4-related typo in previous. 1999-05-06 14:16:07 +00:00
idprom.c Fix unused variable warning 1999-04-12 01:30:22 +00:00
iommu.c Merge arch/sun3x into arch/sun3 1998-02-05 04:56:24 +00:00
iommu.h Add: IOMMU_VA_MASK 1998-01-22 22:07:45 +00:00
locore.s Include opt_compat_sunos.h 1999-04-30 09:21:54 +00:00
locore2.c defopt DDB. 1998-07-04 22:18:13 +00:00
machdep.c Change the vm_map's "entries_pageable" member to a r/o flags member, which 1999-05-26 19:16:28 +00:00
mem.c Oops; vm_offset_t -> vaddr_t. 1999-03-27 00:30:06 +00:00
mk48t02.h Provide a struct representing only the clock. 1997-04-25 18:47:41 +00:00
obio.c Add the address of the DMA gate array (used by the esp driver). 1999-04-06 02:07:51 +00:00
obio.h Add the address of the DMA gate array (used by the esp driver). 1999-04-06 02:07:51 +00:00
obmem.h
pmap.c Add opt_ddb.h 1999-04-08 05:07:35 +00:00
pmap_pvt.h Pad out table manager structures so that all the members in the contiguous 1997-12-17 16:20:33 +00:00
vme.c Merge arch/sun3x into arch/sun3 1998-02-05 04:56:24 +00:00
vme.h Merge arch/sun3x into arch/sun3 1998-02-05 04:56:24 +00:00