freebsd-dev/sys/amd64
Alan Cox 90ecfebd82 Refactor the existing machine-dependent sf_buf_free() into a machine-
dependent function by the same name and a machine-independent function,
sf_buf_mext().  Aside from the virtue of making more of the code machine-
independent, this change also makes the interface more logical.  Before,
sf_buf_free() did more than simply undo an sf_buf_alloc(); it also
unwired and if necessary freed the page.  That is now the purpose of
sf_buf_mext().  Thus, sf_buf_alloc() and sf_buf_free() can now be used
as a general-purpose emphemeral map cache.
2004-03-16 19:04:28 +00:00
..
acpica Merge some more changes from i386. 2004-01-30 00:24:45 +00:00
amd64 Refactor the existing machine-dependent sf_buf_free() into a machine- 2004-03-16 19:04:28 +00:00
compile Make space for compilations. 2002-07-06 02:49:07 +00:00
conf Shorten a long comment. 2004-03-15 00:49:40 +00:00
ia32 Catch up with some proc/procsig locking improvements that were made to the 2004-02-21 23:34:42 +00:00
include Re-kill ispcvt on amd64 - rc.d/syscons was fixed ages ago. 2004-03-13 22:18:34 +00:00
isa Don't cast a pointer to an int that isn't big enough. 2004-02-05 00:12:08 +00:00
pci Drastically clean up the legacy host-pci bridge table. We don't need 2004-03-13 19:21:35 +00:00
Makefile This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00