NetBSD/sys/arch/alpha
thorpej 94552ad5d6 - Use alpha_atomic_{add,sub}_q() to update the pmap statistics. We now no
longer need to lock the kernel pmap in pmap_kenter_pa() and pmap_kremove().
- Since locking the kernel pmap in interrupt context is no longer required,
  don't go to splimp() when locking the kernel pmap.
- Implement a new pmap_remove() function, not yet enabled by default.  It
  is structured like pmap_protect, and should be *much* faster.  This was
  actually written quite some time ago, but never committed because it
  didn't work properly.  Given the recent bugfix to pmap_protect(), "duh,
  of course it didn't work properly before...".  It seems to work fine now
  (have done several builds and run the UVM regression tests using the new
  code), but it is currently run-time optional so that some performance
  measurements can be easily run against the old and new code.
1999-11-28 19:53:11 +00:00
..
a12 Rework layer 2 protocol input routines. Instead of calling e.g. ether_input() 1999-05-18 23:52:51 +00:00
alpha - Use alpha_atomic_{add,sub}_q() to update the pmap statistics. We now no 1999-11-28 19:53:11 +00:00
common Update for pmap_enter() API change. 1999-11-13 00:27:21 +00:00
compile
conf bring in content of GENERIC.v6 into GENERIC. 1999-11-21 14:00:37 +00:00
include - Use alpha_atomic_{add,sub}_q() to update the pmap statistics. We now no 1999-11-28 19:53:11 +00:00
isa completely remove Mach VM support. all that is left is the all the 1999-03-24 05:50:49 +00:00
mcbus Add in a step to actually probe for MCPCIAs. This allows us to run on 1999-11-16 18:37:24 +00:00
pci Make sure a MCPCIA exists before trying to initialize it. Also make 1999-11-16 18:33:11 +00:00
stand Backout my libsa changes. 1999-11-13 21:33:12 +00:00
tc Include sys/device.h so that this file compiles again; file dev/tc/tcvar.h 1999-11-16 12:26:42 +00:00
tlsb Move cpu_info and related info into <machine/cpu.h>, and implement the 1999-08-10 23:35:43 +00:00
Makefile
STYLE