diff options
author | markm <markm@FreeBSD.org> | 2004-08-01 11:40:54 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2004-08-01 11:40:54 +0000 |
commit | a6c822020d368106b01f399673116ff8716835c7 (patch) | |
tree | 6d7271eea5bb8ced5f0b1cdd585641f60f5622e5 /sys/conf/files | |
parent | d879bd3de14d88aabd818b50f6e9341d3008ae95 (diff) | |
download | FreeBSD-src-a6c822020d368106b01f399673116ff8716835c7.zip FreeBSD-src-a6c822020d368106b01f399673116ff8716835c7.tar.gz |
Break out the MI part of the /dev/[k]mem and /dev/io drivers into
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.
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index ab5ff56..b84fdaf 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -545,6 +545,7 @@ dev/mca/mca_bus.c optional mca dev/mcd/mcd.c optional mcd isa nowerror dev/mcd/mcd_isa.c optional mcd isa nowerror dev/md/md.c optional md +dev/mem/memdev.c optional mem dev/mii/amphy.c optional miibus dev/mii/bmtphy.c optional miibus dev/mii/brgphy.c optional miibus @@ -583,8 +584,8 @@ dev/mpt/mpt_pci.c optional mpt pci dev/my/if_my.c optional my dev/musycc/musycc.c optional musycc dev/nge/if_nge.c optional nge -dev/null/null.c standard dev/nmdm/nmdm.c optional nmdm +dev/null/null.c optional null dev/patm/if_patm.c optional patm pci dev/patm/if_patm_intr.c optional patm pci dev/patm/if_patm_ioctl.c optional patm pci |