From a6c822020d368106b01f399673116ff8716835c7 Mon Sep 17 00:00:00 2001 From: markm Date: Sun, 1 Aug 2004 11:40:54 +0000 Subject: 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. --- sys/powerpc/conf/GENERIC | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/powerpc') diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC index 0da074d..c0cebc3 100644 --- a/sys/powerpc/conf/GENERIC +++ b/sys/powerpc/conf/GENERIC @@ -102,8 +102,10 @@ device dc # DEC/Intel 21143 and various workalikes device fxp # Intel EtherExpress PRO/100B (82557, 82558) # Pseudo devices. -device random # Entropy device device loop # Network loopback +device mem # Memory and kernel memory devices +device null # Null and zero devices +device random # Entropy device device ether # Ethernet support device sl # Kernel SLIP device ppp # Kernel PPP -- cgit v1.1