aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/memrange.h
Commit message (Expand)AuthorAgeFilesLines
* Add the MEM_EXTRACT_PADDR ioctl to /dev/mem.Mark Johnston2020-09-021-0/+14
* sys/sys: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().Jung-uk Kim2011-01-171-3/+11
* Initial suspend/resume support for amd64.Jung-uk Kim2009-03-171-1/+1
* Fix module builds for i386 and amd64.Mark Murray2004-08-041-1/+1
* Some BIOSs are using MTRR values that are only documented under NDADavid Malone2002-09-151-0/+1
* Make the MTRR code a bit more defensive - this should help peopleDavid Malone2002-04-141-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+3
* Make the error return from mem_range_attr_get actually do something usefulMike Smith1999-08-311-1/+1
* Add a hook that can be called to initialise a slave processor's memoryMike Smith1999-04-301-0/+2
* Generic memory range attribute interface.Mike Smith1999-04-071-0/+65