freebsd-dev/sys/alpha/isa
Peter Wemm db17c6fc07 Tidy up some loose ends.
i386/ia64/alpha - catch up to sparc64/ppc:
- replace pmap_kernel() with refs to kernel_pmap
- change kernel_pmap pointer to (&kernel_pmap_store)
  (this is a speedup since ld can set these at compile/link time)
all platforms (as suggested by jake):
- gc unused pmap_reference
- gc unused pmap_destroy
- gc unused struct pmap.pm_count
(we never used pm_count - we track address space sharing at the vmspace)
2002-04-29 07:43:16 +00:00
..
isa_dma.c Tidy up some loose ends. 2002-04-29 07:43:16 +00:00
isa.c Don't grab the ICU lock while reading the current pending interrupts and 2002-02-08 18:30:36 +00:00
isavar.h Add a prototype for isa_irq_mask() to quiet a warning. 2001-01-24 10:25:44 +00:00
mcclock_isa.c Use bus_space_handle_t instead of bus_space_tag_t to hold the result 2000-05-27 10:02:32 +00:00