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-02-08 20:42:26 +00:00
2003-01-30 13:12:31 +00:00
2003-01-21 14:02:11 +00:00
2003-01-30 13:12:31 +00:00
2002-11-05 17:51:56 +00:00
2003-02-13 17:47:44 +00:00
2003-03-04 20:56:39 +00:00
2003-02-21 16:24:49 +00:00
2003-03-27 11:35:45 +00:00
2003-02-12 07:00:59 +00:00
2002-12-14 01:56:26 +00:00
2003-02-23 10:18:31 +00:00
2003-03-27 11:35:45 +00:00