NetBSD/sys/arch/arm26
thorpej cfb5c7ed9f Make pmap_virtual_space() a required pmap function, even on platforms
which have pmap_steal_memory().  This is to reduce the API differences
between pmaps that implement pmap_steal_memory() and pmaps which do
not.

Note that pmap_steal_memory() needs to adjust *vstartp and/or
*vendp only if it used addresses within the range provided to UVM
via the pmap_virtual_space() call.  I.e. it is not necessary to do
so in any current pmap_steal_memory() implementation.
2001-04-22 17:22:57 +00:00
..
arm26 Make pmap_virtual_space() a required pmap function, even on platforms 2001-04-22 17:22:57 +00:00
compile
conf Move arcpp so it attaches before podulebus. 2001-04-22 15:26:07 +00:00
include Ensure that we have some idea what a label_t is, even in userland. 2001-04-16 17:30:32 +00:00
iobus Randomize the statclock period properly. We use the same algorithm as the 2001-04-16 14:12:38 +00:00
ioc Driver for Archimedes parallel ports. I haven't got a parallel printer, so 2001-04-22 15:01:25 +00:00
podulebus Remove <arch/arm26/podulebus/podulebus.h>. Podulebus driverd now include 2001-04-19 13:47:07 +00:00
stand Reduce the amount of memory allocated for assembler fragments. 2001-02-23 00:27:40 +00:00
vidc Correct return type of arcvideo_show_screen(). 2001-02-17 18:45:19 +00:00
Makefile New mechanism for building the tokenised version of BBBB under NetBSD. This 2000-11-21 23:47:37 +00:00