aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/mem
Commit message (Collapse)AuthorAgeFilesLines
* Add a .PATH entry to search for sources in the ${MACHINE}/${MACHINE}John Birrell2006-10-161-0/+1
| | | | | | | | | | | | | directory before the ${MACHINE_ARCH}/${MACHINE_ARCH} directory so that machine-specific files take precedence of architecture-specific ones. This fixes the build on sun4v which doesn't use the sparc64 version of mem.c. Tested by: make universe Notes: svn path=/head/; revision=163444
* No need to generate vnode_if.h anymoreWarner Losh2004-12-291-1/+1
| | | | Notes: svn path=/head/; revision=139398
* Add the memrange bits to the loadable module.Mark Murray2004-09-281-0/+6
| | | | | | | MT5 after: 3 days Notes: svn path=/head/; revision=135870
* Fix module builds for i386 and amd64.Mark Murray2004-08-041-0/+3
| | | | Notes: svn path=/head/; revision=133129
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intoMark Murray2004-08-011-0/+10
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