aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/memrange.h
Commit message (Expand)AuthorAgeFilesLines
* 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