Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm32/conf Sharks run coda just fine. Get it here ...



details:   https://anonhg.NetBSD.org/src/rev/d283c6d72651
branches:  trunk
changeset: 516231:d283c6d72651
user:      phil <phil%NetBSD.org@localhost>
date:      Fri Oct 19 00:12:24 2001 +0000

description:
Sharks run coda just fine.  Get it here so it is easy to recompile
a kernel with coda support.

diffstat:

 sys/arch/arm32/conf/SHARK |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r 107069f7f1cc -r d283c6d72651 sys/arch/arm32/conf/SHARK
--- a/sys/arch/arm32/conf/SHARK Thu Oct 18 23:47:16 2001 +0000
+++ b/sys/arch/arm32/conf/SHARK Fri Oct 19 00:12:24 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: SHARK,v 1.42 2001/07/08 16:32:15 abs Exp $
+#      $NetBSD: SHARK,v 1.43 2001/10/19 00:12:24 phil Exp $
 # From: NetBSD: GENERIC,v 1.72 2000/08/04 02:17:46 hubertf Exp
 #
 #      SHARK
@@ -6,7 +6,7 @@
 
 include        "arch/arm32/conf/std.arm32"
 
-#ident         "GENERIC-$Revision: 1.42 $"
+#ident         "GENERIC-$Revision: 1.43 $"
 
 # estimated number of users
 maxusers       32
@@ -57,6 +57,7 @@
 #file-system   PROCFS          # /proc
 #file-system   UMAPFS          # NULLFS + uid and gid remapping
 #file-system   UNION           # union file system
+#file-system   CODA            # Coda file system (needs vcoda below)
 
 # File system options
 #options       QUOTA           # UFS quotas
@@ -222,3 +223,4 @@
 #pseudo-device profiler 1              # fiq based profiling device
 pseudo-device  sequencer 1             # MIDI sequencer
 pseudo-device  openfirm                # /dev/openfirm
+#pseudo-device vcoda   4               # coda kernel <-> cachemanager



Home | Main Index | Thread Index | Old Index