Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sandpoint/conf Add file system snapshot device.
details: https://anonhg.NetBSD.org/src/rev/a78a9c7090e3
branches: trunk
changeset: 755967:a78a9c7090e3
user: phx <phx%NetBSD.org@localhost>
date: Wed Jun 30 17:49:32 2010 +0000
description:
Add file system snapshot device.
diffstat:
sys/arch/sandpoint/conf/ENCPP1 | 6 ++++--
sys/arch/sandpoint/conf/GENERIC | 5 +++--
sys/arch/sandpoint/conf/SANDPOINT | 6 ++++--
3 files changed, 11 insertions(+), 6 deletions(-)
diffs (80 lines):
diff -r 149b3b9d0df5 -r a78a9c7090e3 sys/arch/sandpoint/conf/ENCPP1
--- a/sys/arch/sandpoint/conf/ENCPP1 Wed Jun 30 17:41:55 2010 +0000
+++ b/sys/arch/sandpoint/conf/ENCPP1 Wed Jun 30 17:49:32 2010 +0000
@@ -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
#
diff -r 149b3b9d0df5 -r a78a9c7090e3 sys/arch/sandpoint/conf/GENERIC
--- a/sys/arch/sandpoint/conf/GENERIC Wed Jun 30 17:41:55 2010 +0000
+++ b/sys/arch/sandpoint/conf/GENERIC Wed Jun 30 17:49:32 2010 +0000
@@ -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
diff -r 149b3b9d0df5 -r a78a9c7090e3 sys/arch/sandpoint/conf/SANDPOINT
--- a/sys/arch/sandpoint/conf/SANDPOINT Wed Jun 30 17:41:55 2010 +0000
+++ b/sys/arch/sandpoint/conf/SANDPOINT Wed Jun 30 17:49:32 2010 +0000
@@ -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
#
Home |
Main Index |
Thread Index |
Old Index