NetBSD/sys/arch/i386
thorpej d7e12660a3 Work around the problem that causes kern/12554. Basically,
there are some pathological cases that cause pmap_page_protect()
to be called on a wired page to revoke all mappings.  We
need to skip mappings that are actually wired to prevent Bad
things from happening later.

THIS IS JUST A WORK-AROUND.  We need to prevent the pathological
behavior from happening in UVM to begin with.  But it's unclear
what the right solution is there, right now.
2001-04-25 16:18:24 +00:00
..
bioscall
compile
conf fix typo 2001-04-23 05:45:43 +00:00
eisa
gdbscripts
i386 Work around the problem that causes kern/12554. Basically, 2001-04-25 16:18:24 +00:00
include Move _i386_memio_unmap() into bus_machdep.c; the ACPI code wants it. 2001-04-25 03:31:23 +00:00
isa Move the inclusion of 'mca.h' so that it doesn't depend on pcppi. The clock 2001-04-23 09:35:12 +00:00
mca Introduce machdep mca_disk_[un]busy(), which turn on/off disk LED. 2001-04-22 11:52:18 +00:00
pci - fixup only #0 bus --> fixup maxbus. 2001-04-23 19:15:29 +00:00
pnpbios Sprinkle pmap_update() calls after calls to: 2001-04-24 04:30:50 +00:00
stand Explain some SA_* options - reading compressed kernels, netboot 2001-03-31 09:45:11 +00:00
Makefile Remove gratuitous setting of SYSDIR; 2001-04-03 17:12:23 +00:00