Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/conf Add in the Coda file system and pseudo d...



details:   https://anonhg.NetBSD.org/src/rev/d3ccd645202f
branches:  trunk
changeset: 477185:d3ccd645202f
user:      phil <phil%NetBSD.org@localhost>
date:      Thu Oct 14 16:09:31 1999 +0000

description:
Add in the Coda file system and pseudo device.

diffstat:

 sys/arch/sparc/conf/GENERIC |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 44d9e8ed14b2 -r d3ccd645202f sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC       Thu Oct 14 09:33:51 1999 +0000
+++ b/sys/arch/sparc/conf/GENERIC       Thu Oct 14 16:09:31 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.90 1999/10/04 19:02:55 hubertf Exp $
+#      $NetBSD: GENERIC,v 1.91 1999/10/14 16:09:31 phil Exp $
 
 include "arch/sparc/conf/std.sparc"
 
@@ -142,6 +142,7 @@
 file-system    CD9660          # ISO 9660 + Rock Ridge file system
 file-system    UNION           # union file system
 file-system    MSDOSFS         # MS-DOS FAT filesystem(s).
+file-system    CODA            # Coda File System; also needs vcoda (below)
 
 ## File system options.
 options        NFSSERVER       # Sun NFS-compatible filesystem server
@@ -541,3 +542,6 @@
 ## and generate randomness for some kernel formulae.
 
 pseudo-device  rnd
+
+# a pseudo device needed for Coda      # also needs CODA (above)
+pseudo-device  vcoda           4       # coda minicache <-> venus comm.



Home | Main Index | Thread Index | Old Index