freebsd-dev/sys/amd64
Peter Wemm 64ca701084 Fix a hideous TLB bug. pmap_unmapdev neglected to remove the device
mappings from the page tables, which were mapped with PG_G!  We could
reuse the page table entry for another mapping (pmap_mapdev) but it
would never have cleared any remaining PG_G TLB entries.
2002-07-08 00:17:43 +00:00
..
acpica Resolve conflicts arising from the ACPI CA 20020404 import. 2002-06-30 17:53:12 +00:00
amd64 Fix a hideous TLB bug. pmap_unmapdev neglected to remove the device 2002-07-08 00:17:43 +00:00
compile Make space for compilations. 2002-07-06 02:49:07 +00:00
conf Make NEWCARD the default pccard/cardbus system. 2002-07-07 19:00:00 +00:00
ia32 Initial support for executing IA-32 binaries. This will not compile 2002-04-10 19:34:51 +00:00
include This is the start of the FreeBSD/x86_64 kernel. 2002-06-30 08:57:17 +00:00
isa Remove a couple of __P() stragglers. 2002-06-29 02:32:34 +00:00
pci Use a common function to map the bogus intlines. 2002-06-01 05:14:11 +00:00
Makefile This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00