freebsd-dev/sys/arm
John Baldwin 013818111a Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to
a device pager (OBJT_DEVICE) object in that it uses fictitious pages to
provide aliases to other memory addresses.  The primary difference is that
it uses an sglist(9) to determine the physical addresses for a given offset
into the object instead of invoking the d_mmap() method in a device driver.

Reviewed by:	alc
Approved by:	re (kensmith)
MFC after:	2 weeks
2009-07-24 13:50:29 +00:00
..
arm Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to 2009-07-24 13:50:29 +00:00
at91 Map DPCPU pages into ARM kernel VA space. 2009-07-01 20:07:44 +00:00
compile
conf Add IEEE80211_SUPPORT_MESH, following similar change to nanobsd and 2009-07-17 18:35:45 +00:00
include Add support to the virtual memory system for configuring machine- 2009-07-12 23:31:20 +00:00
mv Map DPCPU pages into ARM kernel VA space. 2009-07-01 20:07:44 +00:00
sa11x0 Map DPCPU pages into ARM kernel VA space. 2009-07-01 20:07:44 +00:00
xscale Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ 2009-06-26 11:45:06 +00:00