NetBSD/sys/arch/sgimips/hpc
thorpej a180cee23b Pool deals fairly well with physical memory shortage, but it doesn't
deal with shortages of the VM maps where the backing pages are mapped
(usually kmem_map).  Try to deal with this:

* Group all information about the backend allocator for a pool in a
  separate structure.  The pool references this structure, rather than
  the individual fields.
* Change the pool_init() API accordingly, and adjust all callers.
* Link all pools using the same backend allocator on a list.
* The backend allocator is responsible for waiting for physical memory
  to become available, but will still fail if it cannot callocate KVA
  space for the pages.  If this happens, carefully drain all pools using
  the same backend allocator, so that some KVA space can be freed.
* Change pool_reclaim() to indicate if it actually succeeded in freeing
  some pages, and use that information to make draining easier and more
  efficient.
* Get rid of PR_URGENT.  There was only one use of it, and it could be
  dealt with by the caller.

From art@openbsd.org.
2002-03-08 20:48:27 +00:00
..
dsclock_hpc.c make RTC year IRIX semantics adjustments a macro 2002-01-14 16:23:27 +00:00
files.hpc Adjust for dsclock name change. 2001-11-25 15:26:03 +00:00
hpc.c Less odious hack for powerfail interrupt; even thought it's still odious, 2002-01-25 04:54:31 +00:00
hpcdma.c * Clean up HPC autoconfiguration a little. Pass device register and 2001-11-18 08:16:15 +00:00
hpcdma.h * Add a callback to the front-end for the 33c93 driver to reset 2001-11-18 05:14:38 +00:00
hpcreg.h * Clean up HPC autoconfiguration a little. Pass device register and 2001-11-18 08:16:15 +00:00
hpcvar.h * Clean up HPC autoconfiguration a little. Pass device register and 2001-11-18 08:16:15 +00:00
if_sq.c Post Jason's autoconfig cleanup, the DMA tags are actually passed in from 2001-11-20 16:10:49 +00:00
iocreg.h IOC1/2 memory map. 2001-05-11 03:18:57 +00:00
sbic.c Pool deals fairly well with physical memory shortage, but it doesn't 2002-03-08 20:48:27 +00:00
sbicreg.h sbic -> wd33c93, in preparation for the core driver going into 2001-11-21 23:22:25 +00:00
sbicvar.h sbic -> wd33c93, in preparation for the core driver going into 2001-11-21 23:22:25 +00:00
sqvar.h - Differentiate beteen the 8003 and 80c03 (the 80c03 has some additional 2001-06-07 23:05:51 +00:00
wdsc.c sbic -> wd33c93, in preparation for the core driver going into 2001-11-21 23:22:25 +00:00