Module Name:    src
Committed By:   phx
Date:           Wed Jun 30 17:49:32 UTC 2010

Modified Files:
        src/sys/arch/sandpoint/conf: ENCPP1 GENERIC SANDPOINT

Log Message:
Add file system snapshot device.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/sandpoint/conf/ENCPP1
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/sandpoint/conf/GENERIC
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/sandpoint/conf/SANDPOINT

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sandpoint/conf/ENCPP1
diff -u src/sys/arch/sandpoint/conf/ENCPP1:1.7 src/sys/arch/sandpoint/conf/ENCPP1:1.8
--- src/sys/arch/sandpoint/conf/ENCPP1:1.7	Sat Dec  5 20:11:16 2009
+++ src/sys/arch/sandpoint/conf/ENCPP1	Wed Jun 30 17:49:32 2010
@@ -1,4 +1,4 @@
-# $NetBSD: ENCPP1,v 1.7 2009/12/05 20:11:16 pooka Exp $
+# $NetBSD: ENCPP1,v 1.8 2010/06/30 17:49:32 phx Exp $
 #
 # Ampro EnCorePP1 machine description file
 # 
@@ -23,7 +23,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"ENCPP1-$Revision: 1.7 $"
+#ident 		"ENCPP1-$Revision: 1.8 $"
 
 maxusers	32
 
@@ -122,6 +122,8 @@
 pseudo-device	ksyms			# /dev/ksyms
 #pseudo-device	pf			# PF packet filter
 #pseudo-device	pflog			# PF log if
+pseudo-device	fss			# file system snapshot device
+
 #
 # device
 #

Index: src/sys/arch/sandpoint/conf/GENERIC
diff -u src/sys/arch/sandpoint/conf/GENERIC:1.48 src/sys/arch/sandpoint/conf/GENERIC:1.49
--- src/sys/arch/sandpoint/conf/GENERIC:1.48	Wed Jun  9 17:34:32 2010
+++ src/sys/arch/sandpoint/conf/GENERIC	Wed Jun 30 17:49:32 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.48 2010/06/09 17:34:32 phx Exp $
+# $NetBSD: GENERIC,v 1.49 2010/06/30 17:49:32 phx Exp $
 #
 # machine description file for GENERIC NAS
 # 
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.48 $"
+#ident 		"GENERIC-$Revision: 1.49 $"
 
 maxusers	32
 
@@ -141,6 +141,7 @@
 pseudo-device	ksyms			# /dev/ksyms
 #pseudo-device	pf			# PF packet filter
 #pseudo-device	pflog			# PF log if
+pseudo-device	fss			# file system snapshot device
 
 #
 # device

Index: src/sys/arch/sandpoint/conf/SANDPOINT
diff -u src/sys/arch/sandpoint/conf/SANDPOINT:1.6 src/sys/arch/sandpoint/conf/SANDPOINT:1.7
--- src/sys/arch/sandpoint/conf/SANDPOINT:1.6	Sat Dec  5 20:11:16 2009
+++ src/sys/arch/sandpoint/conf/SANDPOINT	Wed Jun 30 17:49:32 2010
@@ -1,4 +1,4 @@
-# $NetBSD: SANDPOINT,v 1.6 2009/12/05 20:11:16 pooka Exp $
+# $NetBSD: SANDPOINT,v 1.7 2010/06/30 17:49:32 phx Exp $
 #
 # Sandpoint X3/X2 machine description file
 # 
@@ -23,7 +23,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"SANDPOINT-$Revision: 1.6 $"
+#ident 		"SANDPOINT-$Revision: 1.7 $"
 
 maxusers	32
 
@@ -124,6 +124,8 @@
 pseudo-device	ksyms			# /dev/ksyms
 #pseudo-device	pf			# PF packet filter
 #pseudo-device	pflog			# PF log if
+pseudo-device	fss			# file system snapshot device
+
 #
 # device
 #

Reply via email to