aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include/memdev.h
Commit message (Collapse)AuthorAgeFilesLines
* First pass at removing Alpha kernel support.John Baldwin2006-05-111-38/+0
| | | | Notes: svn path=/head/; revision=158458
* Remove extraneous ';'.Mark Murray2004-08-011-1/+1
| | | | Notes: svn path=/head/; revision=132965
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intoMark Murray2004-08-011-0/+38
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