freebsd-dev/sys/i386
Jake Burkholder 5501d40bb9 Made the prototypes for pmap_kenter and pmap_kremove MD. These functions
are machine dependent because they are not required to update the tlb when
mappings are added or removed, and doing so is machine dependent.
In addition, an implementation may require that pages mapped with pmap_kenter
have a backing vm_page_t, which is not necessarily true of all physical
pages, and so may choose to pass the vm_page_t to pmap_kenter instead of the
physical address in order to make this requirement clear.
2003-03-16 04:16:03 +00:00
..
acpica Gigacommit to improve device-driver source compatibility between 2003-03-03 12:15:54 +00:00
apm Gigacommit to improve device-driver source compatibility between 2003-03-03 12:15:54 +00:00
bios Gigacommit to improve device-driver source compatibility between 2003-03-03 12:15:54 +00:00
compile
conf Update the DRM to latest from DRI CVS. This is approximately the version 2003-03-09 02:08:30 +00:00
i386 Grab Giant around calls to contigmalloc() and contigfree() so 2003-03-13 17:18:48 +00:00
ibcs2 Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
include Made the prototypes for pmap_kenter and pmap_kremove MD. These functions 2003-03-16 04:16:03 +00:00
isa Note that MAJOR_AUTO is now the default if d_maj is not initialized. This 2003-03-09 11:03:45 +00:00
linux Clean up whitespace and remove register keyword. 2003-03-03 09:17:12 +00:00
pci Initiate de-orbit burn for USE_PCI_BIOS_FOR_READ_WRITE. This has been 2003-02-18 03:36:49 +00:00
smapi Gigacommit to improve device-driver source compatibility between 2003-03-03 12:15:54 +00:00
svr4 SCARGS removal take II. 2002-12-14 01:56:26 +00:00
Makefile This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00