NetBSD/sys/arch
mhitch fd5f2fd062 Get rid of the MIPS3 mess I left in pmap_enter_pv(). The cache inhibit
of cache-index incompatible virtual mappings for a physical page may be
required for hardware without secondary (level 2) cache to detect and
correct virtual coherency problems.  I'm not sure this is really needed
anymore, since pmap_prefer() took care of of the cache-index
incompatible mappings that I have seen.  Count the times a page is
cache inhibited in enter_stats if DEBUG.

Wait for memory instead of panic() on failure to allocate a page for the
segtab or segmap [from OpenBSD arc port].  Also check for malloc()
failure on allocation of a new pv entry and panic().

Increment resident_count when adding a new page to a pmap [also from
OpenBSD].  Process resident size is now valid.
1997-07-29 01:41:46 +00:00
..
alpha fix comment glitch in the last change 1997-07-25 07:01:42 +00:00
amiga Audio: Remove the machine dependant code I put in audio.c by mistake. 1997-07-28 20:56:05 +00:00
arm32 Keep note on when we are in postmortem() in order to avoid being 1997-07-29 01:37:30 +00:00
atari use locator defines in "locators.h" to index cf_loc[] 1997-07-17 03:16:39 +00:00
hp300 Use optimized _splraise() implementation, from mac68k/intr.h 1997-07-24 05:43:08 +00:00
i386 disable the wt device for now -- it nukes ed devices too easily 1997-07-29 00:42:38 +00:00
m68k Align some comments, so that I'll be able to track changes better. 1997-07-28 19:01:13 +00:00
mac68k KNF 1997-07-26 18:13:30 +00:00
mips Get rid of the MIPS3 mess I left in pmap_enter_pv(). The cache inhibit 1997-07-29 01:41:46 +00:00
mvme68k Add "#file-system UNION" as per PR 1032. (Should mvme68k have a 1997-07-22 18:49:21 +00:00
ofppc Don't use <lib/libsa/if_ether.h> anymore. This was a copy of the 1997-07-22 17:41:01 +00:00
pc532 use locator defines in "locators.h" to index cf_loc[] 1997-07-17 02:01:26 +00:00
pica mips-tuned bcopy from Jon Kay (UCSD) released under BSD copyright, 1997-07-20 22:42:33 +00:00
pmax Add disk and tape devices for a second ASC SCSI option card. 1997-07-29 00:54:22 +00:00
powerpc Don't use <lib/libsa/if_ether.h> anymore. This was a copy of the 1997-07-22 17:41:01 +00:00
sparc Audio: Remove the machine dependant code I put in audio.c by mistake. 1997-07-28 20:56:05 +00:00
sun3 Don't use <lib/libsa/if_ether.h> anymore. This was a copy of the 1997-07-22 17:41:01 +00:00
sun3x Don't use <lib/libsa/if_ether.h> anymore. This was a copy of the 1997-07-22 17:41:01 +00:00
vax Handle XFC instruction faults. 1997-07-28 21:48:33 +00:00
x68k use locator defines in "locators.h" to index cf_loc[] 1997-07-17 02:12:50 +00:00