Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/sparc/conf Pull up revision 1.91 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/16ad8614c216
branches:  netbsd-1-4
changeset: 469964:16ad8614c216
user:      he <he%NetBSD.org@localhost>
date:      Wed Jan 05 23:24:39 2000 +0000

description:
Pull up revision 1.91 (requested by phil):
  Add coda to the sparc port and enable in GENERIC.

diffstat:

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

diffs (24 lines):

diff -r 92b74c4936c7 -r 16ad8614c216 sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC       Wed Jan 05 23:24:09 2000 +0000
+++ b/sys/arch/sparc/conf/GENERIC       Wed Jan 05 23:24:39 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.76.2.1 1999/05/02 22:24:28 perry Exp $
+#      $NetBSD: GENERIC,v 1.76.2.2 2000/01/05 23:24:39 he Exp $
 
 include "arch/sparc/conf/std.sparc"
 
@@ -138,6 +138,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
@@ -533,3 +534,6 @@
 ## THIS DEVICE IS EXPERIMENTAL; use at your own risk.
 
 #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