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/mac68k/conf pull up rev 1.90 from trunk (reque...



details:   https://anonhg.NetBSD.org/src/rev/7081a027ba19
branches:  netbsd-1-4
changeset: 469682:7081a027ba19
user:      cgd <cgd%NetBSD.org@localhost>
date:      Mon Nov 08 07:49:03 1999 +0000

description:
pull up rev 1.90 from trunk (requested by scottr):
  Add Coda support to NetBSD/mac68k.

diffstat:

 sys/arch/mac68k/conf/GENERIC |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r fc3f04b7cc20 -r 7081a027ba19 sys/arch/mac68k/conf/GENERIC
--- a/sys/arch/mac68k/conf/GENERIC      Mon Nov 08 07:48:59 1999 +0000
+++ b/sys/arch/mac68k/conf/GENERIC      Mon Nov 08 07:49:03 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.85.4.1 1999/06/21 15:08:25 perry Exp $
+#      $NetBSD: GENERIC,v 1.85.4.2 1999/11/08 07:49:03 cgd Exp $
 #
 # GENERIC
 
@@ -72,6 +72,7 @@
 file-system    PROCFS          # /proc
 file-system    UMAPFS          # NULLFS + uid and gid remapping
 file-system    UNION           # union file system
+file-system    CODA            # Venus/Coda distributed file system
 
 # File system options
 options        QUOTA           # UFS quotas
@@ -210,6 +211,7 @@
 pseudo-device  ccd             4       # concatenated/striped disk devices
 #pseudo-device raid            4       # RAIDframe disk driver
 pseudo-device  md              1       # memory disk device (ramdisk)
+pseudo-device  vcoda           1       # Venus/Coda distributed file system
 pseudo-device  vnd             4       # disk-like interface to files
 
 # network pseudo-devices



Home | Main Index | Thread Index | Old Index