summaryrefslogtreecommitdiff
path: root/sys/dev/mem
Commit message (Collapse)AuthorAgeFilesLines
* Fix module builds for i386 and amd64.Mark Murray2004-08-042-2/+62
| | | | Notes: svn path=/head/; revision=133129
* Add module versions.Mark Murray2004-08-021-0/+1
| | | | Notes: svn path=/head/; revision=133036
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intoMark Murray2004-08-011-0/+108
their own directory and module, leaving the MD parts in the MD area (the MD parts _are_ part of the modules). /dev/mem and /dev/io are now loadable modules, thus taking us one step further towards a kernel created entirely out of modules. Of course, there is nothing preventing the kernel from having these statically compiled. Notes: svn path=/head/; revision=132956