Sun Mar 8 06:25:10 2020 UTC ()
Retire md(4) in favor of tmpfs provided by module,
though both are not useful for 8MB RAM system...


(rin)
diff -r1.103 -r1.104 src/sys/arch/sun2/conf/GENERIC

cvs diff -r1.103 -r1.104 src/sys/arch/sun2/conf/GENERIC (expand / switch to context diff)
--- src/sys/arch/sun2/conf/GENERIC 2020/03/08 06:23:18 1.103
+++ src/sys/arch/sun2/conf/GENERIC 2020/03/08 06:25:10 1.104
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.103 2020/03/08 06:23:18 rin Exp $
+# $NetBSD: GENERIC,v 1.104 2020/03/08 06:25:10 rin Exp $
 #
 # GENERIC machine description file
 # 
@@ -29,7 +29,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.103 $"
+#ident 		"GENERIC-$Revision: 1.104 $"
 
 makeoptions	COPTS="-Os -fno-inline-small-functions"
 					# bootloader has size limit (~2MB)
@@ -228,7 +228,7 @@
 #pseudo-device   accf_http		# "httpready" accept filter
 
 ## Memory-disk device.
-pseudo-device	md		
+#pseudo-device	md		
 
 #### Network interfaces.