summaryrefslogtreecommitdiffstats
path: root/sys/arm/include/memdev.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the unused major/minor numbers from iodev and memdev.ed2008-06-251-1/+0
| | | | | | | | | Now that st_rdev is being automatically generated by the kernel, there is no need to define static major/minor numbers for the iodev and memdev. We still need the minor numbers for the memdev, however, to distinguish between /dev/mem and /dev/kmem. Approved by: philip (mentor)
* Import md bits for mem(4) on arm.cognet2004-11-071-0/+38
While I'm there, cleanup a bit pmap.h.
OpenPOWER on IntegriCloud