Alan Cox 9f6d45b1a4 Pass the vm_page's address to sf_buf_alloc(); map the vm_page as part
of sf_buf_alloc() instead of expecting sf_buf_alloc()'s caller to map it.

The ultimate reason for this change is to enable two optimizations:
(1) that there never be more than one sf_buf mapping a vm_page at a time
and (2) 64-bit architectures can transparently use their 1-1 virtual
to physical mapping (e.g., "K0SEG") avoiding the overhead of pmap_qenter()
and pmap_qremove().
2003-03-29 06:14:14 +00:00
..
2003-03-26 19:55:03 +00:00
2003-03-29 05:46:34 +00:00
2003-01-25 22:41:22 +00:00
2003-03-29 01:53:13 +00:00
2003-03-27 14:35:00 +00:00
2003-03-13 07:07:16 +00:00
2003-03-25 05:19:18 +00:00
2003-03-27 15:00:10 +00:00
2003-03-28 20:28:05 +00:00
2003-03-25 05:19:18 +00:00
2003-03-28 06:43:50 +00:00