Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sun2/conf Retire md(4) in favor of tmpfs provided b...
details: https://anonhg.NetBSD.org/src/rev/b4507d1d1466
branches: trunk
changeset: 1008015:b4507d1d1466
user: rin <rin%NetBSD.org@localhost>
date: Sun Mar 08 06:25:10 2020 +0000
description:
Retire md(4) in favor of tmpfs provided by module,
though both are not useful for 8MB RAM system...
diffstat:
sys/arch/sun2/conf/GENERIC | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r ef641871657d -r b4507d1d1466 sys/arch/sun2/conf/GENERIC
--- a/sys/arch/sun2/conf/GENERIC Sun Mar 08 06:23:18 2020 +0000
+++ b/sys/arch/sun2/conf/GENERIC Sun Mar 08 06:25:10 2020 +0000
@@ -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.
Home |
Main Index |
Thread Index |
Old Index