Add file system snapshot device.
This commit is contained in:
parent
d4b306d854
commit
9daf9967b6
@ -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 PIC_I8259
|
||||
|
||||
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 clockctl # user control of clock subsystem
|
||||
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
|
||||
#
|
||||
|
@ -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 @@ include "arch/sandpoint/conf/std.sandpoint"
|
||||
|
||||
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 clockctl # user control of clock subsystem
|
||||
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
|
||||
|
@ -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 PIC_I8259
|
||||
|
||||
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 clockctl # user control of clock subsystem
|
||||
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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user