freebsd-dev/sys/sparc64
Alan Cox dca96f1adc - Export pmap_enter_quick() to the MI VM. This will permit the
implementation of a largely MI pmap_object_init_pt() for vnode-backed
   objects.  pmap_enter_quick() is implemented via pmap_enter() on sparc64
   and powerpc.
 - Correct a mismatch between pmap_object_init_pt()'s prototype and its
   various implementations.  (I plan to keep pmap_object_init_pt() as
   the MD hook for device-backed objects on i386 and amd64.)
 - Correct an error in ia64's pmap_enter_quick() and adjust its interface
   to match the other versions.  Discussed with: marcel
2003-06-29 21:20:04 +00:00
..
central Use M_WAITOK. 2003-02-19 17:25:58 +00:00
compile
conf Fix LINT for now. 2003-06-11 23:42:41 +00:00
ebus Fix interrupt assignment for non-builtin PCI devices on e450s. 2003-05-30 20:48:05 +00:00
fhc Fix definite panic when releasing interrupt resources. 2003-02-19 19:40:40 +00:00
include add support for peeking at pci busses on UltraSparc systems. This prevents 2003-06-22 01:26:08 +00:00
isa fix misspelling of ORIR_NOTFOUND 2003-06-16 19:06:36 +00:00
pci add support for peeking at pci busses on UltraSparc systems. This prevents 2003-06-22 01:26:08 +00:00
sbus Further cleanup of the sparc64 busdma implementation: 2003-06-18 16:41:36 +00:00
sparc64 - Export pmap_enter_quick() to the MI VM. This will permit the 2003-06-29 21:20:04 +00:00